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

#include <NetData.h>

+
+Inheritance diagram for NetNavData:
+
+
+ + +NetData + +
+ +

List of all members.

+ + + +

+Public Types

enum  { TYPE = NET_NAV_DATA, +SIZE = 144, +NAME_LEN = 32 + }
+ + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 NetNavData ()
virtual ~NetNavData ()
virtual BYTE * Pack ()
virtual bool Unpack (const BYTE *data)
virtual int Type () const
virtual int Length () const
virtual DWORD GetObjID () const
bool IsAdd () const
bool IsEdit () const
const TextGetElem () const
int GetIndex () const
InstructionGetNavPoint () const
virtual void SetObjID (DWORD o)
void SetAdd (bool b)
void SetElem (const char *e)
void SetIndex (int n)
void SetNavPoint (Instruction *n)
- Public Member Functions inherited from NetData
 NetData ()
virtual ~NetData ()
+ + +

+Static Public Member Functions

static const char * TYPENAME ()
+

Detailed Description

+
+

Definition at line 863 of file NetData.h.

+

Member Enumeration Documentation

+ +
+
+ + + + +
anonymous enum
+
+
Enumerator:
+ + + +
TYPE  +
SIZE  +
NAME_LEN  +
+
+
+ +

Definition at line 871 of file NetData.h.

+ +
+
+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
NetNavData::NetNavData ()
+
+ +

Definition at line 1222 of file NetData.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
NetNavData::~NetNavData ()
+
+virtual
+
+ +

Definition at line 1227 of file NetData.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
const Text& NetNavData::GetElem () const
+
+inline
+
+ +

Definition at line 881 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
int NetNavData::GetIndex () const
+
+inline
+
+ +

Definition at line 882 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
Instruction* NetNavData::GetNavPoint () const
+
+inline
+
+ +

Definition at line 883 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual DWORD NetNavData::GetObjID () const
+
+inlinevirtual
+
+ +

Reimplemented from NetData.

+ +

Definition at line 878 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
bool NetNavData::IsAdd () const
+
+inline
+
+ +

Definition at line 879 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
bool NetNavData::IsEdit () const
+
+inline
+
+ +

Definition at line 880 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual int NetNavData::Length () const
+
+inlinevirtual
+
+ +

Reimplemented from NetData.

+ +

Definition at line 876 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
BYTE * NetNavData::Pack ()
+
+virtual
+
+ +

Reimplemented from NetData.

+ +

Definition at line 1245 of file NetData.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void NetNavData::SetAdd (bool b)
+
+inline
+
+ +

Definition at line 886 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void NetNavData::SetElem (const char * e)
+
+inline
+
+ +

Definition at line 887 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void NetNavData::SetIndex (int n)
+
+inline
+
+ +

Definition at line 888 of file NetData.h.

+ +
+
+ +
+
+ + + + + + + + +
void NetNavData::SetNavPoint (Instructionn)
+
+ +

Definition at line 1233 of file NetData.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void NetNavData::SetObjID (DWORD o)
+
+inlinevirtual
+
+ +

Reimplemented from NetData.

+ +

Definition at line 885 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual int NetNavData::Type () const
+
+inlinevirtual
+
+ +

Reimplemented from NetData.

+ +

Definition at line 875 of file NetData.h.

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

Reimplemented from NetData.

+ +

Definition at line 866 of file NetData.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
bool NetNavData::Unpack (const BYTE * data)
+
+virtual
+
+ +

Reimplemented from NetData.

+ +

Definition at line 1291 of file NetData.cpp.

+ +
+
+
The documentation for this class was generated from the following files: +
+
+ + + + -- cgit v1.1