#include <SVTK_CubeAxesDlg.h>

Classes | |
| class | AxisWidget |
| Axis tab widget of the "Graduated axis" dialog box. More... | |
Public Member Functions | |
| SVTK_CubeAxesDlg (QtxAction *theAction, SVTK_ViewWindow *theParent, const char *theName) | |
| virtual | ~SVTK_CubeAxesDlg () |
| virtual void | Update () |
Public Member Functions inherited from ViewerTools_CubeAxesDlgBase | |
| ViewerTools_CubeAxesDlgBase (QtxAction *theAction, QWidget *theParent, const char *theName) | |
| virtual | ~ViewerTools_CubeAxesDlgBase () |
| virtual void | initialize () |
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 () | |
Private Slots | |
| virtual bool | onApply () |
Private Member Functions | |
| virtual ViewerTools_AxisWidgetBase * | createAxisWidget (QWidget *) |
Private Attributes | |
| SVTK_ViewWindow * | myMainWindow |
| SVTK_CubeAxesActor2D * | myActor |
Additional Inherited Members | |
Protected Slots inherited from ViewerTools_CubeAxesDlgBase | |
| virtual void | onOk () |
| virtual bool | onApply () |
| virtual void | onClose () |
Protected Member Functions inherited from ViewerTools_CubeAxesDlgBase | |
| virtual QWidget * | createButtonFrame (QWidget *) |
| virtual QWidget * | createMainFrame (QWidget *) |
| virtual bool | isValid () const |
Protected Attributes inherited from ViewerTools_CubeAxesDlgBase | |
| QTabWidget * | myTabWg |
| QCheckBox * | myIsVisible |
| QPushButton * | myOkBtn |
| QPushButton * | myApplyBtn |
| QPushButton * | myCloseBtn |
| ViewerTools_AxisWidgetBase * | myAxes [3] |
Class : SVTK_CubeAxesDlg Description : Dialog for specifynig cube axes properties
| SVTK_CubeAxesDlg::SVTK_CubeAxesDlg | ( | QtxAction * | theAction, |
| SVTK_ViewWindow * | theParent, | ||
| const char * | theName | ||
| ) |
Constructor
|
virtual |
Destructor
|
privatevirtual |
Create axis widget
Implements ViewerTools_CubeAxesDlgBase.
References ViewerTools_AxisWidgetBase::initialize().
|
privatevirtualslot |
Verify validity of entry data
References myActor, ViewerTools_CubeAxesDlgBase::myAxes, ViewerTools_CubeAxesDlgBase::myIsVisible, myMainWindow, ViewerTools_CubeAxesDlgBase::onApply(), and SVTK_ViewWindow::Repaint().
|
virtual |
Update dialog fields, connect signals and slots, show dialog
Reimplemented from ViewerTools_CubeAxesDlgBase.
References SVTK_ViewWindow::GetCubeAxes(), myActor, ViewerTools_CubeAxesDlgBase::myAxes, ViewerTools_CubeAxesDlgBase::myIsVisible, myMainWindow, and ViewerTools_CubeAxesDlgBase::Update().
|
private |
|
private |