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_command.html | 366 ++++++++++++++++++++++++++++++++++++ 1 file changed, 366 insertions(+) create mode 100644 Doc/doxygen/html/class_command.html (limited to 'Doc/doxygen/html/class_command.html') diff --git a/Doc/doxygen/html/class_command.html b/Doc/doxygen/html/class_command.html new file mode 100644 index 0000000..f980062 --- /dev/null +++ b/Doc/doxygen/html/class_command.html @@ -0,0 +1,366 @@ + + + + + +Starshatter_Open: Command Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ + +
+ +

#include <Command.h>

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

List of all members.

+ + + + + + + +

+Public Member Functions

 Command (const char *name, MagicDoc *document)
virtual ~Command ()
virtual void Do ()
virtual void Undo ()
const char * Name () const
+ + +

+Static Public Member Functions

static const char * TYPENAME ()
+ + + +

+Protected Attributes

Text name
MagicDocdocument
+

Detailed Description

+
+

Definition at line 34 of file Command.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
Command::Command (const char * name,
MagicDocdocument 
)
+
+ +

Definition at line 30 of file Command.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
Command::~Command ()
+
+virtual
+
+ +

Definition at line 35 of file Command.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
void Command::Do ()
+
+virtual
+
+ +

Reimplemented in EditCommand, and CreatePolyCommand.

+ +

Definition at line 43 of file Command.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
const char* Command::Name () const
+
+inline
+
+ +

Definition at line 46 of file Command.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
static const char* Command::TYPENAME ()
+
+inlinestatic
+
+ +

Definition at line 37 of file Command.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
void Command::Undo ()
+
+virtual
+
+ +

Reimplemented in EditCommand, and CreatePolyCommand.

+ +

Definition at line 49 of file Command.cpp.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + + +
+ + + + +
MagicDoc* Command::document
+
+protected
+
+ +

Definition at line 50 of file Command.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
Text Command::name
+
+protected
+
+ +

Definition at line 49 of file Command.h.

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