a QDockWidget that contains a property browser object with graphic scale properties. More...
#include <ScalePropertyWidget.h>
Constructor and destructor methods. | |
Methods related to instantiation and destruction. | |
QAction * | m_editAction |
Action used to show the widget. | |
bool | m_scaleStatus |
Scale widget enabling status. | |
ScalePropertyWidget (ScaleWidget *wid, QAction *editScale) | |
Constructor. | |
~ScalePropertyWidget () | |
Destructor. | |
void | scaleWidgetClosed () |
This function must be called when the Grid related to it was closed. | |
a QDockWidget that contains a property browser object with graphic scale properties.
Definition at line 53 of file ScalePropertyWidget.h.
te::qt::widgets::ScalePropertyWidget::ScalePropertyWidget | ( | ScaleWidget * | wid, |
QAction * | editScale | ||
) |
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::ScalePropertyWidget::~ScalePropertyWidget | ( | ) |
Destructor.
|
protectedslot |
|
protected |
Action used to show the widget.
Definition at line 85 of file ScalePropertyWidget.h.
|
protected |
Scale widget enabling status.
Definition at line 86 of file ScalePropertyWidget.h.