#include <AnnotationText.h>
Public Member Functions | |
| AnnotationText (QWidget *parent) | |
| void | drawAnnotation (QPainter *painter) |
| virtual | ~AnnotationText () |
| virtual void | propertiesChanged () |
Private Attributes | |
| QString | label |
| QFont | fontFamily |
| AnnotationEditorText * | annotationEditorText |
Definition at line 17 of file AnnotationText.h.
| casa::AnnotationText::AnnotationText | ( | QWidget * | parent | ) |
| virtual casa::AnnotationText::~AnnotationText | ( | ) | [virtual] |
| void casa::AnnotationText::drawAnnotation | ( | QPainter * | painter | ) | [virtual] |
Implements casa::Annotation.
| virtual void casa::AnnotationText::propertiesChanged | ( | ) | [virtual] |
Reimplemented from casa::Annotation.
Definition at line 28 of file AnnotationText.h.
QFont casa::AnnotationText::fontFamily [private] |
Definition at line 27 of file AnnotationText.h.
QString casa::AnnotationText::label [private] |
Definition at line 26 of file AnnotationText.h.
1.6.1