| addValue(const std::wstring &value) | gui_framework::BaseComboBox | |
| addValues(const std::vector< std::wstring > &values) | gui_framework::BaseComboBox | |
| asyncDestroyComponent() | gui_framework::BaseComponent | |
| autoResize | gui_framework::interfaces::IResizableComponent | protected |
| backgroundColor | gui_framework::BaseComponent | protected |
| BaseComboBox(const std::wstring &comboBoxName, const utility::ComponentSettings &settings, const styles::ComboBoxStyles &styles, BaseComposite *parent) | gui_framework::BaseComboBox | |
| 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 | |
| blockResize | gui_framework::interfaces::IResizableComponent | protected |
| calculateNewSizes(uint16_t width, uint16_t height) final | gui_framework::interfaces::IResizableComponent | virtual |
| changeValue(const std::wstring &newValue, LRESULT index) | gui_framework::BaseComboBox | virtual |
| className | gui_framework::BaseComponent | protected |
| clear() | gui_framework::BaseComboBox | |
| 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(const std::wstring &stringToFind) | gui_framework::BaseComboBox | |
| findSubstring(const std::wstring &substringToFind) | gui_framework::BaseComboBox | |
| functionName | gui_framework::BaseComboBox | protected |
| getActualCoordinates() const | gui_framework::BaseComponent | |
| getActualHeight() const | gui_framework::BaseComponent | |
| getActualWidth() const | gui_framework::BaseComponent | |
| getAutoResize() const final | gui_framework::interfaces::IResizableComponent | 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 |
| getCurrentSelectionIndex() const | gui_framework::BaseComboBox | |
| getDesiredHeight() const | gui_framework::BaseComponent | |
| getDesiredWidth() const | gui_framework::BaseComponent | |
| getDesiredX() const | gui_framework::BaseComponent | |
| getDesiredY() const | gui_framework::BaseComponent | |
| getDroppedWidth() const | gui_framework::BaseComboBox | |
| getHandle() const | gui_framework::BaseComponent | |
| getHash() const override | gui_framework::SimpleComboBox | virtual |
| getId() const | gui_framework::BaseComponent | |
| getItemHeight(itemHeightEnum value) const | gui_framework::BaseComboBox | |
| getParent() const | gui_framework::BaseComponent | |
| getStructure() const override | gui_framework::SimpleComboBox | virtual |
| getStyles() const | gui_framework::BaseComponent | |
| getTextColor() const | gui_framework::BaseComponent | |
| getValue(size_t index) const | gui_framework::BaseComboBox | |
| 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 |
| initHeight | gui_framework::interfaces::IResizableComponent | protected |
| initWidth | gui_framework::interfaces::IResizableComponent | protected |
| initX | gui_framework::interfaces::IResizableComponent | protected |
| initY | gui_framework::interfaces::IResizableComponent | protected |
| insertValue(const std::wstring &value, LRESULT index) | gui_framework::BaseComboBox | virtual |
| 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 | |
| itemHeightEnum enum name | gui_framework::BaseComboBox | |
| loadOnSelectionChangeFromModule(std::function< void(BaseComboBox &)> &onSelectionChange, const std::string &functionName, const std::string &moduleName) | gui_framework::BaseComboBox | static |
| moduleName | gui_framework::BaseComboBox | protected |
| onSelectionChange | gui_framework::BaseComboBox | protected |
| 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 |
| removeValue(size_t index) | gui_framework::BaseComboBox | |
| requiredSize | gui_framework::BaseComboBox | protected |
| resize(uint16_t width, uint16_t height) override | gui_framework::BaseComboBox | 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 |
| sendRawMessage(UINT message, WPARAM wparam, LPARAM lparam) | gui_framework::BaseComponent | |
| setAutoResize(bool autoResize) final | gui_framework::interfaces::IResizableComponent | virtual |
| setBackgroundColor(uint8_t red, uint8_t green, uint8_t blue) final override | gui_framework::BaseComboBox | virtual |
| setBlockResize(bool blockResize) final | gui_framework::interfaces::IResizableComponent | virtual |
| setCurrentSelection(LRESULT index) const | gui_framework::BaseComboBox | |
| 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 | |
| setDroppedWidth(uint16_t width) | gui_framework::BaseComboBox | |
| setItemHeight(itemHeightEnum value, uint16_t height) | gui_framework::BaseComboBox | |
| setLocalizationKeys(interfaces::ITextLocalized *localized, const std::vector< std::string > &localizationKeys) | gui_framework::BaseComponent | protectedvirtual |
| setOnSelectionChange(const std::function< void(BaseComboBox &)> &onSelectionChange) | gui_framework::BaseComboBox | |
| setOnSelectionChange(const std::string &functionName, const std::string &moduleName) | gui_framework::BaseComboBox | |
| setSortingMode(bool isSorting) | gui_framework::BaseComboBox | |
| setTextColor(uint8_t red, uint8_t green, uint8_t blue) final override | gui_framework::BaseComboBox | virtual |
| SimpleComboBox(const std::wstring &comboBoxName, const utility::ComponentSettings &settings, BaseComposite *parent) | gui_framework::SimpleComboBox | |
| size() const | gui_framework::BaseComboBox | |
| styles | gui_framework::BaseComponent | protected |
| textColor | gui_framework::BaseComponent | protected |
| windowMessagesHandle(HWND handle, UINT message, WPARAM wparam, LPARAM lparam, bool &isUsed) final override | gui_framework::BaseComboBox | protectedvirtual |
| windowName | gui_framework::BaseComponent | protected |
| ~BaseComboBox()=default | gui_framework::BaseComboBox | virtual |
| ~BaseComponent() | gui_framework::BaseComponent | virtual |
| ~IResizableComponent()=default | gui_framework::interfaces::IResizableComponent | virtual |
| ~ISerializable()=default | gui_framework::interfaces::ISerializable | virtual |
| ~SimpleComboBox()=default | gui_framework::SimpleComboBox | |