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

#include <Editor.h>

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

List of all members.

+ + + + + + + + + + +

+Public Member Functions

 EditCommand (const char *name, MagicDoc *doc)
virtual ~EditCommand ()
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 67 of file Editor.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
EditCommand::EditCommand (const char * name,
MagicDocdoc 
)
+
+ +

Definition at line 366 of file Editor.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
EditCommand::~EditCommand ()
+
+virtual
+
+ +

Definition at line 371 of file Editor.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
void EditCommand::Do ()
+
+virtual
+
+ +

Reimplemented from Command.

+ +

Definition at line 380 of file Editor.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
void EditCommand::Undo ()
+
+virtual
+
+ +

Reimplemented from Command.

+ +

Definition at line 400 of file Editor.cpp.

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