te::qt::widgets::GridPropertyWidget Class Reference

a QDockWidget that contains a property browser object with grid properties. More...

#include <GridPropertyWidget.h>

Inheritance diagram for te::qt::widgets::GridPropertyWidget:

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...
 

Detailed Description

a QDockWidget that contains a property browser object with grid properties.

Definition at line 52 of file GridPropertyWidget.h.

Constructor & Destructor Documentation

te::qt::widgets::GridPropertyWidget::GridPropertyWidget ( Grid wid,
QWidget *  parent = 0 
)

Constructor.

Parameters
widA pointer to a graphic scale object.
parentThe parent widget (Used by Qt to control the life cicle of the object).
te::qt::widgets::GridPropertyWidget::~GridPropertyWidget ( )

Destructor.

Member Function Documentation

void te::qt::widgets::GridPropertyWidget::gridClosed ( )
protectedslot

This function must be called when the Grid related to it was closed.


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