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, QWidget *parent=0) | |
| 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... | |
a QDockWidget that contains a property browser object with grid properties.
Definition at line 52 of file GridPropertyWidget.h.
| te::qt::widgets::GridPropertyWidget::GridPropertyWidget | ( | Grid * | wid, | 
| QWidget * | parent = 0  | 
        ||
| ) | 
Constructor.
| wid | A pointer to a graphic scale object. | 
| parent | The parent widget (Used by Qt to control the life cicle of the object). | 
| te::qt::widgets::GridPropertyWidget::~GridPropertyWidget | ( | ) | 
Destructor.
      
  | 
  protectedslot |