![]() |
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_FLOATRANGE ()=default | |
| bool | operator== (const PWL_FLOATRANGE &that) const |
| bool | operator!= (const PWL_FLOATRANGE &that) const |
| void | Reset () |
| void | Set (float min, float max) |
| bool | In (float x) const |
| float | GetWidth () const |
Public Attributes | |
| float | fMin = 0.0f |
| float | fMax = 0.0f |
Definition at line 42 of file cpwl_scroll_bar.h.
|
default |
| float PWL_FLOATRANGE::GetWidth | ( | ) | const |
Definition at line 43 of file cpwl_scroll_bar.cpp.
| bool PWL_FLOATRANGE::In | ( | float | x | ) | const |
Definition at line 38 of file cpwl_scroll_bar.cpp.
Referenced by PWL_SCROLL_PRIVATEDATA::SetPos().
|
inline |
Definition at line 49 of file cpwl_scroll_bar.h.
References operator==().
|
inline |
Definition at line 46 of file cpwl_scroll_bar.h.
Referenced by operator!=(), and PWL_SCROLL_PRIVATEDATA::operator==().
| void PWL_FLOATRANGE::Reset | ( | ) |
Definition at line 28 of file cpwl_scroll_bar.cpp.
Referenced by PWL_SCROLL_PRIVATEDATA::Default().
| void PWL_FLOATRANGE::Set | ( | float | min, |
| float | max ) |
Definition at line 33 of file cpwl_scroll_bar.cpp.
Referenced by PWL_SCROLL_PRIVATEDATA::SetScrollRange().
| float PWL_FLOATRANGE::fMax = 0.0f |
Definition at line 57 of file cpwl_scroll_bar.h.
Referenced by PWL_SCROLL_PRIVATEDATA::AddBig(), PWL_SCROLL_PRIVATEDATA::AddSmall(), GetWidth(), In(), operator==(), Reset(), Set(), and PWL_SCROLL_PRIVATEDATA::SetScrollRange().
| float PWL_FLOATRANGE::fMin = 0.0f |
Definition at line 56 of file cpwl_scroll_bar.h.
Referenced by PWL_SCROLL_PRIVATEDATA::Default(), GetWidth(), In(), operator==(), Reset(), Set(), PWL_SCROLL_PRIVATEDATA::SetScrollRange(), PWL_SCROLL_PRIVATEDATA::SubBig(), and PWL_SCROLL_PRIVATEDATA::SubSmall().