From b829170121d3657369904ec62d8065606777a9ce Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 1 Oct 2021 18:54:04 +0200 Subject: Removed doxygen generated docs They can be rebuild anytime and are considered a build artifact/binary. --- Doc/doxygen/html/class_menu_history.html | 379 ------------------------------- 1 file changed, 379 deletions(-) delete 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 deleted file mode 100644 index d1c464d..0000000 --- a/Doc/doxygen/html/class_menu_history.html +++ /dev/null @@ -1,379 +0,0 @@ - - - - - -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