| addCreator(Args &&... args) | gui_framework::GUIFramework | |
| addDeserializer(Args &&... args) | gui_framework::GUIFramework | |
| addTask(const std::function< void()> &task, const std::function< void()> &callback=nullptr) | gui_framework::GUIFramework | |
| addTask(const std::function< void()> &task, std::function< void()> &&callback) | gui_framework::GUIFramework | |
| addTask(std::function< void()> &&task, const std::function< void()> &callback=nullptr) | gui_framework::GUIFramework | |
| addTask(std::function< void()> &&task, std::function< void()> &&callback) | gui_framework::GUIFramework | |
| BaseComponent class | gui_framework::GUIFramework | friend |
| BaseDialogBox class | gui_framework::GUIFramework | friend |
| BaseMainWindow class | gui_framework::GUIFramework | friend |
| changeLocalization(const std::string &language) const | gui_framework::GUIFramework | |
| deserializeHotkeys(const json::utility::jsonObject &description) | gui_framework::GUIFramework | |
| findComponent(HWND handle) | gui_framework::GUIFramework | |
| findComponent(const std::wstring &componentName) | gui_framework::GUIFramework | |
| get() | gui_framework::GUIFramework | static |
| getCantLoadedModules() | gui_framework::GUIFramework | |
| getCreators() const | gui_framework::GUIFramework | |
| getDeserializers() const | gui_framework::GUIFramework | |
| getGUIFrameworkVersion() | gui_framework::GUIFramework | static |
| getJSONSettings() const | gui_framework::GUIFramework | |
| getModules() const | gui_framework::GUIFramework | |
| getModulesPaths() const | gui_framework::GUIFramework | |
| getRegisteredHotkeys() | gui_framework::GUIFramework | |
| getUIThreadId() | gui_framework::GUIFramework | static |
| isExist(BaseComponent *component) | gui_framework::GUIFramework | |
| isModulesLoaded() const | gui_framework::GUIFramework | |
| loadModule(const std::string &moduleName, const std::filesystem::path &pathToModule) | gui_framework::GUIFramework | |
| operator[](const std::string &moduleName) const | gui_framework::GUIFramework | |
| registerHotkey(hotkeys::keys key, const std::function< void()> &onClick, const std::vector< hotkeys::additionalKeys > &additionalKeys={}) | gui_framework::GUIFramework | |
| registerHotkey(hotkeys::keys key, const std::string &functionName, const std::string &moduleName, const std::vector< hotkeys::additionalKeys > &additionalKeys={}) | gui_framework::GUIFramework | |
| restartApplication(int exitCode=0) | gui_framework::GUIFramework | static |
| runOnUIThread(const std::function< void()> &function) | gui_framework::GUIFramework | static |
| runOnUIThread(std::function< void()> &&function) | gui_framework::GUIFramework | static |
| serializeHotkeys() | gui_framework::GUIFramework | |
| std::default_delete< GUIFramework > | gui_framework::GUIFramework | friend |
| unloadModule(const std::string &moduleName) | gui_framework::GUIFramework | |
| unregisterHotkey(size_t hotkeyId) | gui_framework::GUIFramework | |
| unregisterHotkey(uint32_t key, const std::vector< hotkeys::additionalKeys > &additionalKeys={}) | gui_framework::GUIFramework | |
| WindowHolder class | gui_framework::GUIFramework | friend |