defuze.me
Client
|
The visible elements inside tabs. More...
#include <gridelement.hpp>
Public Slots | |
void | showParams () |
Public Member Functions | |
GridElement (const QString &title, GridWidget *parent=0) | |
void | setModule (Module *module) |
Module * | getModule () const |
GridWidget * | getGridWidget () const |
int | getColumn () const |
void | setColumn (int column) |
int | getRow () const |
void | setRow (int row) |
const QPoint & | getPosition () const |
void | setPosition (QPoint position) |
Protected Member Functions | |
void | changeEvent (QEvent *e) |
Protected Attributes | |
Module * | module |
GridWidget * | gridWidget |
QPoint | position |
The visible elements inside tabs.
Definition at line 28 of file gridelement.hpp.