Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
PWL_SCROLL_INFO Struct Reference

#include <cpwl_scroll_bar.h>

+ Collaboration diagram for PWL_SCROLL_INFO:

Public Member Functions

 PWL_SCROLL_INFO ()
 
bool operator== (const PWL_SCROLL_INFO &that) const
 
bool operator!= (const PWL_SCROLL_INFO &that) const
 

Public Attributes

float fContentMin
 
float fContentMax
 
float fPlateWidth
 
float fBigStep
 
float fSmallStep
 

Detailed Description

Definition at line 17 of file cpwl_scroll_bar.h.

Constructor & Destructor Documentation

◆ PWL_SCROLL_INFO()

PWL_SCROLL_INFO::PWL_SCROLL_INFO ( )
inline

Definition at line 19 of file cpwl_scroll_bar.h.

References fBigStep, fContentMax, fContentMin, fPlateWidth, and fSmallStep.

Member Function Documentation

◆ operator!=()

bool PWL_SCROLL_INFO::operator!= ( const PWL_SCROLL_INFO & that) const
inline

Definition at line 31 of file cpwl_scroll_bar.h.

References operator==().

+ Here is the call graph for this function:

◆ operator==()

bool PWL_SCROLL_INFO::operator== ( const PWL_SCROLL_INFO & that) const
inline

Definition at line 26 of file cpwl_scroll_bar.h.

References fBigStep, fContentMax, fContentMin, fPlateWidth, and fSmallStep.

Referenced by operator!=(), and CPWL_ScrollBar::SetScrollInfo().

+ Here is the caller graph for this function:

Member Data Documentation

◆ fBigStep

float PWL_SCROLL_INFO::fBigStep

◆ fContentMax

◆ fContentMin

float PWL_SCROLL_INFO::fContentMin

◆ fPlateWidth

float PWL_SCROLL_INFO::fPlateWidth

◆ fSmallStep

float PWL_SCROLL_INFO::fSmallStep

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