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

#include <NetData.h>

+
+Inheritance diagram for NetNavDelete:
+
+
+ + +NetData + +
+ +

List of all members.

+ + + +

+Public Types

enum  { TYPE = NET_NAV_DELETE, +SIZE = 40 + }
+ + + + + + + + + + + + + + + +

+Public Member Functions

 NetNavDelete ()
virtual BYTE * Pack ()
virtual bool Unpack (const BYTE *data)
virtual int Type () const
virtual int Length () const
virtual DWORD GetObjID () const
const TextGetElem () const
int GetIndex () const
virtual void SetObjID (DWORD o)
void SetElem (const char *e)
void SetIndex (int n)
- Public Member Functions inherited from NetData
 NetData ()
virtual ~NetData ()
+ + +

+Static Public Member Functions

static const char * TYPENAME ()
+

Detailed Description

+
+

Definition at line 903 of file NetData.h.

+

Member Enumeration Documentation

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

Definition at line 910 of file NetData.h.

+ +
+
+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + +
NetNavDelete::NetNavDelete ()
+
+inline
+
+ +

Definition at line 908 of file NetData.h.

+ +
+
+

Member Function Documentation

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

Definition at line 918 of file NetData.h.

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

Definition at line 919 of file NetData.h.

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

Reimplemented from NetData.

+ +

Definition at line 917 of file NetData.h.

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

Reimplemented from NetData.

+ +

Definition at line 915 of file NetData.h.

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

Reimplemented from NetData.

+ +

Definition at line 1382 of file NetData.cpp.

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

Definition at line 922 of file NetData.h.

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

Definition at line 923 of file NetData.h.

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

Reimplemented from NetData.

+ +

Definition at line 921 of file NetData.h.

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

Reimplemented from NetData.

+ +

Definition at line 914 of file NetData.h.

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

Reimplemented from NetData.

+ +

Definition at line 906 of file NetData.h.

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

Reimplemented from NetData.

+ +

Definition at line 1399 of file NetData.cpp.

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