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

#include <Menu.h>

+ +

List of all members.

+ + + + + + + + + + +

+Public Member Functions

 MenuHistory ()
virtual ~MenuHistory ()
virtual MenuGetCurrent ()
virtual MenuGetLevel (int n)
virtual MenuFind (const char *title)
virtual void Pop ()
virtual void Push (Menu *menu)
virtual void Clear ()
+ + +

+Static Public Member Functions

static const char * TYPENAME ()
+

Detailed Description

+
+

Definition at line 104 of file Menu.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + +
MenuHistory::MenuHistory ()
+
+inline
+
+ +

Definition at line 109 of file Menu.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual MenuHistory::~MenuHistory ()
+
+inlinevirtual
+
+ +

Definition at line 110 of file Menu.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
void MenuHistory::Clear ()
+
+virtual
+
+ +

Definition at line 140 of file Menu.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
Menu * MenuHistory::Find (const char * title)
+
+virtual
+
+ +

Definition at line 115 of file Menu.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
Menu * MenuHistory::GetCurrent ()
+
+virtual
+
+ +

Definition at line 95 of file Menu.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
Menu * MenuHistory::GetLevel (int n)
+
+virtual
+
+ +

Definition at line 106 of file Menu.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
void MenuHistory::Pop ()
+
+virtual
+
+ +

Definition at line 125 of file Menu.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MenuHistory::Push (Menumenu)
+
+virtual
+
+ +

Definition at line 134 of file Menu.cpp.

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

Definition at line 107 of file Menu.h.

+ +
+
+
The documentation for this class was generated from the following files:
    +
  • D:/SRC/StarshatterSVN/nGenEx/Menu.h
  • +
  • D:/SRC/StarshatterSVN/nGenEx/Menu.cpp
  • +
+
+
+ + + + -- cgit v1.1