a QDockWidget that contains a property browser object with grid properties. More...
#include <GridPropertyWidget.h>
Public Member Functions | |
Constructor and destructor methods. | |
Methods related to instantiation and destruction. | |
GridPropertyWidget (Grid *wid, QAction *editAction) | |
Constructor. | |
~GridPropertyWidget () | |
Destructor. | |
Public slots. | |
Methods to update the internal attributes of the class, using the signal-slot mechanism of QT. | |
QAction * | m_editAction |
Action used to show the widget. | |
bool | m_gridStatus |
Grid widget enabling status. | |
void | gridClosed () |
This function must be called when the Grid related to it was closed. | |
a QDockWidget that contains a property browser object with grid properties.
Definition at line 55 of file GridPropertyWidget.h.
te::qt::widgets::GridPropertyWidget::GridPropertyWidget | ( | Grid * | wid, |
QAction * | editAction | ||
) |
Constructor.
wid | A pointer to a graphic scale object. |
editAction | The action used to show edit widget. |
te::qt::widgets::GridPropertyWidget::~GridPropertyWidget | ( | ) |
Destructor.
|
protectedslot |
|
protected |
Action used to show the widget.
Definition at line 95 of file GridPropertyWidget.h.
|
protected |
Grid widget enabling status.
Definition at line 96 of file GridPropertyWidget.h.