|
GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
|
This is the complete list of members for gui_framework::interfaces::ICloseable, including all inherited members.
| close(int exitCode) | gui_framework::interfaces::ICloseable | |
| closeableHandle | gui_framework::interfaces::ICloseable | protected |
| getOnClose() const final | gui_framework::interfaces::ICloseable | virtual |
| ICloseable(HWND closeableHandle) | gui_framework::interfaces::ICloseable | |
| onClose | gui_framework::interfaces::ICloseable | protected |
| onCloseFunctionModuleName | gui_framework::interfaces::ICloseable | protected |
| onCloseFunctionName | gui_framework::interfaces::ICloseable | protected |
| setOnClose(const std::function< bool()> &onClose) final | gui_framework::interfaces::ICloseable | virtual |
| setOnClose(const std::string &onCloseFunctionName, const std::string &onCloseFunctionModuleName) final | gui_framework::interfaces::ICloseable | virtual |
| ~ICloseable()=default | gui_framework::interfaces::ICloseable | virtual |