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

#include <l3ds.h>

+
+Inheritance diagram for LObject:
+
+
+ + +LLight +LMaterial +LMaterial +LMesh +LMesh + +
+ +

List of all members.

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

+Public Member Functions

 LObject ()
virtual ~LObject ()
virtual const std::string & GetName ()
virtual void SetName (const std::string &value)
bool IsObject (const std::string &name)
 LObject ()
virtual ~LObject ()
virtual const char * GetName ()
virtual bool IsObject (const const char *name)
+ + + +

+Protected Attributes

std::string m_name
Text name
+

Detailed Description

+
+

Definition at line 101 of file l3ds.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
LObject::LObject ()
+
+ +

Definition at line 233 of file l3ds.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
LObject::~LObject ()
+
+virtual
+
+ +

Definition at line 238 of file l3ds.cpp.

+ +
+
+ +
+
+ + + + + + + +
LObject::LObject ()
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual LObject::~LObject ()
+
+virtual
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
virtual const char* LObject::GetName ()
+
+virtual
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
const std::string & LObject::GetName ()
+
+virtual
+
+ +

Definition at line 248 of file l3ds.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual bool LObject::IsObject (const const char * name)
+
+virtual
+
+ +
+
+ +
+
+ + + + + + + + +
bool LObject::IsObject (const std::string & name)
+
+ +

Definition at line 253 of file l3ds.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void LObject::SetName (const std::string & value)
+
+virtual
+
+ +

Definition at line 243 of file l3ds.cpp.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + + +
+ + + + +
std::string LObject::m_name
+
+protected
+
+ +

Definition at line 120 of file l3ds.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
Text LObject::name
+
+protected
+
+ +

Definition at line 72 of file M3DS.h.

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