24 #ifndef _HOPOBJECTANNOTATE_H
25 #define _HOPOBJECTANNOTATE_H
83 static void AnnotateObject(
HBaseView *pView,
const char *segment,
char *AnnotationText,
HPoint lineStart,
84 HPoint lineEnd,
bool emit_message);
91 static void AnnotateObjectFromMessage(
HBaseView *pView,
const char *in_data,
unsigned int data_length);
121 void finalize_text();
126 char m_sSegment[MVO_BUFFER_SIZE];
128 static int m_iPathKeysCount;
129 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:65
The HPoint class is the data type of a three-dimensional point.
Definition: HGlobals.h:126
The HBaseView class defines and manages a view of model information.
Definition: HBaseView.h:337
The HEventInfo class stores and manages event information.
Definition: HEventInfo.h:214
virtual int OnKeyDown(HEventInfo &hevent)
virtual int OnLButtonDown(HEventInfo &hevent)
The HOpObjectAnnotate class provides support for attaching text to an object.
Definition: HOpObjectAnnotate.h:49