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

Detailed Description

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

Definition at line 55 of file GridPropertyWidget.h.

Constructor & Destructor Documentation

◆ GridPropertyWidget()

te::qt::widgets::GridPropertyWidget::GridPropertyWidget ( Grid wid,
QAction *  editAction 
)

Constructor.

Parameters
widA pointer to a graphic scale object.
editActionThe action used to show edit widget.

◆ ~GridPropertyWidget()

te::qt::widgets::GridPropertyWidget::~GridPropertyWidget ( )

Destructor.

Member Function Documentation

◆ gridClosed

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

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

Member Data Documentation

◆ m_editAction

QAction* te::qt::widgets::GridPropertyWidget::m_editAction
protected

Action used to show the widget.

Definition at line 95 of file GridPropertyWidget.h.

◆ m_gridStatus

bool te::qt::widgets::GridPropertyWidget::m_gridStatus
protected

Grid widget enabling status.

Definition at line 96 of file GridPropertyWidget.h.


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