asyncDestroyComponent() | gui_framework::BaseComponent | |
backgroundColor | gui_framework::BaseComponent | protected |
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) | gui_framework::BaseComponent | |
BaseTrackbarControl(const std::wstring &trackbarName, const utility::ComponentSettings &settings, const styles::TrackbarControlStyles &styles, BaseComposite *parent) | gui_framework::BaseTrackbarControl | |
className | gui_framework::BaseComponent | protected |
clearSelection() final | gui_framework::BaseTrackbarControl | virtual |
desiredHeight | gui_framework::BaseComponent | protected |
desiredWidth | gui_framework::BaseComponent | protected |
desiredX | gui_framework::BaseComponent | protected |
desiredY | gui_framework::BaseComponent | protected |
destroyComponent() | gui_framework::BaseComponent | |
disable() | gui_framework::BaseComponent | |
enable() | gui_framework::BaseComponent | |
getActualCoordinates() const | gui_framework::BaseComponent | |
getActualHeight() const | gui_framework::BaseComponent | |
getActualWidth() const | gui_framework::BaseComponent | |
getBackgroundColor() const | gui_framework::BaseComponent | |
getClassName() const | gui_framework::BaseComponent | |
getCodepage() | gui_framework::interfaces::ISerializable | inlinestatic |
getDesiredHeight() const | gui_framework::BaseComponent | |
getDesiredWidth() const | gui_framework::BaseComponent | |
getDesiredX() const | gui_framework::BaseComponent | |
getDesiredY() const | gui_framework::BaseComponent | |
getHandle() const | gui_framework::BaseComponent | |
getHash() const override | gui_framework::HorizontalTrackbarControl | virtual |
getId() const | gui_framework::BaseComponent | |
getMaxRange() const final | gui_framework::BaseTrackbarControl | virtual |
getMinRange() const final | gui_framework::BaseTrackbarControl | virtual |
getParent() const | gui_framework::BaseComponent | |
getPosition() const final | gui_framework::BaseTrackbarControl | virtual |
getSelectionEnd() const final | gui_framework::BaseTrackbarControl | virtual |
getSelectionStart() const final | gui_framework::BaseTrackbarControl | virtual |
getStructure() const override | gui_framework::HorizontalTrackbarControl | virtual |
getStyles() const | gui_framework::BaseComponent | |
getTextColor() const | gui_framework::BaseComponent | |
getWindowName() const | gui_framework::BaseComponent | |
handle | gui_framework::BaseComponent | protected |
handleMessages(HWND handle, UINT message, WPARAM wparam, LPARAM lparam, bool &isUsed) | gui_framework::BaseComponent | |
horizontalTickPosition enum name | gui_framework::HorizontalTrackbarControl | |
HorizontalTrackbarControl(const std::wstring &trackbarName, const utility::ComponentSettings &settings, BaseComposite *parent, bool autoTicks=true, horizontalTickPosition position=horizontalTickPosition::bottom, bool selectionRange=false, bool noTicks=false) | gui_framework::HorizontalTrackbarControl | |
id | gui_framework::BaseComponent | protected |
isDisabled() const | gui_framework::BaseComponent | |
isEnabled() const | gui_framework::BaseComponent | |
ISerializable()=default | gui_framework::interfaces::ISerializable | |
parent | gui_framework::BaseComponent | protected |
preWindowMessagesHandle(HWND handle, UINT message, WPARAM wparam, LPARAM lparam, bool &isUsed) | gui_framework::BaseComponent | protectedvirtual |
runFunctionAsync(const std::function< void()> &callable, const std::function< void()> &callback=nullptr) noexcept | gui_framework::BaseComponent | static |
runFunctionAsync(std::function< void()> &&callable, const std::function< void()> &callback=nullptr) noexcept | gui_framework::BaseComponent | static |
sendRawMessage(UINT message, WPARAM wparam, LPARAM lparam) | gui_framework::BaseComponent | |
setBackgroundColor(uint8_t red, uint8_t green, uint8_t blue) | gui_framework::BaseComponent | virtual |
setDesiredHeight(uint16_t desiredHeight) | gui_framework::BaseComponent | |
setDesiredWidth(uint16_t desiredWidth) | gui_framework::BaseComponent | |
setDesiredX(int desiredX) | gui_framework::BaseComponent | |
setDesiredY(int desiredY) | gui_framework::BaseComponent | |
setLocalizationKeys(interfaces::ITextLocalized *localized, const std::vector< std::string > &localizationKeys) | gui_framework::BaseComponent | protectedvirtual |
setMaxRange(int max) final | gui_framework::BaseTrackbarControl | virtual |
setMinRange(int min) final | gui_framework::BaseTrackbarControl | virtual |
setSelectionEnd(int endPosition) final | gui_framework::BaseTrackbarControl | virtual |
setSelectionStart(int startPosition) final | gui_framework::BaseTrackbarControl | virtual |
setTextColor(uint8_t red, uint8_t green, uint8_t blue) final override | gui_framework::BaseTrackbarControl | virtual |
size() const final | gui_framework::BaseTrackbarControl | virtual |
styles | gui_framework::BaseComponent | protected |
textColor | gui_framework::BaseComponent | protected |
windowMessagesHandle(HWND handle, UINT message, WPARAM wparam, LPARAM lparam, bool &isUsed) | gui_framework::BaseComponent | protectedvirtual |
windowName | gui_framework::BaseComponent | protected |
~BaseComponent() | gui_framework::BaseComponent | virtual |
~BaseTrackbarControl()=default | gui_framework::BaseTrackbarControl | virtual |
~HorizontalTrackbarControl()=default | gui_framework::HorizontalTrackbarControl | |
~ISerializable()=default | gui_framework::interfaces::ISerializable | virtual |