16 #ifndef _HOPCONSTRUCTCIRCLE_H
17 #define _HOPCONSTRUCTCIRCLE_H
95 bool m_bUseCenterMarker;
virtual int OnLButtonDownAndMove(HEventInfo &hevent)
virtual const char * GetName()
virtual int OnLButtonUp(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 OnLButtonDown(HEventInfo &hevent)
float m_radius
The radius of the circle.
Definition: HOpConstructCircle.h:91
The HOpConstructCircle class draws a circle.
Definition: HOpConstructCircle.h:39