casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AnnotationEditorText.qo.h
Go to the documentation of this file.
1 #ifndef ANNOTATIONEDITORTEXT_QO_H
2 #define ANNOTATIONEDITORTEXT_QO_H
3 
4 #include <QWidget>
5 #include <display/QtPlotter/annotations/AnnotationEditorText.ui.h>
6 
7 namespace casa {
8  class AnnotationEditorText : public QWidget {
9  Q_OBJECT
10 
11  public:
12  AnnotationEditorText(QWidget *parent = 0);
13  QString getLabel() const;
14  QFont getFontFamily() const;
15  bool isBold() const;
16  bool isItalic() const;
17  int getFontSize() const;
19 
20  private:
21  Ui::AnnotationEditorTextClass ui;
22  };
23 }
24 #endif // ANNOTATIONEDITORTEXT_QO_H
QFont getFontFamily() const
AnnotationEditorText(QWidget *parent=0)
QString getLabel() const
Ui::AnnotationEditorTextClass ui