#include <GEOMGUI_AnnotationAttrs.h>
Public Attributes | |
| QString | Text | 
| Displayed annotation text.  More... | |
| bool | IsVisible | 
| Application visibility flag of annotation.  More... | |
| bool | IsScreenFixed | 
| Fixed screen mode flag.  More... | |
| gp_Pnt | Position | 
| Position of the annotation.  More... | |
| gp_Pnt | Attach | 
| Attachment point of the annotation.  More... | |
| int | ShapeIndex | 
| Index of the annotated subshape.  More... | |
| int | ShapeType | 
| Type of the annotated subshape.  More... | |
\ brief Structure representing visual properties of the shape annotation.
| gp_Pnt GEOMGUI_AnnotationAttrs::Properties::Attach | 
| bool GEOMGUI_AnnotationAttrs::Properties::IsScreenFixed | 
| bool GEOMGUI_AnnotationAttrs::Properties::IsVisible | 
| gp_Pnt GEOMGUI_AnnotationAttrs::Properties::Position | 
| int GEOMGUI_AnnotationAttrs::Properties::ShapeIndex | 
| int GEOMGUI_AnnotationAttrs::Properties::ShapeType | 
| QString GEOMGUI_AnnotationAttrs::Properties::Text |