#include <SVTK_UpdateRateDlg.h>
Public Member Functions | |
SVTK_UpdateRateDlg (QtxAction *theAction, SVTK_ViewWindow *theParent, const char *theName) | |
~SVTK_UpdateRateDlg () | |
void | Update () |
Public Member Functions inherited from ViewerTools_DialogBase | |
ViewerTools_DialogBase (QtxAction *theAction, QWidget *theParent, const char *theName="", bool theModal=false, Qt::WindowFlags theWFalgs=0) | |
~ViewerTools_DialogBase () | |
Protected Slots | |
void | onClickOk () |
void | onClickApply () |
void | onClickClose () |
Protected Slots inherited from ViewerTools_DialogBase | |
void | onParentShow () |
void | onParentHide () |
virtual void | done (int) |
Static Protected Member Functions | |
static void | ProcessEvents (vtkObject *object, unsigned long event, void *clientdata, void *calldata) |
Protected Attributes | |
SVTK_RenderWindowInteractor * | myRWInteractor |
QtxDoubleSpinBox * | myDesiredUpdateRateSblSpinBox |
QtxDoubleSpinBox * | myStillUpdateRateSblSpinBox |
QGroupBox * | myIsEnableUpdateRateGroupBox |
QLineEdit * | myCurrentUpdateRateLineEdit |
QLineEdit * | myNumberOfCellsLineEdit |
QtxAction * | myAction |
double | myPriority |
vtkSmartPointer < vtkCallbackCommand > | myEventCallbackCommand |
Protected Attributes inherited from ViewerTools_DialogBase | |
QtxAction * | myAction |
SVTK_UpdateRateDlg::SVTK_UpdateRateDlg | ( | QtxAction * | theAction, |
SVTK_ViewWindow * | theParent, | ||
const char * | theName | ||
) |
Constructor
References OFF_UPDATE_RATE, and ProcessEvents().
SVTK_UpdateRateDlg::~SVTK_UpdateRateDlg | ( | ) |
Destroys the object and frees any allocated resources
|
protectedslot |
SLOT on Apply clicked
References OFF_UPDATE_RATE.
|
protectedslot |
SLOT on Close clicked
|
protectedslot |
SLOT on OK clicked
|
staticprotected |
Processes events
References myCurrentUpdateRateLineEdit.
void SVTK_UpdateRateDlg::Update | ( | ) |
Update
References OFF_UPDATE_RATE.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |