![]() |
VR-Forces 4.0.4 Class Documentation
|
Go to the source code of this file.
Classes | |
| class | makVrf::DtVrfGuiApplicationSetting |
| class | makVrf::DtVrfGuiSettingsFactory |
| class | makVrf::DtVrfGuiApplicationSettings |
Namespaces | |
| namespace | makVrv |
include <vrvCoreQt/DtPersistenceControlsInterface.h> | |
| namespace | makVrf |
| Allows for a create menu item from the create menu to signal its creation by default allowing the user to intercept that signal and modify and send the create message to the backend. | |
Defines | |
| #define | REGISTER_APPLICATION_SETTING(AppSetting) |
Typedefs | |
| typedef DtVrfGuiApplicationSetting *(* | makVrf::DtApplicationSettingCreatorFcn )(makVrv::DtDe &) |
| #define REGISTER_APPLICATION_SETTING | ( | AppSetting | ) |
static bool AppSetting##_Registered = \ DtVrfGuiSettingsFactory::addSettingCreator(DtVrfGuiApplicationSetting::theClassType<AppSetting>(), \ DtVrfGuiApplicationSetting::create<AppSetting>);