casa
$Rev:20696$
|
00001 #ifndef ANNOTATIONEDITORTEXT_QO_H 00002 #define ANNOTATIONEDITORTEXT_QO_H 00003 00004 #include <QtGui/QWidget> 00005 #include <display/QtPlotter/annotations/AnnotationEditorText.ui.h> 00006 00007 namespace casa { 00008 class AnnotationEditorText : public QWidget 00009 { 00010 Q_OBJECT 00011 00012 public: 00013 AnnotationEditorText(QWidget *parent = 0); 00014 QString getLabel() const; 00015 QFont getFontFamily() const; 00016 bool isBold() const; 00017 bool isItalic() const; 00018 int getFontSize() const; 00019 ~AnnotationEditorText(); 00020 00021 private: 00022 Ui::AnnotationEditorTextClass ui; 00023 }; 00024 } 00025 #endif // ANNOTATIONEDITORTEXT_QO_H