Qt Utilities
5.6.0
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
|
Go to the source code of this file.
Classes | |
class | Dialogs::OptionPage |
The OptionPage class is the base class for SettingsDialog pages. More... | |
class | Dialogs::UiFileBasedOptionPage< UiClass > |
The UiFileBasedOptionPage class is the base class for SettingsDialog pages using UI files to describe the widget tree. More... | |
Namespaces | |
Dialogs | |
Provides common dialogs such as AboutDialog, EnterPasswordDialog and SettingsDialog. | |
Macros | |
#define | BEGIN_DECLARE_OPTION_PAGE(SomeClass) |
Declares a class inheriting from Dialogs::OptionPage in a convenient way. More... | |
#define | BEGIN_DECLARE_UI_FILE_BASED_OPTION_PAGE_CUSTOM_CTOR(SomeClass) |
Declares a class inheriting from Dialogs::UiFileBasedOptionPage in a convenient way. More... | |
#define | BEGIN_DECLARE_UI_FILE_BASED_OPTION_PAGE(SomeClass) |
Declares a class inheriting from Dialogs::UiFileBasedOptionPage in a convenient way. More... | |
#define | END_DECLARE_OPTION_PAGE }; |
Must be used after BEGIN_DECLARE_OPTION_PAGE and BEGIN_DECLARE_UI_FILE_BASED_OPTION_PAGE. More... | |
#define | INSTANTIATE_UI_FILE_BASED_OPTION_PAGE(SomeClass) |
Instantiates a class declared with BEGIN_DECLARE_UI_FILE_BASED_OPTION_PAGE in a convenient way. More... | |
#define | INSTANTIATE_UI_FILE_BASED_OPTION_PAGE_NS(SomeNamespace, SomeClass) |
Instantiates a class declared with BEGIN_DECLARE_UI_FILE_BASED_OPTION_PAGE inside a given namespace in a convenient way. More... | |
#define | DECLARE_EXTERN_UI_FILE_BASED_OPTION_PAGE(SomeClass) |
Declares external instantiation of class declared with BEGIN_DECLARE_UI_FILE_BASED_OPTION_PAGE in a convenient way. More... | |
#define | DECLARE_EXTERN_UI_FILE_BASED_OPTION_PAGE_NS(SomeNamespace, SomeClass) |
Declares external instantiation of class declared with BEGIN_DECLARE_UI_FILE_BASED_OPTION_PAGE inside a given namespace in a convenient way. More... | |
#define | DECLARE_SETUP_WIDGETS |
Declares the method setupWidget() in a convenient way. More... | |
#define | DECLARE_UI_FILE_BASED_OPTION_PAGE(SomeClass) |
Declares a class inheriting from Dialogs::OptionPage in a convenient way. More... | |
#define | DECLARE_OPTION_PAGE(SomeClass) |
Declares a class inheriting from Dialogs::OptionPage in a convenient way. More... | |
#define | DECLARE_UI_FILE_BASED_OPTION_PAGE_CUSTOM_SETUP(SomeClass) |
Declares a class inheriting from Dialogs::UiFileBasedOptionPage in a convenient way. More... | |
#define BEGIN_DECLARE_OPTION_PAGE | ( | SomeClass | ) |
Declares a class inheriting from Dialogs::OptionPage in a convenient way.
Definition at line 148 of file optionpage.h.
#define BEGIN_DECLARE_UI_FILE_BASED_OPTION_PAGE | ( | SomeClass | ) |
Declares a class inheriting from Dialogs::UiFileBasedOptionPage in a convenient way.
Definition at line 180 of file optionpage.h.
#define BEGIN_DECLARE_UI_FILE_BASED_OPTION_PAGE_CUSTOM_CTOR | ( | SomeClass | ) |
Declares a class inheriting from Dialogs::UiFileBasedOptionPage in a convenient way.
Definition at line 163 of file optionpage.h.
#define DECLARE_EXTERN_UI_FILE_BASED_OPTION_PAGE | ( | SomeClass | ) |
Declares external instantiation of class declared with BEGIN_DECLARE_UI_FILE_BASED_OPTION_PAGE in a convenient way.
Definition at line 214 of file optionpage.h.
#define DECLARE_EXTERN_UI_FILE_BASED_OPTION_PAGE_NS | ( | SomeNamespace, | |
SomeClass | |||
) |
Declares external instantiation of class declared with BEGIN_DECLARE_UI_FILE_BASED_OPTION_PAGE inside a given namespace in a convenient way.
Definition at line 226 of file optionpage.h.
#define DECLARE_OPTION_PAGE | ( | SomeClass | ) |
Declares a class inheriting from Dialogs::OptionPage in a convenient way.
Definition at line 257 of file optionpage.h.
#define DECLARE_SETUP_WIDGETS |
Declares the method setupWidget() in a convenient way.
Definition at line 240 of file optionpage.h.
#define DECLARE_UI_FILE_BASED_OPTION_PAGE | ( | SomeClass | ) |
Declares a class inheriting from Dialogs::OptionPage in a convenient way.
Definition at line 249 of file optionpage.h.
#define DECLARE_UI_FILE_BASED_OPTION_PAGE_CUSTOM_SETUP | ( | SomeClass | ) |
Declares a class inheriting from Dialogs::UiFileBasedOptionPage in a convenient way.
Definition at line 266 of file optionpage.h.
#define END_DECLARE_OPTION_PAGE }; |
Must be used after BEGIN_DECLARE_OPTION_PAGE and BEGIN_DECLARE_UI_FILE_BASED_OPTION_PAGE.
Definition at line 189 of file optionpage.h.
#define INSTANTIATE_UI_FILE_BASED_OPTION_PAGE | ( | SomeClass | ) |
Instantiates a class declared with BEGIN_DECLARE_UI_FILE_BASED_OPTION_PAGE in a convenient way.
Definition at line 196 of file optionpage.h.
#define INSTANTIATE_UI_FILE_BASED_OPTION_PAGE_NS | ( | SomeNamespace, | |
SomeClass | |||
) |
Instantiates a class declared with BEGIN_DECLARE_UI_FILE_BASED_OPTION_PAGE inside a given namespace in a convenient way.
Definition at line 205 of file optionpage.h.