#include <OCCViewer_FontWidget.h>
Public Member Functions | |
OCCViewer_FontWidget (QWidget *) | |
virtual | ~OCCViewer_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 : OCCViewer_FontWidget Description : Dialog for specifynig font
OCCViewer_FontWidget::OCCViewer_FontWidget | ( | QWidget * | theParent | ) |
Class : OCCViewer_FontWidget Description : Dialog for specifynig font
Constructor
|
virtual |
Destructor
|
virtual |
Reimplemented from ViewerTools_FontWidgetBase.
References ViewerTools_FontWidgetBase::GetData().
|
protectedvirtual |
Implements ViewerTools_FontWidgetBase.
|
virtual |
Reimplemented from ViewerTools_FontWidgetBase.
References ViewerTools_FontWidgetBase::SetData().