| addItem(const LVITEMW &item) | gui_framework::interfaces::IBaseListViewOperations | protectedvirtual |
| addLocalizationKey(std::string_view localizationKey) | gui_framework::interfaces::IMultipleTextLocalized | |
| addTextItem(std::string_view localizationKey) final override | gui_framework::BaseListTextListView | virtual |
| gui_framework::interfaces::ITextListView::addTextItem(const std::wstring &text) | gui_framework::interfaces::ITextListView | virtual |
| 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 | |
| BaseListListView(const std::wstring &listViewName, const utility::ComponentSettings &settings, const styles::ListListViewStyles &styles, BaseComposite *parent) | gui_framework::BaseListListView | |
| BaseListTextListView(const std::wstring &listViewName, const utility::ComponentSettings &settings, BaseComposite *parent) | gui_framework::BaseListTextListView | |
| BaseListView(const std::wstring &listViewName, const utility::ComponentSettings &settings, const styles::ListViewStyles &styles, BaseComposite *parent) | gui_framework::BaseListView | |
| changeTextItem(std::string_view localizationKey, size_t index) final override | gui_framework::BaseListTextListView | virtual |
| gui_framework::interfaces::ITextListView::changeTextItem(std::wstring_view text, size_t index) | gui_framework::interfaces::ITextListView | virtual |
| className | gui_framework::BaseComponent | 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 | |
| getActualCoordinates() const | gui_framework::BaseComponent | |
| getActualHeight() const | gui_framework::BaseComponent | |
| getActualWidth() const | gui_framework::BaseComponent | |
| getAutoUpdate() const final | gui_framework::interfaces::ITextLocalized | virtual |
| 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=0 | gui_framework::BaseListTextListView | pure virtual |
| getId() const | gui_framework::BaseComponent | |
| getItem(LVITEMW &item) const | gui_framework::interfaces::IBaseListViewOperations | protectedvirtual |
| getItemText(size_t index) const | gui_framework::interfaces::ITextListView | virtual |
| getLocalizationKeys() const | gui_framework::interfaces::IMultipleTextLocalized | |
| getParent() const | gui_framework::BaseComponent | |
| getStructure() const override | gui_framework::BaseListTextListView | 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 | |
| IBaseListViewOperations(HWND handle) | gui_framework::interfaces::IBaseListViewOperations | |
| id | gui_framework::BaseComponent | protected |
| IMultipleTextLocalized(bool autoUpdate=true) | gui_framework::interfaces::IMultipleTextLocalized | |
| insertLocalizationKey(size_t index, const std::string &localizationKey) | gui_framework::interfaces::IMultipleTextLocalized | |
| insertLocalizationKey(size_t index, std::string &&localizationKey) noexcept | gui_framework::interfaces::IMultipleTextLocalized | |
| insertTextItem(std::string_view localizationKey, size_t index) final override | gui_framework::BaseListTextListView | virtual |
| gui_framework::interfaces::ITextListView::insertTextItem(std::wstring_view text, size_t index) | gui_framework::interfaces::ITextListView | virtual |
| isDisabled() const | gui_framework::BaseComponent | |
| isEnabled() const | gui_framework::BaseComponent | |
| ISerializable()=default | gui_framework::interfaces::ISerializable | |
| ITextListView(HWND handle) | gui_framework::interfaces::ITextListView | |
| ITextLocalized(bool autoUpdate=true) | gui_framework::interfaces::ITextLocalized | |
| parent | gui_framework::BaseComponent | protected |
| preWindowMessagesHandle(HWND handle, UINT message, WPARAM wparam, LPARAM lparam, bool &isUsed) | gui_framework::BaseComponent | protectedvirtual |
| removeItem(size_t index) final | gui_framework::interfaces::IBaseListViewOperations | virtual |
| removeLocalizationKey(size_t index) | gui_framework::interfaces::IMultipleTextLocalized | |
| removeLocalizationKey(std::string_view localizationKey) | gui_framework::interfaces::IMultipleTextLocalized | |
| 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 | |
| setAutoUpdate(bool autoUpdate) final | gui_framework::interfaces::ITextLocalized | virtual |
| setBackgroundColor(uint8_t red, uint8_t green, uint8_t blue) final override | gui_framework::BaseListView | 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 | |
| setItem(const LVITEMW &item) | gui_framework::interfaces::IBaseListViewOperations | protectedvirtual |
| setLocalizationKeys(interfaces::ITextLocalized *localized, const std::vector< std::string > &localizationKeys) | gui_framework::BaseComponent | protectedvirtual |
| setTextColor(uint8_t red, uint8_t green, uint8_t blue) override | gui_framework::BaseListView | virtual |
| size() const final | gui_framework::interfaces::IBaseListViewOperations | virtual |
| styles | gui_framework::BaseComponent | protected |
| textColor | gui_framework::BaseComponent | protected |
| updateLocalization(size_t index, std::wstring_view localizedText) override | gui_framework::BaseListTextListView | 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 |
| ~BaseListListView()=default | gui_framework::BaseListListView | virtual |
| ~BaseListTextListView()=default | gui_framework::BaseListTextListView | virtual |
| ~BaseListView()=default | gui_framework::BaseListView | virtual |
| ~IBaseListViewOperations()=default | gui_framework::interfaces::IBaseListViewOperations | virtual |
| ~IMultipleTextLocalized()=default | gui_framework::interfaces::IMultipleTextLocalized | virtual |
| ~ISerializable()=default | gui_framework::interfaces::ISerializable | virtual |
| ~ITextListView()=default | gui_framework::interfaces::ITextListView | virtual |
| ~ITextLocalized()=default | gui_framework::interfaces::ITextLocalized | virtual |