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

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

appendImage(const std::filesystem::path &pathToImage, const std::function< void()> &onClick) finalgui_framework::BaseTabControlvirtual
appendImage(const std::filesystem::path &pathToImage, const std::string &functionName, const std::string &moduleName) finalgui_framework::BaseTabControlvirtual
appendText(const std::wstring &text, const std::function< void()> &onClick) finalgui_framework::BaseTabControlvirtual
appendText(const std::wstring &text, const std::string &functionName, const std::string &moduleName) finalgui_framework::BaseTabControlvirtual
appendTextAndImage(const std::wstring &text, const std::filesystem::path &pathToImage, const std::function< void()> &onClick) finalgui_framework::BaseTabControlvirtual
appendTextAndImage(const std::wstring &text, const std::filesystem::path &pathToImage, const std::string &functionName, const std::string &moduleName) finalgui_framework::BaseTabControlvirtual
asyncDestroyComponent()gui_framework::BaseComponent
backgroundColorgui_framework::BaseComponentprotected
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
BaseTabControl(const std::wstring &tabControlName, const utility::ComponentSettings &settings, uint16_t imagesWidth, uint16_t imagesHeight, BaseComposite *parent)gui_framework::BaseTabControl
callbacksgui_framework::BaseTabControlprotected
classNamegui_framework::BaseComponentprotected
clear() finalgui_framework::BaseTabControlvirtual
desiredHeightgui_framework::BaseComponentprotected
desiredWidthgui_framework::BaseComponentprotected
desiredXgui_framework::BaseComponentprotected
desiredYgui_framework::BaseComponentprotected
destroyComponent()gui_framework::BaseComponent
disable()gui_framework::BaseComponent
enable()gui_framework::BaseComponent
getActualCoordinates() constgui_framework::BaseComponent
getActualHeight() constgui_framework::BaseComponent
getActualWidth() constgui_framework::BaseComponent
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
getHandle() constgui_framework::BaseComponent
getHash() const override=0gui_framework::BaseTabControlpure virtual
getId() constgui_framework::BaseComponent
getImagesHeight() const finalgui_framework::BaseTabControlvirtual
getImagesWidth() const finalgui_framework::BaseTabControlvirtual
getItem(size_t index) const finalgui_framework::BaseTabControlvirtual
getParent() constgui_framework::BaseComponent
getSelectedTab() const finalgui_framework::BaseTabControlvirtual
getStructure() const overridegui_framework::BaseTabControlvirtual
getStyles() constgui_framework::BaseComponent
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
imagesgui_framework::BaseTabControlprotected
insertImage(size_t index, const std::filesystem::path &pathToImage, const std::function< void()> &onClick) finalgui_framework::BaseTabControlvirtual
insertImage(size_t index, const std::filesystem::path &pathToImage, const std::string &functionName, const std::string &moduleName) finalgui_framework::BaseTabControlvirtual
insertText(size_t index, const std::wstring &text, const std::function< void()> &onClick) finalgui_framework::BaseTabControlvirtual
insertText(size_t index, const std::wstring &text, const std::string &functionName, const std::string &moduleName) finalgui_framework::BaseTabControlvirtual
insertTextAndImage(size_t index, const std::wstring &text, const std::filesystem::path &pathToImage, const std::function< void()> &onClick) finalgui_framework::BaseTabControlvirtual
insertTextAndImage(size_t index, const std::wstring &text, const std::filesystem::path &pathToImage, const std::string &functionName, const std::string &moduleName) finalgui_framework::BaseTabControlvirtual
isDisabled() constgui_framework::BaseComponent
isEnabled() constgui_framework::BaseComponent
ISerializable()=defaultgui_framework::interfaces::ISerializable
parentgui_framework::BaseComponentprotected
preWindowMessagesHandle(HWND handle, UINT message, WPARAM wparam, LPARAM lparam, bool &isUsed)gui_framework::BaseComponentprotectedvirtual
removeTab(size_t index) finalgui_framework::BaseTabControlvirtual
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
setBackgroundColor(uint8_t red, uint8_t green, uint8_t blue) final overridegui_framework::BaseTabControlvirtual
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
setItem(size_t index, const std::function< void()> &callback, const std::wstring &text=L"", const std::filesystem::path &pathToImage=L"") finalgui_framework::BaseTabControlvirtual
setItem(size_t index, const std::string &functionName, const std::string &moduleName, const std::wstring &text=L"", const std::filesystem::path &pathToImage=L"") finalgui_framework::BaseTabControlvirtual
setLocalizationKeys(interfaces::ITextLocalized *localized, const std::vector< std::string > &localizationKeys)gui_framework::BaseComponentprotectedvirtual
setSelection(size_t index) finalgui_framework::BaseTabControlvirtual
setTextColor(uint8_t red, uint8_t green, uint8_t blue) final overridegui_framework::BaseTabControlvirtual
size() const finalgui_framework::BaseTabControlvirtual
stylesgui_framework::BaseComponentprotected
tabsgui_framework::BaseTabControlprotected
textColorgui_framework::BaseComponentprotected
windowMessagesHandle(HWND handle, UINT message, WPARAM wparam, LPARAM lparam, bool &isUsed) overridegui_framework::BaseTabControlprotectedvirtual
windowNamegui_framework::BaseComponentprotected
~BaseComponent()gui_framework::BaseComponentvirtual
~BaseTabControl()=defaultgui_framework::BaseTabControlvirtual
~ISerializable()=defaultgui_framework::interfaces::ISerializablevirtual