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

#include <Res.h>

+
+Inheritance diagram for Resource:
+
+
+ + +Bitmap + +
+ +

List of all members.

+ + + + + + +

+Public Member Functions

 Resource ()
virtual ~Resource ()
int operator== (const Resource &r) const
HANDLE Handle () const
+ + +

+Protected Attributes

HANDLE id
+

Detailed Description

+
+

Definition at line 22 of file Res.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
Resource::Resource ()
+
+ +

Definition at line 22 of file Res.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
Resource::~Resource ()
+
+virtual
+
+ +

Definition at line 26 of file Res.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
HANDLE Resource::Handle () const
+
+inline
+
+ +

Definition at line 30 of file Res.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
int Resource::operator== (const Resourcer) const
+
+inline
+
+ +

Definition at line 28 of file Res.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + + +
+ + + + +
HANDLE Resource::id
+
+protected
+
+ +

Definition at line 33 of file Res.h.

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