defuze.me  Client
Public Member Functions
Gui::Tab Class Reference

The logical representation of a tab in the Gui::TabWidget. More...

#include <tab.hpp>

List of all members.

Public Member Functions

 Tab (const QString &name)
QString getName () const
 Return the tab title.
GridWidgetgetGrid () const
void addModule (Module *module)
 Used to add a module to a tab. This will automatically create a new Gui::GridElement.
int columnCount () const
GridElementgetGridElementByModule (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)

Detailed Description

The logical representation of a tab in the Gui::TabWidget.

The graphical representation is the contained Gui::GridWidget.

Definition at line 27 of file tab.hpp.


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