13 #ifndef _HOPCONSTRUCTCUBOID_H
14 #define _HOPCONSTRUCTCUBOID_H
102 virtual void CreateCuboid(
HPoint const & last);
110 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:39
virtual int OnLButtonUp(HEventInfo &hevent)
HPoint m_ptEdge
Definition: HOpConstructCuboid.h:42
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: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)