defuze.me
Client
|
The main class handling Gui. More...
#include <guicore.hpp>
Signals | |
void | showPopups () |
Public Member Functions | |
GuiCore (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 | popup (QWidget *window) |
Popup the widget. | |
MainWindow * | getMainWindow () |
ParametersModule * | getParametersModule () const |
void | toogleParametersModule () |
void | showAll () |
About * | getAboutDialog () const |
Friends | |
void | Module::submitForDisplay () |
The main class handling Gui.
Definition at line 34 of file guicore.hpp.
void GuiCore::init | ( | Cores * | cores | ) | [virtual] |
Called once, after all CORES are loaded.
cores | The already loaded CORES. |
Implements Core.
Definition at line 31 of file guicore.cpp.