#include <SVTK_SetRotationPointDlg.h>

Public Member Functions | |
| SVTK_SetRotationPointDlg (QtxAction *theAction, SVTK_ViewWindow *theParent, const char *theName) | |
| ~SVTK_SetRotationPointDlg () | |
| void | addObserver () |
| bool | IsFirstShown () |
Protected Slots | |
| void | onBBCenterChecked () |
| void | onToOrigin () |
| void | onSelectPoint () |
| void | onCoordChanged () |
| void | onClickClose () |
| void | onParentShow () |
| void | onParentHide () |
| virtual void | done (int) |
Protected Member Functions | |
| void | setEnabled (QGroupBox *theGrp, const bool theState) |
Static Protected Member Functions | |
| static void | ProcessEvents (vtkObject *object, unsigned long event, void *clientdata, void *calldata) |
Protected Attributes | |
| SVTK_ViewWindow * | myMainWindow |
| SVTK_RenderWindowInteractor * | myRWInteractor |
| bool | myIsObserverAdded |
| QCheckBox * | myIsBBCenter |
| QGroupBox * | myGroupBoxSel |
| QPushButton * | myToOrigin |
| QPushButton * | mySelectPoint |
| QGroupBox * | myGroupBoxCoord |
| QLineEdit * | myX |
| QLineEdit * | myY |
| QLineEdit * | myZ |
| vtkFloatingPointType | myPriority |
| vtkSmartPointer < vtkCallbackCommand > | myEventCallbackCommand |
| QtxAction * | myAction |
| SVTK_SetRotationPointDlg::SVTK_SetRotationPointDlg | ( | QtxAction * | theAction, |
| SVTK_ViewWindow * | theParent, | ||
| const char * | theName | ||
| ) |
Constructor
References ProcessEvents().
| SVTK_SetRotationPointDlg::~SVTK_SetRotationPointDlg | ( | ) |
| void SVTK_SetRotationPointDlg::addObserver | ( | ) |
References SVTK.BBCenterChanged, and SVTK.RotationPointChanged.
| bool SVTK_SetRotationPointDlg::IsFirstShown | ( | ) |
Return true if it is the first show for this dialog
| void SVTK_SetRotationPointDlg::setEnabled | ( | QGroupBox * | theGrp, |
| const bool | theState | ||
| ) | [protected] |
| static void SVTK_SetRotationPointDlg.ProcessEvents | ( | vtkObject * | object, |
| unsigned long | event, | ||
| void * | clientdata, | ||
| void * | calldata | ||
| ) | [static, protected] |
| void SVTK_SetRotationPointDlg::onBBCenterChecked | ( | ) | [protected, slot] |
| void SVTK_SetRotationPointDlg::onToOrigin | ( | ) | [protected, slot] |
| void SVTK_SetRotationPointDlg::onSelectPoint | ( | ) | [protected, slot] |
| void SVTK_SetRotationPointDlg::onCoordChanged | ( | ) | [protected, slot] |
| void SVTK_SetRotationPointDlg::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_SetRotationPointDlg.myMainWindow [protected] |
bool SVTK_SetRotationPointDlg.myIsObserverAdded [protected] |
QCheckBox* SVTK_SetRotationPointDlg.myIsBBCenter [protected] |
QGroupBox* SVTK_SetRotationPointDlg.myGroupBoxSel [protected] |
QPushButton* SVTK_SetRotationPointDlg.myToOrigin [protected] |
QPushButton* SVTK_SetRotationPointDlg.mySelectPoint [protected] |
QGroupBox* SVTK_SetRotationPointDlg.myGroupBoxCoord [protected] |
QLineEdit* SVTK_SetRotationPointDlg.myX [protected] |
QLineEdit* SVTK_SetRotationPointDlg.myY [protected] |
QLineEdit* SVTK_SetRotationPointDlg.myZ [protected] |
vtkSmartPointer<vtkCallbackCommand> SVTK_SetRotationPointDlg.myEventCallbackCommand [protected] |
QtxAction* ViewerTools_DialogBase.myAction [protected, inherited] |
Reimplemented in SVTK_UpdateRateDlg.