defuze.me
Client
|
Register all Parameterizable classes and handle the command line arguments. More...
#include <paramscore.hpp>
Public Member Functions | |
ParamsCore (QStringList &arguments) | |
void | init (Cores *cores) |
Called once, after all CORES are loaded. | |
void | aboutToQuit () |
Called just before to quit, when CORES are still loaded. | |
void | registerParameterizable (Parameterizable *parameterizable) |
const QHash< QString, QVariant > | cmdLineParameters (QString paramsName) const |
Register all Parameterizable classes and handle the command line arguments.
Definition at line 27 of file paramscore.hpp.
void ParamsCore::init | ( | Cores * | cores | ) | [virtual] |
Called once, after all CORES are loaded.
cores | The already loaded CORES. |
Implements Core.
Definition at line 28 of file paramscore.cpp.