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

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

addItem(const LVITEMW &item)gui_framework::interfaces::IBaseListViewOperationsprotectedvirtual
addLocalizationKey(std::string_view localizationKey)gui_framework::interfaces::IMultipleTextLocalized
addTextItem(std::string_view localizationKey) final overridegui_framework::BaseListTextListViewvirtual
gui_framework::interfaces::ITextListView::addTextItem(const std::wstring &text)gui_framework::interfaces::ITextListViewvirtual
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
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 overridegui_framework::BaseListTextListViewvirtual
gui_framework::interfaces::ITextListView::changeTextItem(std::wstring_view text, size_t index)gui_framework::interfaces::ITextListViewvirtual
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
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
getHandle() constgui_framework::BaseComponent
getHash() const overridegui_framework::ListTextListViewvirtual
getId() constgui_framework::BaseComponent
getItem(LVITEMW &item) constgui_framework::interfaces::IBaseListViewOperationsprotectedvirtual
getItemText(size_t index) constgui_framework::interfaces::ITextListViewvirtual
getLocalizationKeys() constgui_framework::interfaces::IMultipleTextLocalized
getParent() constgui_framework::BaseComponent
getStructure() const overridegui_framework::ListTextListViewvirtual
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
IBaseListViewOperations(HWND handle)gui_framework::interfaces::IBaseListViewOperations
idgui_framework::BaseComponentprotected
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) noexceptgui_framework::interfaces::IMultipleTextLocalized
insertTextItem(std::string_view localizationKey, size_t index) final overridegui_framework::BaseListTextListViewvirtual
gui_framework::interfaces::ITextListView::insertTextItem(std::wstring_view text, size_t index)gui_framework::interfaces::ITextListViewvirtual
isDisabled() constgui_framework::BaseComponent
isEnabled() constgui_framework::BaseComponent
ISerializable()=defaultgui_framework::interfaces::ISerializable
ITextListView(HWND handle)gui_framework::interfaces::ITextListView
ITextLocalized(bool autoUpdate=true)gui_framework::interfaces::ITextLocalized
ListTextListView(const std::wstring &listViewName, const utility::ComponentSettings &settings, BaseComposite *parent)gui_framework::ListTextListView
parentgui_framework::BaseComponentprotected
preWindowMessagesHandle(HWND handle, UINT message, WPARAM wparam, LPARAM lparam, bool &isUsed)gui_framework::BaseComponentprotectedvirtual
removeItem(size_t index) finalgui_framework::interfaces::IBaseListViewOperationsvirtual
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) 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) final overridegui_framework::BaseListViewvirtual
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::IBaseListViewOperationsprotectedvirtual
setLocalizationKeys(interfaces::ITextLocalized *localized, const std::vector< std::string > &localizationKeys)gui_framework::BaseComponentprotectedvirtual
setTextColor(uint8_t red, uint8_t green, uint8_t blue) overridegui_framework::BaseListViewvirtual
size() const finalgui_framework::interfaces::IBaseListViewOperationsvirtual
stylesgui_framework::BaseComponentprotected
textColorgui_framework::BaseComponentprotected
updateLocalization(size_t index, std::wstring_view localizedText) overridegui_framework::BaseListTextListViewprotectedvirtual
updateLocalizationEvent() final overridegui_framework::interfaces::IMultipleTextLocalizedvirtual
windowMessagesHandle(HWND handle, UINT message, WPARAM wparam, LPARAM lparam, bool &isUsed)gui_framework::BaseComponentprotectedvirtual
windowNamegui_framework::BaseComponentprotected
~BaseComponent()gui_framework::BaseComponentvirtual
~BaseListListView()=defaultgui_framework::BaseListListViewvirtual
~BaseListTextListView()=defaultgui_framework::BaseListTextListViewvirtual
~BaseListView()=defaultgui_framework::BaseListViewvirtual
~IBaseListViewOperations()=defaultgui_framework::interfaces::IBaseListViewOperationsvirtual
~IMultipleTextLocalized()=defaultgui_framework::interfaces::IMultipleTextLocalizedvirtual
~ISerializable()=defaultgui_framework::interfaces::ISerializablevirtual
~ITextListView()=defaultgui_framework::interfaces::ITextListViewvirtual
~ITextLocalized()=defaultgui_framework::interfaces::ITextLocalizedvirtual
~ListTextListView()=defaultgui_framework::ListTextListView