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

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

addPopupMenu(const std::wstring &menuName)gui_framework::BaseCompositevirtual
asyncDestroyComponent()gui_framework::BaseComponent
backgroundColorgui_framework::BaseComponentprotected
gui_framework::BaseComponent::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
BaseComposite(const std::wstring &className, const std::wstring &windowName, const utility::ComponentSettings &settings, const interfaces::IStyles &styles, BaseComposite *parent=nullptr, const std::string &windowFunctionName="", const std::string &moduleName="", uint16_t smallIconResource=NULL, uint16_t largeIconResource=NULL)gui_framework::BaseComposite
BaseDialogBox(const std::wstring &className, const std::wstring &title, const utility::ComponentSettings &settings, const std::string &dialogBoxFunctionName="", const std::string &moduleName="", uint16_t smallIconResource=NULL, uint16_t largeIconResource=NULL)gui_framework::BaseDialogBox
begin() noexcept overridegui_framework::BaseCompositevirtual
cbegin() const noexcept overridegui_framework::BaseCompositevirtual
cend() const noexcept overridegui_framework::BaseCompositevirtual
childrengui_framework::BaseCompositeprotected
classNamegui_framework::BaseComponentprotected
close(int exitCode)gui_framework::interfaces::ICloseable
closeableHandlegui_framework::interfaces::ICloseableprotected
componentVisibilityHandlegui_framework::interfaces::IComponentVisibilityprotected
compositeWindowMessagesHandle(HWND handle, UINT message, WPARAM wparam, LPARAM lparam, bool &isUsed)gui_framework::BaseCompositeprotectedvirtual
createMainMenu(const std::wstring &menuName)gui_framework::BaseCompositevirtual
createMessageBox(const std::wstring &text, const std::wstring &title, messageBoxType type, BaseComposite *parent=nullptr, bool helpButton=false)gui_framework::BaseDialogBoxstatic
desiredHeightgui_framework::BaseComponentprotected
desiredWidthgui_framework::BaseComponentprotected
desiredXgui_framework::BaseComponentprotected
desiredYgui_framework::BaseComponentprotected
destroyComponent()gui_framework::BaseComponent
disable()gui_framework::BaseComponent
enable()gui_framework::BaseComponent
end() noexcept overridegui_framework::BaseCompositevirtual
exitCodegui_framework::BaseCompositeprotected
exitMode enum namegui_framework::BaseComposite
findChild(const std::wstring &windowName) constgui_framework::BaseComposite
findChild(HWND handle) constgui_framework::BaseComposite
findChildren(const std::wstring &windowName) constgui_framework::BaseComposite
getActualCoordinates() constgui_framework::BaseComponent
getActualHeight() constgui_framework::BaseComponent
getActualWidth() constgui_framework::BaseComponent
getBackgroundColor() constgui_framework::BaseComponent
getChildren() constgui_framework::BaseComposite
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
getExitCode() constgui_framework::BaseComposite
getExitMode() constgui_framework::BaseComposite
getHandle() constgui_framework::BaseComponent
getHash() const override=0gui_framework::BaseDialogBoxpure virtual
getId() constgui_framework::BaseComponent
getMainMenu() constgui_framework::BaseComposite
getMainMenu()gui_framework::BaseComposite
getOnClose() const finalgui_framework::interfaces::ICloseablevirtual
getOnDestroy() constgui_framework::BaseComposite
getParent() constgui_framework::BaseComponent
getPopupMenus() constgui_framework::BaseComposite
getStructure() const overridegui_framework::BaseCompositevirtual
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
hide() constgui_framework::interfaces::IComponentVisibility
ICloseable(HWND closeableHandle)gui_framework::interfaces::ICloseable
IComponentVisibility(HWND componentVisibilityHandle)gui_framework::interfaces::IComponentVisibility
idgui_framework::BaseComponentprotected
IIterable()=defaultgui_framework::interfaces::IIterable< BaseComponent, iterators::composite_forward_iterator, iterators::composite_const_forward_iterator >
isDisabled() constgui_framework::BaseComponent
isEnabled() constgui_framework::BaseComponent
ISerializable()=defaultgui_framework::interfaces::ISerializable
isShowDialogUsedgui_framework::BaseDialogBoxprotected
mainMenugui_framework::BaseCompositeprotected
messageBoxResponse enum namegui_framework::BaseDialogBox
messageBoxType enum namegui_framework::BaseDialogBox
modegui_framework::BaseCompositeprotected
onClosegui_framework::interfaces::ICloseableprotected
onCloseFunctionModuleNamegui_framework::interfaces::ICloseableprotected
onCloseFunctionNamegui_framework::interfaces::ICloseableprotected
onDestroygui_framework::BaseCompositeprotected
onDestroyFunctionModuleNamegui_framework::BaseCompositeprotected
onDestroyFunctionNamegui_framework::BaseCompositeprotected
parentgui_framework::BaseComponentprotected
popupMenusgui_framework::BaseCompositeprotected
preWindowMessagesHandle(HWND handle, UINT message, WPARAM wparam, LPARAM lparam, bool &isUsed) overridegui_framework::BaseCompositeprotectedvirtual
removeChild(BaseComponent *child)gui_framework::BaseComposite
removeComponents(const std::wstring &componentName)gui_framework::BaseComposite
removePopupMenus(const std::wstring &menuName)gui_framework::BaseCompositevirtual
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
setBackgroundColor(uint8_t red, uint8_t green, uint8_t blue) overridegui_framework::BaseCompositevirtual
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
setExitMode(exitMode mode)gui_framework::BaseComposite
setLocalizationKeys(interfaces::ITextLocalized *localized, const std::vector< std::string > &localizationKeys)gui_framework::BaseComponentprotectedvirtual
setOnClose(const std::function< bool()> &onClose) finalgui_framework::interfaces::ICloseablevirtual
setOnClose(const std::string &onCloseFunctionName, const std::string &onCloseFunctionModuleName) finalgui_framework::interfaces::ICloseablevirtual
setOnDestroy(const std::function< void()> &onDestroy)gui_framework::BaseComposite
setOnDestroy(const std::string &onDestroyFunctionName, const std::string &onDestroyFunctionModuleName)gui_framework::BaseComposite
setTextColor(uint8_t red, uint8_t green, uint8_t blue)gui_framework::BaseComponentvirtual
show() constgui_framework::interfaces::IComponentVisibility
showDialog()gui_framework::BaseDialogBox
stylesgui_framework::BaseComponentprotected
textColorgui_framework::BaseComponentprotected
windowFunctionNamegui_framework::BaseCompositeprotected
windowMessagesHandle(HWND handle, UINT message, WPARAM wparam, LPARAM lparam, bool &isUsed) overridegui_framework::BaseCompositeprotectedvirtual
windowNamegui_framework::BaseComponentprotected
windowWithUserFocusgui_framework::BaseDialogBoxprotected
~BaseComponent()gui_framework::BaseComponentvirtual
~BaseComposite()gui_framework::BaseCompositevirtual
~BaseDialogBox()gui_framework::BaseDialogBoxvirtual
~ICloseable()=defaultgui_framework::interfaces::ICloseablevirtual
~IComponentVisibility()=defaultgui_framework::interfaces::IComponentVisibilityvirtual
~IIterable()=defaultgui_framework::interfaces::IIterable< BaseComponent, iterators::composite_forward_iterator, iterators::composite_const_forward_iterator >virtual
~ISerializable()=defaultgui_framework::interfaces::ISerializablevirtual