#include <HMyCreateSphere.h>

Public Member Functions

 HMyCreateSphere (HBaseView *view, int DoRepeat=0, int DoCapture=1, int NumSides=20)
 
virtual const char * GetName ()
 
virtual int OnLButtonUp (HEventInfo &event)
 
HBaseOperatorClone ()
 
- Public Member Functions inherited from HOpCreateSphere
 HOpCreateSphere (HBaseView *view, int DoRepeat=0, int DoCapture=1)
 

Protected Attributes

float m_NumSides
 

Constructor & Destructor Documentation

HMyCreateSphere::HMyCreateSphere ( HBaseView view,
int  DoRepeat = 0,
int  DoCapture = 1,
int  NumSides = 20 
)

Member Function Documentation

HBaseOperator* HMyCreateSphere::Clone ( )
virtual

Reimplemented from HOpCreateSphere.

virtual const char* HMyCreateSphere::GetName ( )
virtual
Returns
A pointer to a character string denoting the name of the operator 'Create Sphere'

Reimplemented from HOpCreateSphere.

virtual int HMyCreateSphere::OnLButtonUp ( HEventInfo event)
virtual

We'll overload so that we can call HBaseView::CreateSphere with a variable indicating num_sides

Reimplemented from HOpCreateSphere.

Member Data Documentation

float HMyCreateSphere::m_NumSides
protected

Number of sides


The documentation for this class was generated from the following file: