Une classe de test. Plus de détails...
#include <standardapplication.hpp>
Types publics | |
| enum | Option { NoOptions = 0x00, ObjectPool = 0x01, Settings = 0x02, MainWindow = 0x04, StatusBar = 0x08, Actions = 0x10, Plugins = 0x20 } |
Fonctions membres publiques | |
| 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 |
Une classe de test.
Description détaillée.
Définition à la ligne 52 du fichier standardapplication.hpp.
Définition à la ligne 58 du fichier 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-2025 - www.developpez.com