A test class. More...
#include <standardapplication.hpp>
Public Types | |
enum | Option { NoOptions = 0x00, ObjectPool = 0x01, Settings = 0x02, MainWindow = 0x04, StatusBar = 0x08, Actions = 0x10, Plugins = 0x20 } |
Public Member Functions | |
StandardApplication (int &argc, char **argv) | |
int | exec () |
void | setOptions (Options options) |
const ObjectList & | getObjectPool () const |
ObjectList & | getObjectPool () |
QSettings * | getSettings () const |
QMainWindow * | getMainWindow () const |
ActionManager * | getActionManager () const |
PluginManager * | getPluginManager () const |
A test class.
A more elaborate class description.
Definition at line 52 of file standardapplication.hpp.
Definition at line 58 of file standardapplication.hpp.
QExtend::StandardApplication::StandardApplication | ( | int & | argc, | |
char ** | argv | |||
) |
int QExtend::StandardApplication::exec | ( | ) |
ActionManager* QExtend::StandardApplication::getActionManager | ( | ) | const |
QMainWindow* QExtend::StandardApplication::getMainWindow | ( | ) | const |
ObjectList& QExtend::StandardApplication::getObjectPool | ( | ) |
const ObjectList& QExtend::StandardApplication::getObjectPool | ( | ) | const |
PluginManager* QExtend::StandardApplication::getPluginManager | ( | ) | const |
QSettings* QExtend::StandardApplication::getSettings | ( | ) | const |
void QExtend::StandardApplication::setOptions | ( | Options | options | ) |
© 2000-2024 - www.developpez.com