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.  More... | |
| ~GridPropertyWidget () | |
| Destructor.  More... | |
Protected Slots | |
Public slots.  | |
Methods to update the internal attributes of the class, using the signal-slot mechanism of QT.  | |
| void | gridClosed () | 
| This function must be called when the Grid related to it was closed.  More... | |
Protected Attributes | |
| QAction * | m_editAction | 
| Action used to show the widget.  More... | |
| bool | m_gridStatus | 
| Grid widget enabling status.  More... | |
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.