#include <ViewerTools_CubeAxesDlgBase.h>

Public Member Functions | |
| ViewerTools_AxisWidgetBase (QWidget *) | |
| ~ViewerTools_AxisWidgetBase () | |
| 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 *)=0 |
Protected Attributes | |
| QGroupBox * | myNameGrp |
| QLineEdit * | myAxisName |
| ViewerTools_FontWidgetBase * | myNameFont |
| QGroupBox * | myLabelsGrp |
| QtxIntSpinBox * | myLabelNumber |
| QtxIntSpinBox * | myLabelOffset |
| ViewerTools_FontWidgetBase * | myLabelsFont |
| QGroupBox * | myTicksGrp |
| QtxIntSpinBox * | myTickLength |
Class : ViewerTools_AxisWidgetBase Description : Axis tab widget of the "Graduated axis" dialog box
| ViewerTools_AxisWidgetBase::ViewerTools_AxisWidgetBase | ( | QWidget * | theParent | ) |
Class : ViewerTools_AxisWidgetBase Description : Axis tab widget of the "Graduated axis" dialog box
Constructor
| ViewerTools_AxisWidgetBase::~ViewerTools_AxisWidgetBase | ( | ) |
Destructor
| void ViewerTools_AxisWidgetBase::UseName | ( | const bool | toUse | ) |
References myNameGrp.
| void ViewerTools_AxisWidgetBase::SetName | ( | const QString & | theName | ) |
References myAxisName.
| void ViewerTools_AxisWidgetBase::SetNameFont | ( | const QColor & | theColor, |
| const int | theFont, | ||
| const bool | theIsBold, | ||
| const bool | theIsItalic, | ||
| const bool | theIsShadow | ||
| ) |
References myNameFont, and ViewerTools_FontWidgetBase.SetData().
| void ViewerTools_AxisWidgetBase::initialize | ( | ) | [virtual] |
Initialize controls
References createFontWidget(), myAxisName, myLabelNumber, myLabelOffset, myLabelsFont, myLabelsGrp, myNameFont, myNameGrp, myTickLength, and myTicksGrp.
| virtual ViewerTools_FontWidgetBase* ViewerTools_AxisWidgetBase.createFontWidget | ( | QWidget * | ) | [protected, pure virtual] |
Implemented in OCCViewer_AxisWidget, and SVTK_AxisWidget.
QGroupBox* ViewerTools_AxisWidgetBase.myNameGrp [protected] |
QLineEdit* ViewerTools_AxisWidgetBase.myAxisName [protected] |
QGroupBox* ViewerTools_AxisWidgetBase.myLabelsGrp [protected] |
QtxIntSpinBox* ViewerTools_AxisWidgetBase.myLabelNumber [protected] |
QtxIntSpinBox* ViewerTools_AxisWidgetBase.myLabelOffset [protected] |
QGroupBox* ViewerTools_AxisWidgetBase.myTicksGrp [protected] |
QtxIntSpinBox* ViewerTools_AxisWidgetBase.myTickLength [protected] |