Dialog allowing to assign parameters of axes scaling.
#include <OCCViewer_AxialScaleDlg.h>

Public Member Functions | |
| OCCViewer_AxialScaleDlg (OCCViewer_ViewWindow *, OCCViewer_Viewer *) | |
| Constructor. More... | |
| ~OCCViewer_AxialScaleDlg () | |
| Destructor. More... | |
| void | Update () |
| Update widgets values from the view. More... | |
Protected Slots | |
| bool | apply () |
| Called when <Apply> button is pressed. More... | |
| void | reset () |
| Called when <Reset> button is pressed. More... | |
| void | accept () |
| Called when <OK> button is pressed. More... | |
Private Attributes | |
| OCCViewer_ViewWindow * | myView |
| QtxDoubleSpinBox * | m_sbXcoeff |
| QtxDoubleSpinBox * | m_sbYcoeff |
| QtxDoubleSpinBox * | m_sbZcoeff |
| QPushButton * | m_bReset |
| OCCViewer_Viewer * | myModel |
| OCCViewer_AxialScaleDlg::OCCViewer_AxialScaleDlg | ( | OCCViewer_ViewWindow * | view, |
| OCCViewer_Viewer * | model | ||
| ) |
| view | - view window |
| parent | - parent widget |
References accept(), apply(), m_bReset, m_sbXcoeff, m_sbYcoeff, m_sbZcoeff, and reset().
| OCCViewer_AxialScaleDlg::~OCCViewer_AxialScaleDlg | ( | ) |
References myModel.
|
protectedslot |
References apply().
|
protectedslot |
|
protectedslot |
References m_bReset, m_sbXcoeff, m_sbYcoeff, and m_sbZcoeff.
| void OCCViewer_AxialScaleDlg::Update | ( | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |