|
roviz
0.7
Code Documentation of roviz
|
#include <QMetaObject>#include <QApplication>#include "appcore.h"#include "helper/singleton.h"#include "helper/startup_helper_templates.h"

Go to the source code of this file.
Classes | |
| class | StartupHelper |
| The StartupHelper class manages dependencies between global singletons and other components. It ensures that the singletons/components are constructed/deleted in the right order. More... | |
Macros | |
| #define | STARTUP_ADD_SINGLETON(type) |
| This macro will automatically call StartupHelper::addSingleton() for the passed Type before the app starts. More... | |
| #define | STARTUP_ADD_COMPONENT(type) |
| This macro will automatically call StartupHelper::addComponent() for the passed Type before the app starts. More... | |
| #define STARTUP_ADD_COMPONENT | ( | type | ) |
This macro will automatically call StartupHelper::addComponent() for the passed Type before the app starts.
| #define STARTUP_ADD_SINGLETON | ( | type | ) |
This macro will automatically call StartupHelper::addSingleton() for the passed Type before the app starts.
1.8.13