defuze.me
Client
|
The logical element displayed inside a Gui::GridElement. More...
#include <module.hpp>
Signals | |
void | displayPending () |
Public Member Functions | |
void | submitForDisplay (ModuleWidget *widget) |
void | submitForDisplay () |
const QString & | getUniqId () const |
void | addParametersPage (ParametersPage *parameterPage) |
bool | hasParameters () const |
void | setSizePolicy (const QSizePolicy::Policy &sizePolicy, const QSizePolicy::Policy &colSizePolicy=QSizePolicy::Expanding) |
Friends | |
class | ModuleFactory |
class | GridElement |
class | GuiCore |
class | Tab |
The logical element displayed inside a Gui::GridElement.
The graphical represenetation is the contained ModuleWidget. Modules are always created with the ModuleFactory, and, once ready, have to be submitted to the GuiCore using submitForDisplay().
Definition at line 40 of file module.hpp.