KDWinUtils
Helper library for MFC to Qt migration
|
Struct used to retrieve or set the scroll bar parameters maintains. More...
#include <kwidget.h>
Public Attributes | |
ScrollMasks | fMask |
int | nMax = -1 |
int | nMin = -1 |
unsigned int | nPage = -1 |
int | nPos = -1 |
int | nTrackPos = -1 |
Struct used to retrieve or set the scroll bar parameters maintains.
In order to use scrollbars, the widget must have the VScroll or HScroll flag set.
ScrollMasks KWidgetBase< T >::ScrollInfo::fMask |
int KWidgetBase< T >::ScrollInfo::nMax = -1 |
int KWidgetBase< T >::ScrollInfo::nMin = -1 |
unsigned int KWidgetBase< T >::ScrollInfo::nPage = -1 |
int KWidgetBase< T >::ScrollInfo::nPos = -1 |
int KWidgetBase< T >::ScrollInfo::nTrackPos = -1 |