#include <SVTK_CubeAxesDlg.h>

Public Member Functions | |
| SVTK_AxisWidget (QWidget *) | |
| ~SVTK_AxisWidget () | |
| bool | ReadData (vtkAxisActor2D *) |
| bool | Apply (vtkAxisActor2D *) |
| void | UseName (const bool) |
| void | SetName (const QString &) |
| void | SetNameFont (const QColor &, const int, const bool, const bool, const bool) |
| virtual void | initialize () |
Protected Member Functions | |
| virtual ViewerTools_FontWidgetBase * | createFontWidget (QWidget *) |
Protected Attributes | |
| QGroupBox * | myNameGrp |
| QLineEdit * | myAxisName |
| ViewerTools_FontWidgetBase * | myNameFont |
| QGroupBox * | myLabelsGrp |
| QtxIntSpinBox * | myLabelNumber |
| QtxIntSpinBox * | myLabelOffset |
| ViewerTools_FontWidgetBase * | myLabelsFont |
| QGroupBox * | myTicksGrp |
| QtxIntSpinBox * | myTickLength |
Class : SVTK_AxisWidget Description : Axis tab widget of the "Graduated axis" dialog box
| SVTK_AxisWidget::SVTK_AxisWidget | ( | QWidget * | theParent | ) |
Constructor
| SVTK_AxisWidget::~SVTK_AxisWidget | ( | ) |
Destructor
| bool SVTK_AxisWidget::ReadData | ( | vtkAxisActor2D * | theActor | ) |
References test_table.c, ViewerTools_AxisWidgetBase.myAxisName, ViewerTools_AxisWidgetBase.myLabelNumber, ViewerTools_AxisWidgetBase.myLabelOffset, ViewerTools_AxisWidgetBase.myLabelsFont, ViewerTools_AxisWidgetBase.myLabelsGrp, ViewerTools_AxisWidgetBase.myNameFont, ViewerTools_AxisWidgetBase.myNameGrp, ViewerTools_AxisWidgetBase.myTickLength, ViewerTools_AxisWidgetBase.myTicksGrp, and ViewerTools_FontWidgetBase.SetData().
| bool SVTK_AxisWidget::Apply | ( | vtkAxisActor2D * | theActor | ) |
References ViewerTools_FontWidgetBase.GetData(), ViewerTools_AxisWidgetBase.myAxisName, ViewerTools_AxisWidgetBase.myLabelNumber, ViewerTools_AxisWidgetBase.myLabelOffset, ViewerTools_AxisWidgetBase.myLabelsFont, ViewerTools_AxisWidgetBase.myLabelsGrp, ViewerTools_AxisWidgetBase.myNameFont, ViewerTools_AxisWidgetBase.myNameGrp, ViewerTools_AxisWidgetBase.myTickLength, and ViewerTools_AxisWidgetBase.myTicksGrp.
| ViewerTools_FontWidgetBase * SVTK_AxisWidget::createFontWidget | ( | QWidget * | theParent | ) | [protected, virtual] |
Implements ViewerTools_AxisWidgetBase.
References ViewerTools_FontWidgetBase.Initialize().
| void ViewerTools_AxisWidgetBase::UseName | ( | const bool | toUse | ) | [inherited] |
References ViewerTools_AxisWidgetBase.myNameGrp.
| void ViewerTools_AxisWidgetBase::SetName | ( | const QString & | theName | ) | [inherited] |
References ViewerTools_AxisWidgetBase.myAxisName.
| void ViewerTools_AxisWidgetBase::SetNameFont | ( | const QColor & | theColor, |
| const int | theFont, | ||
| const bool | theIsBold, | ||
| const bool | theIsItalic, | ||
| const bool | theIsShadow | ||
| ) | [inherited] |
| void ViewerTools_AxisWidgetBase::initialize | ( | ) | [virtual, inherited] |
Initialize controls
References ViewerTools_AxisWidgetBase.createFontWidget(), ViewerTools_AxisWidgetBase.myAxisName, ViewerTools_AxisWidgetBase.myLabelNumber, ViewerTools_AxisWidgetBase.myLabelOffset, ViewerTools_AxisWidgetBase.myLabelsFont, ViewerTools_AxisWidgetBase.myLabelsGrp, ViewerTools_AxisWidgetBase.myNameFont, ViewerTools_AxisWidgetBase.myNameGrp, ViewerTools_AxisWidgetBase.myTickLength, and ViewerTools_AxisWidgetBase.myTicksGrp.
QGroupBox* ViewerTools_AxisWidgetBase.myNameGrp [protected, inherited] |
QLineEdit* ViewerTools_AxisWidgetBase.myAxisName [protected, inherited] |
ViewerTools_FontWidgetBase* ViewerTools_AxisWidgetBase.myNameFont [protected, inherited] |
QGroupBox* ViewerTools_AxisWidgetBase.myLabelsGrp [protected, inherited] |
QtxIntSpinBox* ViewerTools_AxisWidgetBase.myLabelNumber [protected, inherited] |
QtxIntSpinBox* ViewerTools_AxisWidgetBase.myLabelOffset [protected, inherited] |
ViewerTools_FontWidgetBase* ViewerTools_AxisWidgetBase.myLabelsFont [protected, inherited] |
QGroupBox* ViewerTools_AxisWidgetBase.myTicksGrp [protected, inherited] |
QtxIntSpinBox* ViewerTools_AxisWidgetBase.myTickLength [protected, inherited] |