casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AnnotationText.h
Go to the documentation of this file.
1 /*
2  * AnnotationText.h
3  *
4  * Created on: Sep 27, 2012
5  * Author: slovelan
6  */
7 
8 #ifndef ANNOTATIONTEXT_H_
9 #define ANNOTATIONTEXT_H_
10 
12 
13 namespace casa {
14 
15  class AnnotationEditorText;
16 
17  class AnnotationText : public Annotation {
18  public:
19  AnnotationText( QWidget* parent);
20  void drawAnnotation( QPainter* painter );
21  virtual ~AnnotationText();
22  virtual void propertiesChanged();
23 
24  private:
25 
26  QString label;
27  QFont fontFamily;
29  };
30 
31 } /* namespace casa */
32 #endif /* ANNOTATIONTEXT_H_ */
void drawAnnotation(QPainter *painter)
virtual void propertiesChanged()
virtual ~AnnotationText()
AnnotationEditorText * annotationEditorText
AnnotationText(QWidget *parent)