|
GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
|
Functions | |
| void | throwNotImplementedException (string_view methodName, string_view className) |
| string | extendedException (const string &exceptionMessage, string_view fileName, string_view methodName, int line) |
| bool | useOnClose (any topLevelWindow) |
| GUI_FRAMEWORK_API_FUNCTION void | throwNotImplementedException (std::string_view methodName, std::string_view className) |
| GUI_FRAMEWORK_API_FUNCTION std::string | extendedException (const std::string &exceptionMessage, std::string_view fileName, std::string_view methodName, int line) |
| GUI_FRAMEWORK_API_FUNCTION bool | useOnClose (std::any topLevelWindow) |
| GUI_FRAMEWORK_API_FUNCTION std::string gui_framework::__utility::extendedException | ( | const std::string & | exceptionMessage, |
| std::string_view | fileName, | ||
| std::string_view | methodName, | ||
| int | line ) |
| string gui_framework::__utility::extendedException | ( | const string & | exceptionMessage, |
| string_view | fileName, | ||
| string_view | methodName, | ||
| int | line ) |
Definition at line 201 of file Utility.cpp.
| GUI_FRAMEWORK_API_FUNCTION void gui_framework::__utility::throwNotImplementedException | ( | std::string_view | methodName, |
| std::string_view | className ) |
| void gui_framework::__utility::throwNotImplementedException | ( | string_view | methodName, |
| string_view | className ) |
Definition at line 186 of file Utility.cpp.
| bool gui_framework::__utility::useOnClose | ( | any | topLevelWindow | ) |
Definition at line 218 of file Utility.cpp.
| GUI_FRAMEWORK_API_FUNCTION bool gui_framework::__utility::useOnClose | ( | std::any | topLevelWindow | ) |