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

#include <View.h>

+
+Inheritance diagram for View:
+
+
+ + +CameraView +DisplayView +FadeView +HUDView +ImgView +MapView +MenuView +QuantumView +QuitView +RadioView +TacticalView +UVMapView +WepView + +
+ +

List of all members.

+ + + + + + + + + + + +

+Public Member Functions

 View (Window *c)
virtual ~View ()
int operator== (const View &that) const
virtual void Refresh ()
virtual void OnWindowMove ()
virtual void OnShow ()
virtual void OnHide ()
virtual void SetWindow (Window *w)
virtual WindowGetWindow ()
+ + +

+Static Public Member Functions

static const char * TYPENAME ()
+ + +

+Protected Attributes

Windowwindow
+ + +

+Friends

class Window
+

Detailed Description

+
+

Definition at line 26 of file View.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + + +
View::View (Windowc)
+
+inline
+
+ +

Definition at line 33 of file View.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual View::~View ()
+
+inlinevirtual
+
+ +

Definition at line 34 of file View.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
virtual Window* View::GetWindow ()
+
+inlinevirtual
+
+ +

Definition at line 45 of file View.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual void View::OnHide ()
+
+inlinevirtual
+
+ +

Reimplemented in MapView.

+ +

Definition at line 42 of file View.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual void View::OnShow ()
+
+inlinevirtual
+
+ +

Reimplemented in MapView.

+ +

Definition at line 41 of file View.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual void View::OnWindowMove ()
+
+inlinevirtual
+
+ +

Reimplemented in MapView, HUDView, TacticalView, RadioView, CameraView, WepView, QuantumView, DisplayView, QuitView, and MenuView.

+ +

Definition at line 40 of file View.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
int View::operator== (const Viewthat) const
+
+inline
+
+ +

Definition at line 36 of file View.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual void View::Refresh ()
+
+inlinevirtual
+
+ +

Reimplemented in MapView, HUDView, TacticalView, RadioView, CameraView, WepView, QuantumView, DisplayView, QuitView, UVMapView, MenuView, ImgView, and FadeView.

+ +

Definition at line 39 of file View.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void View::SetWindow (Windoww)
+
+inlinevirtual
+
+ +

Definition at line 44 of file View.h.

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

Reimplemented in CameraView, ImgView, and FadeView.

+ +

Definition at line 31 of file View.h.

+ +
+
+

Friends And Related Function Documentation

+ +
+
+ + + + + +
+ + + + +
friend class Window
+
+friend
+
+ +

Definition at line 28 of file View.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + + +
+ + + + +
Window* View::window
+
+protected
+
+ +

Definition at line 48 of file View.h.

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