te::qt::widgets::ScalePropertyWidget Class Reference

a QDockWidget that contains a property browser object with graphic scale properties. More...

#include <ScalePropertyWidget.h>

Inheritance diagram for te::qt::widgets::ScalePropertyWidget:

Protected Attributes

QAction * m_editAction
 Action used to show the widget. More...
 
bool m_scaleStatus
 Scale widget enabling status. More...
 

Constructor and destructor methods.

Methods related to instantiation and destruction.

 ScalePropertyWidget (ScaleWidget *wid, QAction *editScale)
 Constructor. More...
 
 ~ScalePropertyWidget ()
 Destructor. More...
 
void scaleWidgetClosed ()
 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 graphic scale properties.

Definition at line 53 of file ScalePropertyWidget.h.

Constructor & Destructor Documentation

◆ ScalePropertyWidget()

te::qt::widgets::ScalePropertyWidget::ScalePropertyWidget ( ScaleWidget wid,
QAction *  editScale 
)

Constructor.

Parameters
widA pointer to a graphic scale object.
parentThe parent widget (Used by Qt to control the life cicle of the object).

◆ ~ScalePropertyWidget()

te::qt::widgets::ScalePropertyWidget::~ScalePropertyWidget ( )

Destructor.

Member Function Documentation

◆ scaleWidgetClosed

void te::qt::widgets::ScalePropertyWidget::scaleWidgetClosed ( )
protectedslot

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

Member Data Documentation

◆ m_editAction

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

Action used to show the widget.

Definition at line 85 of file ScalePropertyWidget.h.

◆ m_scaleStatus

bool te::qt::widgets::ScalePropertyWidget::m_scaleStatus
protected

Scale widget enabling status.

Definition at line 86 of file ScalePropertyWidget.h.


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