23 #ifndef VIEWERTOOLS_FONTWIDGETBASE_H
24 #define VIEWERTOOLS_FONTWIDGETBASE_H
47 void SetColor(
const QColor& );
48 QColor GetColor()
const;
50 virtual void SetData(
const QColor&,
const int,
const bool,
const bool,
const bool );
52 virtual void GetData( QColor&,
int&,
bool&,
bool&,
bool& )
const;
55 virtual void Initialize();