GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
gui_framework::BaseCheckBox Member List

This is the complete list of members for gui_framework::BaseCheckBox, including all inherited members.

asyncDestroyComponent()gui_framework::BaseComponent
backgroundColorgui_framework::BaseComponentprotected
BaseButton(const std::wstring &buttonName, const std::wstring &buttonText, const utility::ComponentSettings &settings, const styles::ButtonStyles &styles, BaseComposite *parent, const std::function< void()> &onClick=nullptr)gui_framework::BaseButton
BaseButton(const std::wstring &buttonName, const std::wstring &buttonText, const utility::ComponentSettings &settings, const styles::ButtonStyles &styles, BaseComposite *parent, const std::string &functionName, const std::string &moduleName)gui_framework::BaseButton
BaseCheckBox(const std::wstring &checkBoxName, const std::wstring &checkBoxText, const utility::ComponentSettings &settings, BaseComposite *parent, const std::function< void()> &onCheck, const std::function< void()> &onClear, const std::function< void()> &onClick=nullptr)gui_framework::BaseCheckBox
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
buttonHeightgui_framework::BaseButtoninlinestatic
buttonWidthgui_framework::BaseButtoninlinestatic
checkBoxHeightgui_framework::BaseCheckBoxinlinestatic
checkBoxWidthgui_framework::BaseCheckBoxinlinestatic
classNamegui_framework::BaseComponentprotected
desiredHeightgui_framework::BaseComponentprotected
desiredWidthgui_framework::BaseComponentprotected
desiredXgui_framework::BaseComponentprotected
desiredYgui_framework::BaseComponentprotected
destroyComponent()gui_framework::BaseComponent
disable()gui_framework::BaseComponent
enable()gui_framework::BaseComponent
functionNamegui_framework::BaseButtonprotected
getActualCoordinates() constgui_framework::BaseComponent
getActualHeight() constgui_framework::BaseComponent
getActualWidth() constgui_framework::BaseComponent
getAutoUpdate() const finalgui_framework::interfaces::ITextLocalizedvirtual
getBackgroundColor() constgui_framework::BaseComponent
getClassName() constgui_framework::BaseComponent
getCodepage()gui_framework::interfaces::ISerializableinlinestatic
getDesiredHeight() constgui_framework::BaseComponent
getDesiredWidth() constgui_framework::BaseComponent
getDesiredX() constgui_framework::BaseComponent
getDesiredY() constgui_framework::BaseComponent
getFunctionName() constgui_framework::BaseButton
getHandle() constgui_framework::BaseComponent
getHash() const override=0gui_framework::BaseCheckBoxpure virtual
getId() constgui_framework::BaseComponent
getLocalizationKey() const finalgui_framework::interfaces::ISingleTextLocalizedvirtual
getModuleName() constgui_framework::BaseButton
getOnCheck() constgui_framework::BaseCheckBox
getOnClear() constgui_framework::BaseCheckBox
getOnClick() constgui_framework::BaseButton
getParent() constgui_framework::BaseComponent
getStructure() const overridegui_framework::BaseCheckBoxvirtual
getStyles() constgui_framework::BaseComponent
getText() const finalgui_framework::interfaces::ITextOperationsvirtual
getTextColor() constgui_framework::BaseComponent
getWindowName() constgui_framework::BaseComponent
handlegui_framework::BaseComponentprotected
handleMessages(HWND handle, UINT message, WPARAM wparam, LPARAM lparam, bool &isUsed)gui_framework::BaseComponent
idgui_framework::BaseComponentprotected
isDisabled() constgui_framework::BaseComponent
isEnabled() constgui_framework::BaseComponent
ISerializable()=defaultgui_framework::interfaces::ISerializable
ISingleTextLocalized(bool autoUpdate=true)gui_framework::interfaces::ISingleTextLocalized
ITextLocalized(bool autoUpdate=true)gui_framework::interfaces::ITextLocalized
ITextOperations(HWND handle, const std::wstring &text=L"")gui_framework::interfaces::ITextOperations
ITextOperations(HWND handle, const std::string &localizationKey)gui_framework::interfaces::ITextOperations
moduleNamegui_framework::BaseButtonprotected
onCheckgui_framework::BaseCheckBoxprotected
onCheckFunctionNamegui_framework::BaseCheckBoxprotected
onCheckModuleNamegui_framework::BaseCheckBoxprotected
onCleargui_framework::BaseCheckBoxprotected
onClearFunctionNamegui_framework::BaseCheckBoxprotected
onClearModuleNamegui_framework::BaseCheckBoxprotected
onClickgui_framework::BaseButtonprotected
parentgui_framework::BaseComponentprotected
preWindowMessagesHandle(HWND handle, UINT message, WPARAM wparam, LPARAM lparam, bool &isUsed)gui_framework::BaseComponentprotectedvirtual
runFunctionAsync(const std::function< void()> &callable, const std::function< void()> &callback=nullptr) noexceptgui_framework::BaseComponentstatic
runFunctionAsync(std::function< void()> &&callable, const std::function< void()> &callback=nullptr) noexceptgui_framework::BaseComponentstatic
sendRawMessage(UINT message, WPARAM wparam, LPARAM lparam)gui_framework::BaseComponent
setAutoUpdate(bool autoUpdate) finalgui_framework::interfaces::ITextLocalizedvirtual
setBackgroundColor(uint8_t red, uint8_t green, uint8_t blue)gui_framework::BaseComponentvirtual
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
setLocalizationKey(std::string_view localizationKey) finalgui_framework::interfaces::ISingleTextLocalizedvirtual
setLocalizationKey(std::string &&localizationKey) noexcept finalgui_framework::interfaces::ISingleTextLocalizedvirtual
setLocalizationKeys(interfaces::ITextLocalized *localized, const std::vector< std::string > &localizationKeys)gui_framework::BaseComponentprotectedvirtual
setOnCheck(const std::function< void()> &onCheck)gui_framework::BaseCheckBox
setOnCheck(const std::string &functionName, const std::string &moduleName)gui_framework::BaseCheckBox
setOnClear(const std::function< void()> &onClear)gui_framework::BaseCheckBox
setOnClear(const std::string &functionName, const std::string &moduleName)gui_framework::BaseCheckBox
setOnClick(const std::function< void()> &onClick)gui_framework::BaseButton
setOnClick(const std::string &functionName, const std::string &moduleName)gui_framework::BaseButtonvirtual
setText(std::string_view localizationKey) final overridegui_framework::BaseButtonvirtual
gui_framework::interfaces::ITextOperations::setText(std::wstring_view text)gui_framework::interfaces::ITextOperations
setTextColor(uint8_t red, uint8_t green, uint8_t blue) final overridegui_framework::BaseButtonvirtual
stylesgui_framework::BaseComponentprotected
textColorgui_framework::BaseComponentprotected
textHandlegui_framework::interfaces::ITextOperationsprotected
updateLocalization(std::wstring_view localizedText) overridegui_framework::BaseButtonprotectedvirtual
updateLocalizationEvent() final overridegui_framework::interfaces::ISingleTextLocalizedvirtual
windowNamegui_framework::BaseComponentprotected
~BaseButton()=defaultgui_framework::BaseButtonvirtual
~BaseCheckBox()=defaultgui_framework::BaseCheckBoxvirtual
~BaseComponent()gui_framework::BaseComponentvirtual
~ISerializable()=defaultgui_framework::interfaces::ISerializablevirtual
~ISingleTextLocalized()=defaultgui_framework::interfaces::ISingleTextLocalizedvirtual
~ITextLocalized()=defaultgui_framework::interfaces::ITextLocalizedvirtual
~ITextOperations()=defaultgui_framework::interfaces::ITextOperationsvirtual