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

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

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
autoResizegui_framework::interfaces::IResizableComponentprotected
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
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
blockResizegui_framework::interfaces::IResizableComponentprotected
calculateNewSizes(uint16_t width, uint16_t height) finalgui_framework::interfaces::IResizableComponentvirtual
changeValue(std::wstring_view newValue, LRESULT index)gui_framework::BaseListBoxvirtual
changeValue(std::string_view localizationKey, LRESULT index)gui_framework::BaseListBox
classNamegui_framework::BaseComponentprotected
clear()gui_framework::BaseListBox
columnsWidthgui_framework::BaseListBoxprotected
desiredHeightgui_framework::BaseComponentprotected
desiredWidthgui_framework::BaseComponentprotected
desiredXgui_framework::BaseComponentprotected
desiredYgui_framework::BaseComponentprotected
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() constgui_framework::BaseComponent
getActualHeight() constgui_framework::BaseComponent
getActualWidth() constgui_framework::BaseComponent
getAutoResize() const finalgui_framework::interfaces::IResizableComponentvirtual
getAutoUpdate() const finalgui_framework::interfaces::ITextLocalizedvirtual
getBackgroundColor() constgui_framework::BaseComponent
getBlockResize() const finalgui_framework::interfaces::IResizableComponentvirtual
getClassName() constgui_framework::BaseComponent
getCodepage()gui_framework::interfaces::ISerializableinlinestatic
getColumnsWidth() constgui_framework::BaseListBox
getCurrentSelectionIndex() constgui_framework::BaseListBox
getCurrentSelections() constgui_framework::BaseMultipleSelectListBox
getDesiredHeight() constgui_framework::BaseComponent
getDesiredWidth() constgui_framework::BaseComponent
getDesiredX() constgui_framework::BaseComponent
getDesiredY() constgui_framework::BaseComponent
getHandle() constgui_framework::BaseComponent
getHash() const overridegui_framework::MultipleSelectListBoxvirtual
getId() constgui_framework::BaseComponent
getItemsHeight() constgui_framework::BaseListBox
getLocalizationKeys() constgui_framework::interfaces::IMultipleTextLocalized
getParent() constgui_framework::BaseComponent
getSelectedItems() constgui_framework::BaseMultipleSelectListBox
getStructure() const overridegui_framework::MultipleSelectListBoxvirtual
getStyles() constgui_framework::BaseComponent
getTextColor() constgui_framework::BaseComponent
getValue(size_t index) constgui_framework::BaseListBox
getWindowName() constgui_framework::BaseComponent
handlegui_framework::BaseComponentprotected
handleMessages(HWND handle, UINT message, WPARAM wparam, LPARAM lparam, bool &isUsed)gui_framework::BaseComponent
idgui_framework::BaseComponentprotected
IMultipleTextLocalized(bool autoUpdate=true)gui_framework::interfaces::IMultipleTextLocalized
initHeightgui_framework::interfaces::IResizableComponentprotected
initWidthgui_framework::interfaces::IResizableComponentprotected
initXgui_framework::interfaces::IResizableComponentprotected
initYgui_framework::interfaces::IResizableComponentprotected
insertLocalizationKey(size_t index, const std::string &localizationKey)gui_framework::interfaces::IMultipleTextLocalized
insertLocalizationKey(size_t index, std::string &&localizationKey) noexceptgui_framework::interfaces::IMultipleTextLocalized
insertValue(std::wstring_view value, LRESULT index)gui_framework::BaseListBoxvirtual
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() constgui_framework::BaseComponent
isEnabled() constgui_framework::BaseComponent
ISerializable()=defaultgui_framework::interfaces::ISerializable
ITextLocalized(bool autoUpdate=true)gui_framework::interfaces::ITextLocalized
MultipleSelectListBox(const std::wstring &listBoxName, const utility::ComponentSettings &settings, BaseComposite *parent, bool isSorting=false)gui_framework::MultipleSelectListBox
gui_framework::parentgui_framework::BaseComponentprotected
parentHeightgui_framework::interfaces::IResizableComponentprotected
parentWidthgui_framework::interfaces::IResizableComponentprotected
preWindowMessagesHandle(HWND handle, UINT message, WPARAM wparam, LPARAM lparam, bool &isUsed)gui_framework::BaseComponentprotectedvirtual
removeLocalizationKey(size_t index)gui_framework::interfaces::IMultipleTextLocalized
removeLocalizationKey(std::string_view localizationKey)gui_framework::interfaces::IMultipleTextLocalized
removeValue(size_t index)gui_framework::BaseListBox
requiredSizegui_framework::BaseListBoxprotected
resize(uint16_t width, uint16_t height) overridegui_framework::BaseListBoxvirtual
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
selectMultipleItems(WPARAM firstItemIndex, LPARAM lastItemIndex) constgui_framework::BaseMultipleSelectListBox
sendRawMessage(UINT message, WPARAM wparam, LPARAM lparam)gui_framework::BaseComponent
setAutoResize(bool autoResize) finalgui_framework::interfaces::IResizableComponentvirtual
setAutoUpdate(bool autoUpdate) finalgui_framework::interfaces::ITextLocalizedvirtual
setBackgroundColor(uint8_t red, uint8_t green, uint8_t blue)gui_framework::BaseComponentvirtual
setBlockResize(bool blockResize) finalgui_framework::interfaces::IResizableComponentvirtual
setColumnsWidth(uint8_t width)gui_framework::BaseListBox
setCurrentSelection(LRESULT index) const final overridegui_framework::BaseMultipleSelectListBoxvirtual
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::BaseComponentprotectedvirtual
setTextColor(uint8_t red, uint8_t green, uint8_t blue)gui_framework::BaseComponentvirtual
size() constgui_framework::BaseListBox
stylesgui_framework::BaseComponentprotected
textColorgui_framework::BaseComponentprotected
updateLocalization(size_t index, std::wstring_view localizedText) overridegui_framework::BaseListBoxprotectedvirtual
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
~BaseListBox()=defaultgui_framework::BaseListBoxvirtual
~BaseMultipleSelectListBox()=defaultgui_framework::BaseMultipleSelectListBoxvirtual
~IMultipleTextLocalized()=defaultgui_framework::interfaces::IMultipleTextLocalizedvirtual
~IResizableComponent()=defaultgui_framework::interfaces::IResizableComponentvirtual
~ISerializable()=defaultgui_framework::interfaces::ISerializablevirtual
~ITextLocalized()=defaultgui_framework::interfaces::ITextLocalizedvirtual
~MultipleSelectListBox()=defaultgui_framework::MultipleSelectListBox