19 #ifndef _HOPCONSTRUCTPOLYLINE_H
20 #define _HOPCONSTRUCTPOLYLINE_H
virtual const char * GetName()
virtual int OnNoButtonDownAndMove(HEventInfo &hevent)
HPoint m_ptLast
Definition: HOpConstructPolyline.h:102
int m_PolylineCount
Definition: HOpConstructPolyline.h:104
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
virtual int OnLButtonDblClk(HEventInfo &hevent)
The HEventInfo class stores and manages event information.
Definition: HEventInfo.h:207
virtual int OnLButtonDown(HEventInfo &hevent)
HC_KEY m_PolylineKey
Definition: HOpConstructPolyline.h:70
The HOpConstructPolyline class draws a polyline.
Definition: HOpConstructPolyline.h:45
HPoint * m_pPolyline
Definition: HOpConstructPolyline.h:103