defuze.me  Client
Signals | Public Member Functions | Friends
Gui::Module Class Reference

The logical element displayed inside a Gui::GridElement. More...

#include <module.hpp>

List of all members.

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

Detailed Description

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.


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