|
| HorizontalTrackbarControl (const std::wstring &trackbarName, const utility::ComponentSettings &settings, BaseComposite *parent, bool autoTicks=true, horizontalTickPosition position=horizontalTickPosition::bottom, bool selectionRange=false, bool noTicks=false) |
|
size_t | getHash () const override |
| Used as key in creators.
|
|
json::JSONBuilder | getStructure () const override |
|
| ~HorizontalTrackbarControl ()=default |
|
| BaseTrackbarControl (const std::wstring &trackbarName, const utility::ComponentSettings &settings, const styles::TrackbarControlStyles &styles, BaseComposite *parent) |
|
virtual void | clearSelection () final |
|
virtual LRESULT | size () const final |
|
virtual void | setMinRange (int min) final |
|
virtual void | setMaxRange (int max) final |
|
virtual void | setSelectionStart (int startPosition) final |
|
virtual void | setSelectionEnd (int endPosition) final |
|
virtual LRESULT | getPosition () const final |
|
virtual LRESULT | getMinRange () const final |
|
virtual LRESULT | getMaxRange () const final |
|
virtual LRESULT | getSelectionStart () const final |
|
virtual LRESULT | getSelectionEnd () const final |
|
virtual void | setTextColor (uint8_t red, uint8_t green, uint8_t blue) final override |
| Not implemented.
|
|
virtual | ~BaseTrackbarControl ()=default |
|
| BaseComponent (std::wstring_view className, std::wstring_view windowName, const utility::ComponentSettings &settings, const interfaces::IStyles &styles, BaseComposite *parent=nullptr, std::string_view windowFunctionName="", std::string_view moduleName="", uint16_t smallIconResource=NULL, uint16_t largeIconResource=NULL) |
|
LRESULT | handleMessages (HWND handle, UINT message, WPARAM wparam, LPARAM lparam, bool &isUsed) |
|
bool | destroyComponent () |
|
bool | asyncDestroyComponent () |
|
void | enable () |
|
void | disable () |
|
bool | isEnabled () const |
|
bool | isDisabled () const |
|
LRESULT | sendRawMessage (UINT message, WPARAM wparam, LPARAM lparam) |
| SendMessage WinAPI wrapper.
|
|
void | setDesiredWidth (uint16_t desiredWidth) |
|
void | setDesiredHeight (uint16_t desiredHeight) |
|
void | setDesiredX (int desiredX) |
|
void | setDesiredY (int desiredY) |
|
virtual void | setBackgroundColor (uint8_t red, uint8_t green, uint8_t blue) |
|
BaseComponent * | getParent () const |
|
HWND | getHandle () const |
|
std::wstring_view | getWindowName () const |
|
std::wstring_view | getClassName () const |
|
uint16_t | getDesiredWidth () const |
|
uint16_t | getDesiredHeight () const |
|
uint16_t | getActualWidth () const |
|
uint16_t | getActualHeight () const |
|
RECT | getActualCoordinates () const |
|
int | getDesiredX () const |
|
int | getDesiredY () const |
|
uint32_t | getId () const |
|
COLORREF | getBackgroundColor () const |
|
COLORREF | getTextColor () const |
|
const smartPointerType< interfaces::IStyles > & | getStyles () const |
|
virtual | ~BaseComponent () |
|
| ISerializable ()=default |
|
virtual | ~ISerializable ()=default |
|
|
static void | runFunctionAsync (const std::function< void()> &callable, const std::function< void()> &callback=nullptr) noexcept |
| Add task to thread pool.
|
|
static void | runFunctionAsync (std::function< void()> &&callable, const std::function< void()> &callback=nullptr) noexcept |
| Add task to thread pool.
|
|
static uint32_t | getCodepage () |
|
virtual LRESULT | preWindowMessagesHandle (HWND handle, UINT message, WPARAM wparam, LPARAM lparam, bool &isUsed) |
|
virtual LRESULT | windowMessagesHandle (HWND handle, UINT message, WPARAM wparam, LPARAM lparam, bool &isUsed) |
|
virtual void | setLocalizationKeys (interfaces::ITextLocalized *localized, const std::vector< std::string > &localizationKeys) |
| Override for custom localization.
|
|
BaseComposite * | parent |
|
const std::wstring | className |
|
const std::wstring | windowName |
|
HWND | handle |
|
uint16_t | desiredWidth |
|
uint16_t | desiredHeight |
|
int | desiredX |
|
int | desiredY |
|
uint32_t | id |
|
COLORREF | backgroundColor |
|
COLORREF | textColor |
|
smartPointerType< interfaces::IStyles > | styles |
|
Standard horizontal trackbar control.
Definition at line 8 of file HorizontalTrackbarControl.h.