From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/class_create_poly_command.html | 286 ++++++++++++++++++++++++ 1 file changed, 286 insertions(+) create mode 100644 Doc/doxygen/html/class_create_poly_command.html (limited to 'Doc/doxygen/html/class_create_poly_command.html') diff --git a/Doc/doxygen/html/class_create_poly_command.html b/Doc/doxygen/html/class_create_poly_command.html new file mode 100644 index 0000000..a64ee32 --- /dev/null +++ b/Doc/doxygen/html/class_create_poly_command.html @@ -0,0 +1,286 @@ + + + + + +Starshatter_Open: CreatePolyCommand Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
CreatePolyCommand Class Reference
+
+
+ +

#include <Primitives.h>

+
+Inheritance diagram for CreatePolyCommand:
+
+
+ + +Command + +
+ +

List of all members.

+ + + + + + + + + + +

+Public Member Functions

 CreatePolyCommand (MagicDoc *doc, int nsides, double lx, double ly, double lz)
virtual ~CreatePolyCommand ()
virtual void Do ()
virtual void Undo ()
- Public Member Functions inherited from Command
 Command (const char *name, MagicDoc *document)
virtual ~Command ()
const char * Name () const
+ + + + + + +

+Additional Inherited Members

- Static Public Member Functions inherited from Command
static const char * TYPENAME ()
- Protected Attributes inherited from Command
Text name
MagicDocdocument
+

Detailed Description

+
+

Definition at line 32 of file Primitives.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CreatePolyCommand::CreatePolyCommand (MagicDocdoc,
int nsides,
double lx,
double ly,
double lz 
)
+
+ +

Definition at line 26 of file Primitives.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
CreatePolyCommand::~CreatePolyCommand ()
+
+virtual
+
+ +

Definition at line 31 of file Primitives.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
void CreatePolyCommand::Do ()
+
+virtual
+
+ +

Reimplemented from Command.

+ +

Definition at line 38 of file Primitives.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual void CreatePolyCommand::Undo ()
+
+virtual
+
+ +

Reimplemented from Command.

+ +
+
+
The documentation for this class was generated from the following files: +
+
+ + + + -- cgit v1.1