#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 |
Public Member Functions inherited from ViewerTools_FontWidgetBase | |
| ViewerTools_FontWidgetBase (QWidget *) | |
| virtual | ~ViewerTools_FontWidgetBase () |
| void | SetColor (const QColor &) |
| QColor | GetColor () const |
| virtual void | Initialize () |
Protected Member Functions | |
| virtual void | InitializeFamilies () |
Additional Inherited Members | |
Protected Slots inherited from ViewerTools_FontWidgetBase | |
| void | onColor () |
Protected Attributes inherited from ViewerTools_FontWidgetBase | |
| 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
|
virtual |
Destructor
|
virtual |
Reimplemented from ViewerTools_FontWidgetBase.
References ViewerTools_FontWidgetBase::GetData(), and ViewerTools_FontWidgetBase::myFamily.
|
protectedvirtual |
Implements ViewerTools_FontWidgetBase.
References ViewerTools_FontWidgetBase::myFamily.
|
virtual |
Reimplemented from ViewerTools_FontWidgetBase.
References ViewerTools_FontWidgetBase::myFamily, and ViewerTools_FontWidgetBase::SetData().