19 #ifndef _HOPOBJECTANNOTATE_H
20 #define _HOPOBJECTANNOTATE_H
77 static void AnnotateObject(
HBaseView *pView,
const char *segment,
char *AnnotationText,
HPoint lineStart,
78 HPoint lineEnd,
bool emit_message);
85 static void AnnotateObjectFromMessage(
HBaseView *pView,
const char *in_data,
unsigned int data_length);
115 void finalize_text();
120 char m_sSegment[MVO_BUFFER_SIZE];
122 static int m_iPathKeysCount;
123 static HC_KEY *m_pSelectionPath;
virtual const char * GetName()
virtual int OnNoButtonDownAndMove(HEventInfo &hevent)
virtual HBaseOperator * Clone()
The HBaseOperator class serves as a base for classes which handle user input and operate on the scene...
Definition: HBaseOperator.h:60
The HPoint class is the data type of a three-dimensional point.
Definition: HGlobals.h:121
The HBaseView class defines and manages a view of model information.
Definition: HBaseView.h:332
The HEventInfo class stores and manages event information.
Definition: HEventInfo.h:207
virtual int OnKeyDown(HEventInfo &hevent)
virtual int OnLButtonDown(HEventInfo &hevent)
The HOpObjectAnnotate class provides support for attaching text to an object.
Definition: HOpObjectAnnotate.h:44