AnnotationEditorText.qo.h
Go to the documentation of this file.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 Q_OBJECT
00010
00011 public:
00012 AnnotationEditorText(QWidget *parent = 0);
00013 QString getLabel() const;
00014 QFont getFontFamily() const;
00015 bool isBold() const;
00016 bool isItalic() const;
00017 int getFontSize() const;
00018 ~AnnotationEditorText();
00019
00020 private:
00021 Ui::AnnotationEditorTextClass ui;
00022 };
00023 }
00024 #endif // ANNOTATIONEDITORTEXT_QO_H