| addLocalizationKey(std::string_view localizationKey) | gui_framework::interfaces::IMultipleTextLocalized | |
| addValue(std::wstring_view value) | gui_framework::BaseListBox | |
| addValue(std::string_view localizationKey) | gui_framework::BaseListBox | |
| asyncDestroyComponent() | gui_framework::BaseComponent | |
| autoResize | gui_framework::interfaces::IResizableComponent | protected |
| 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 | |
| BaseListBox(std::wstring_view listBoxName, const utility::ComponentSettings &settings, const styles::ListBoxStyles &styles, BaseComposite *parent) | gui_framework::BaseListBox | |
| BaseMultipleSelectListBox(const std::wstring &listBoxName, const utility::ComponentSettings &settings, BaseComposite *parent) | gui_framework::BaseMultipleSelectListBox | |
| blockResize | gui_framework::interfaces::IResizableComponent | protected |
| calculateNewSizes(uint16_t width, uint16_t height) final | gui_framework::interfaces::IResizableComponent | virtual |
| changeValue(std::wstring_view newValue, LRESULT index) | gui_framework::BaseListBox | virtual |
| changeValue(std::string_view localizationKey, LRESULT index) | gui_framework::BaseListBox | |
| className | gui_framework::BaseComponent | protected |
| clear() | gui_framework::BaseListBox | |
| columnsWidth | gui_framework::BaseListBox | protected |
| 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 | |
| findString(std::wstring_view stringToFind) | gui_framework::BaseListBox | |
| findSubstring(std::wstring_view subStringToFind) | gui_framework::BaseListBox | |
| getActualCoordinates() const | gui_framework::BaseComponent | |
| getActualHeight() const | gui_framework::BaseComponent | |
| getActualWidth() const | gui_framework::BaseComponent | |
| getAutoResize() const final | gui_framework::interfaces::IResizableComponent | virtual |
| getAutoUpdate() const final | gui_framework::interfaces::ITextLocalized | virtual |
| getBackgroundColor() const | gui_framework::BaseComponent | |
| getBlockResize() const final | gui_framework::interfaces::IResizableComponent | virtual |
| getClassName() const | gui_framework::BaseComponent | |
| getCodepage() | gui_framework::interfaces::ISerializable | inlinestatic |
| getColumnsWidth() const | gui_framework::BaseListBox | |
| getCurrentSelectionIndex() const | gui_framework::BaseListBox | |
| getCurrentSelections() const | gui_framework::BaseMultipleSelectListBox | |
| 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=0 | gui_framework::BaseMultipleSelectListBox | pure virtual |
| getId() const | gui_framework::BaseComponent | |
| getItemsHeight() const | gui_framework::BaseListBox | |
| getLocalizationKeys() const | gui_framework::interfaces::IMultipleTextLocalized | |
| getParent() const | gui_framework::BaseComponent | |
| getSelectedItems() const | gui_framework::BaseMultipleSelectListBox | |
| getStructure() const override | gui_framework::BaseMultipleSelectListBox | virtual |
| getStyles() const | gui_framework::BaseComponent | |
| getTextColor() const | gui_framework::BaseComponent | |
| getValue(size_t index) const | gui_framework::BaseListBox | |
| getWindowName() const | gui_framework::BaseComponent | |
| handle | gui_framework::BaseComponent | protected |
| handleMessages(HWND handle, UINT message, WPARAM wparam, LPARAM lparam, bool &isUsed) | gui_framework::BaseComponent | |
| id | gui_framework::BaseComponent | protected |
| IMultipleTextLocalized(bool autoUpdate=true) | gui_framework::interfaces::IMultipleTextLocalized | |
| initHeight | gui_framework::interfaces::IResizableComponent | protected |
| initWidth | gui_framework::interfaces::IResizableComponent | protected |
| initX | gui_framework::interfaces::IResizableComponent | protected |
| initY | gui_framework::interfaces::IResizableComponent | protected |
| insertLocalizationKey(size_t index, const std::string &localizationKey) | gui_framework::interfaces::IMultipleTextLocalized | |
| insertLocalizationKey(size_t index, std::string &&localizationKey) noexcept | gui_framework::interfaces::IMultipleTextLocalized | |
| insertValue(std::wstring_view value, LRESULT index) | gui_framework::BaseListBox | virtual |
| insertValue(std::string_view localizationKey, LRESULT index) | gui_framework::BaseListBox | |
| IResizableComponent(HWND resizeableHandle, HWND parent, bool autoResize=false, bool blockResize=false) | gui_framework::interfaces::IResizableComponent | |
| isDisabled() const | gui_framework::BaseComponent | |
| isEnabled() const | gui_framework::BaseComponent | |
| ISerializable()=default | gui_framework::interfaces::ISerializable | |
| ITextLocalized(bool autoUpdate=true) | gui_framework::interfaces::ITextLocalized | |
| gui_framework::parent | gui_framework::BaseComponent | protected |
| parentHeight | gui_framework::interfaces::IResizableComponent | protected |
| parentWidth | gui_framework::interfaces::IResizableComponent | protected |
| preWindowMessagesHandle(HWND handle, UINT message, WPARAM wparam, LPARAM lparam, bool &isUsed) | gui_framework::BaseComponent | protectedvirtual |
| removeLocalizationKey(size_t index) | gui_framework::interfaces::IMultipleTextLocalized | |
| removeLocalizationKey(std::string_view localizationKey) | gui_framework::interfaces::IMultipleTextLocalized | |
| removeValue(size_t index) | gui_framework::BaseListBox | |
| requiredSize | gui_framework::BaseListBox | protected |
| resize(uint16_t width, uint16_t height) override | gui_framework::BaseListBox | virtual |
| 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 |
| selectMultipleItems(WPARAM firstItemIndex, LPARAM lastItemIndex) const | gui_framework::BaseMultipleSelectListBox | |
| sendRawMessage(UINT message, WPARAM wparam, LPARAM lparam) | gui_framework::BaseComponent | |
| setAutoResize(bool autoResize) final | gui_framework::interfaces::IResizableComponent | virtual |
| setAutoUpdate(bool autoUpdate) final | gui_framework::interfaces::ITextLocalized | virtual |
| setBackgroundColor(uint8_t red, uint8_t green, uint8_t blue) | gui_framework::BaseComponent | virtual |
| setBlockResize(bool blockResize) final | gui_framework::interfaces::IResizableComponent | virtual |
| setColumnsWidth(uint8_t width) | gui_framework::BaseListBox | |
| setCurrentSelection(LRESULT index) const final override | gui_framework::BaseMultipleSelectListBox | 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 | |
| setItemsHeight(uint8_t height) | gui_framework::BaseListBox | |
| setLocalizationKeys(interfaces::ITextLocalized *localized, const std::vector< std::string > &localizationKeys) | gui_framework::BaseComponent | protectedvirtual |
| setTextColor(uint8_t red, uint8_t green, uint8_t blue) | gui_framework::BaseComponent | virtual |
| size() const | gui_framework::BaseListBox | |
| styles | gui_framework::BaseComponent | protected |
| textColor | gui_framework::BaseComponent | protected |
| updateLocalization(size_t index, std::wstring_view localizedText) override | gui_framework::BaseListBox | protectedvirtual |
| updateLocalizationEvent() final override | gui_framework::interfaces::IMultipleTextLocalized | virtual |
| 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 |
| ~BaseListBox()=default | gui_framework::BaseListBox | virtual |
| ~BaseMultipleSelectListBox()=default | gui_framework::BaseMultipleSelectListBox | virtual |
| ~IMultipleTextLocalized()=default | gui_framework::interfaces::IMultipleTextLocalized | virtual |
| ~IResizableComponent()=default | gui_framework::interfaces::IResizableComponent | virtual |
| ~ISerializable()=default | gui_framework::interfaces::ISerializable | virtual |
| ~ITextLocalized()=default | gui_framework::interfaces::ITextLocalized | virtual |