#include <SVTK_FontWidget.h>

Public Member Functions | |
| SVTK_FontWidget (QWidget *) | |
| virtual | ~SVTK_FontWidget () |
| virtual void | SetData (const QColor &, const int, const bool, const bool, const bool) |
| virtual void | GetData (QColor &, int &, bool &, bool &, bool &) const |
| void | SetColor (const QColor &) |
| QColor | GetColor () const |
| virtual void | Initialize () |
Protected Slots | |
| void | onColor () |
Protected Member Functions | |
| virtual void | InitializeFamilies () |
Protected Attributes | |
| QToolButton * | myColorBtn |
| QComboBox * | myFamily |
| QCheckBox * | myBold |
| QCheckBox * | myItalic |
| QCheckBox * | myShadow |
Class : SVTK_FontWidget Description : Dialog for specifynig font
| SVTK_FontWidget::SVTK_FontWidget | ( | QWidget * | theParent | ) |
Class : SVTK_FontWidget Description : Dialog for specifynig font
Constructor
| SVTK_FontWidget::~SVTK_FontWidget | ( | ) | [virtual] |
Destructor
| void SVTK_FontWidget::SetData | ( | const QColor & | theColor, |
| const int | theFamily, | ||
| const bool | theBold, | ||
| const bool | theItalic, | ||
| const bool | theShadow | ||
| ) | [virtual] |
Reimplemented from ViewerTools_FontWidgetBase.
References ViewerTools_FontWidgetBase.myFamily.
| void SVTK_FontWidget::GetData | ( | QColor & | theColor, |
| int & | theFamily, | ||
| bool & | theBold, | ||
| bool & | theItalic, | ||
| bool & | theShadow | ||
| ) | const [virtual] |
Reimplemented from ViewerTools_FontWidgetBase.
References ViewerTools_FontWidgetBase.myFamily.
| void SVTK_FontWidget::InitializeFamilies | ( | ) | [protected, virtual] |
Implements ViewerTools_FontWidgetBase.
References ViewerTools_FontWidgetBase.myFamily.
| void ViewerTools_FontWidgetBase::SetColor | ( | const QColor & | theColor | ) | [inherited] |
References ViewerTools_FontWidgetBase.myColorBtn.
| QColor ViewerTools_FontWidgetBase::GetColor | ( | ) | const [inherited] |
References ViewerTools_FontWidgetBase.myColorBtn.
| void ViewerTools_FontWidgetBase::Initialize | ( | ) | [virtual, inherited] |
| void ViewerTools_FontWidgetBase::onColor | ( | ) | [protected, slot, inherited] |
QToolButton* ViewerTools_FontWidgetBase.myColorBtn [protected, inherited] |
QComboBox* ViewerTools_FontWidgetBase.myFamily [protected, inherited] |
QCheckBox* ViewerTools_FontWidgetBase.myBold [protected, inherited] |
QCheckBox* ViewerTools_FontWidgetBase.myItalic [protected, inherited] |
QCheckBox* ViewerTools_FontWidgetBase.myShadow [protected, inherited] |