defuze.me  Client
Public Member Functions
Params::ParamsCore Class Reference

Register all Parameterizable classes and handle the command line arguments. More...

#include <paramscore.hpp>

Inheritance diagram for Params::ParamsCore:
Inheritance graph
[legend]
Collaboration diagram for Params::ParamsCore:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Register all Parameterizable classes and handle the command line arguments.

Todo:
explain the parameters priorities when command line arguments are used.

Definition at line 27 of file paramscore.hpp.


Member Function Documentation

void ParamsCore::init ( Cores cores) [virtual]

Called once, after all CORES are loaded.

Parameters:
coresThe already loaded CORES.

Implements Core.

Definition at line 28 of file paramscore.cpp.


The documentation for this class was generated from the following files: