Logo    
KDWinUtils
Helper library for MFC to Qt migration
Loading...
Searching...
No Matches
KWidgetBase< T >::ScrollInfo Struct Reference

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
 

Detailed Description

template<typename T>
struct KWidgetBase< T >::ScrollInfo

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.

Member Data Documentation

◆ fMask

template<typename T >
ScrollMasks KWidgetBase< T >::ScrollInfo::fMask

◆ nMax

template<typename T >
int KWidgetBase< T >::ScrollInfo::nMax = -1

◆ nMin

template<typename T >
int KWidgetBase< T >::ScrollInfo::nMin = -1

◆ nPage

template<typename T >
unsigned int KWidgetBase< T >::ScrollInfo::nPage = -1

◆ nPos

template<typename T >
int KWidgetBase< T >::ScrollInfo::nPos = -1

◆ nTrackPos

template<typename T >
int KWidgetBase< T >::ScrollInfo::nTrackPos = -1

The documentation for this struct was generated from the following file: