#include <SVTK_NonIsometricDlg.h>

Public Member Functions | |
| SVTK_NonIsometricDlg (QtxAction *theAction, SVTK_ViewWindow *theParent, const char *theName) | |
| ~SVTK_NonIsometricDlg () | |
| void | Update () |
Protected Slots | |
| void | onClickApply () |
| void | onClickReset () |
| void | onClickOk () |
| void | onClickClose () |
| void | onParentShow () |
| void | onParentHide () |
| virtual void | done (int) |
Protected Attributes | |
| SVTK_ViewWindow * | m_MainWindow |
| QtxDoubleSpinBox * | m_sbXcoeff |
| QtxDoubleSpinBox * | m_sbYcoeff |
| QtxDoubleSpinBox * | m_sbZcoeff |
| QPushButton * | m_bReset |
| QtxAction * | myAction |
| SVTK_NonIsometricDlg::SVTK_NonIsometricDlg | ( | QtxAction * | theAction, |
| SVTK_ViewWindow * | theParent, | ||
| const char * | theName | ||
| ) |
Constructor
| SVTK_NonIsometricDlg::~SVTK_NonIsometricDlg | ( | ) |
| void SVTK_NonIsometricDlg::Update | ( | ) |
| void SVTK_NonIsometricDlg::onClickApply | ( | ) | [protected, slot] |
| void SVTK_NonIsometricDlg::onClickReset | ( | ) | [protected, slot] |
| void SVTK_NonIsometricDlg::onClickOk | ( | ) | [protected, slot] |
| void SVTK_NonIsometricDlg::onClickClose | ( | ) | [protected, slot] |
| void ViewerTools_DialogBase::onParentShow | ( | ) | [protected, slot, inherited] |
| void ViewerTools_DialogBase::onParentHide | ( | ) | [protected, slot, inherited] |
| void ViewerTools_DialogBase::done | ( | int | r | ) | [protected, virtual, slot, inherited] |
SVTK_ViewWindow* SVTK_NonIsometricDlg.m_MainWindow [protected] |
QtxDoubleSpinBox* SVTK_NonIsometricDlg.m_sbXcoeff [protected] |
QtxDoubleSpinBox* SVTK_NonIsometricDlg.m_sbYcoeff [protected] |
QtxDoubleSpinBox* SVTK_NonIsometricDlg.m_sbZcoeff [protected] |
QPushButton* SVTK_NonIsometricDlg.m_bReset [protected] |
QtxAction* ViewerTools_DialogBase.myAction [protected, inherited] |
Reimplemented in SVTK_UpdateRateDlg.