18 #ifndef _HOPCONSTRUCTCUBOID_H
19 #define _HOPCONSTRUCTCUBOID_H
107 virtual void CreateCuboid(
HPoint const & last);
115 virtual void CreateSquare(
HPoint const & first,
HPoint const & last);
virtual int OnLButtonDownAndMove(HEventInfo &hevent)
virtual const char * GetName()
The HOpConstructCuboid class creates a rectangular cube.
Definition: HOpConstructCuboid.h:44
virtual int OnLButtonUp(HEventInfo &hevent)
HPoint m_ptEdge
Definition: HOpConstructCuboid.h:47
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 OnLButtonDown(HEventInfo &hevent)