defuze.me
Client
|
The logical representation of a tab in the Gui::TabWidget. More...
#include <tab.hpp>
Public Member Functions | |
Tab (const QString &name) | |
QString | getName () const |
Return the tab title. | |
GridWidget * | getGrid () const |
void | addModule (Module *module) |
Used to add a module to a tab. This will automatically create a new Gui::GridElement. | |
int | columnCount () const |
GridElement * | getGridElementByModule (Module *module) const |
Return the Gui::GridElement containing the given Gui::Module. | |
void | cleanGrid (QWidget *targetDropLocation=0) |
void | showDropLocations (QPoint sourcePosition) |
void | insertGridElement (GridElement *gridElement, QPoint &targetPosition, bool newColumn) |
The logical representation of a tab in the Gui::TabWidget.
The graphical representation is the contained Gui::GridWidget.