24 #ifndef _HOPCONSTRUCTPOLYLINE_H
25 #define _HOPCONSTRUCTPOLYLINE_H
virtual const char * GetName()
virtual int OnNoButtonDownAndMove(HEventInfo &hevent)
HPoint m_ptLast
Definition: HOpConstructPolyline.h:107
int m_PolylineCount
Definition: HOpConstructPolyline.h:109
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
virtual int OnLButtonDblClk(HEventInfo &hevent)
The HEventInfo class stores and manages event information.
Definition: HEventInfo.h:214
virtual int OnLButtonDown(HEventInfo &hevent)
HC_KEY m_PolylineKey
Definition: HOpConstructPolyline.h:75
The HOpConstructPolyline class draws a polyline.
Definition: HOpConstructPolyline.h:50
HPoint * m_pPolyline
Definition: HOpConstructPolyline.h:108