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

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