Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cpwl_scroll_bar.h>
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 |
Definition at line 17 of file cpwl_scroll_bar.h.
|
inline |
Definition at line 19 of file cpwl_scroll_bar.h.
References fBigStep, fContentMax, fContentMin, fPlateWidth, and fSmallStep.
|
inline |
Definition at line 31 of file cpwl_scroll_bar.h.
References operator==().
|
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().
float PWL_SCROLL_INFO::fBigStep |
Definition at line 38 of file cpwl_scroll_bar.h.
Referenced by PWL_SCROLL_INFO(), CPWL_ListBox::OnSetScrollInfoY(), operator==(), and CPWL_ScrollBar::SetScrollInfo().
float PWL_SCROLL_INFO::fContentMax |
Definition at line 36 of file cpwl_scroll_bar.h.
Referenced by PWL_SCROLL_INFO(), CPWL_ListBox::OnSetScrollInfoY(), operator==(), CPWL_ScrollBar::SetScrollInfo(), and CPWL_ScrollBar::SetScrollPosition().
float PWL_SCROLL_INFO::fContentMin |
Definition at line 35 of file cpwl_scroll_bar.h.
Referenced by PWL_SCROLL_INFO(), CPWL_ListBox::OnSetScrollInfoY(), operator==(), and CPWL_ScrollBar::SetScrollInfo().
float PWL_SCROLL_INFO::fPlateWidth |
Definition at line 37 of file cpwl_scroll_bar.h.
Referenced by PWL_SCROLL_INFO(), CPWL_ListBox::OnSetScrollInfoY(), operator==(), and CPWL_ScrollBar::SetScrollInfo().
float PWL_SCROLL_INFO::fSmallStep |
Definition at line 39 of file cpwl_scroll_bar.h.
Referenced by PWL_SCROLL_INFO(), CPWL_ListBox::OnSetScrollInfoY(), operator==(), and CPWL_ScrollBar::SetScrollInfo().