Introduction

Getting Started

Programming Guides

API Reference

Additional Resources

HMyCreateSphere.h
Go to the documentation of this file.
1 
2 
3 // HMyCreateSphere.h : interface of the HMyCreateSphere class
4 // Creates a sphere using left mouse down and drag
5 
6 #ifndef _HMYCREATESPHERE_H
7 #define _HMYCREATESPHERE_H
8 
9 #include "HTools.h"
10 #include "HOpCreateSphere.h"
11 
12 class HMyCreateSphere : public HOpCreateSphere
13 {
14 protected:
15  float m_NumSides;
17 public:
18  HMyCreateSphere (HBaseView* view, int DoRepeat=0, int DoCapture=1, int NumSides = 20);
19 
23  virtual const char * GetName();
24 
29  virtual int OnLButtonUp(HEventInfo &event);
30 
31  HBaseOperator * Clone();
32 };
33 #endif
float m_NumSides
Definition: HMyCreateSphere.h:15
Definition: HMyCreateSphere.h:12
HBaseOperator * Clone()
HMyCreateSphere(HBaseView *view, int DoRepeat=0, int DoCapture=1, int NumSides=20)
virtual const char * GetName()
virtual int OnLButtonUp(HEventInfo &event)