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

#include <NetChat.h>

+ +

List of all members.

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

+Public Member Functions

 NetChatEntry (const NetUser *user, const char *msg)
 NetChatEntry (int id, const char *user, const char *msg)
 ~NetChatEntry ()
int operator== (const NetChatEntry &c) const
int operator< (const NetChatEntry &c) const
int GetID () const
const TextGetUser () const
Color GetColor () const
const TextGetMessage () const
DWORD GetTime () const
+ + +

+Static Public Member Functions

static const char * TYPENAME ()
+

Detailed Description

+
+

Definition at line 24 of file NetChat.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
NetChatEntry::NetChatEntry (const NetUseruser,
const char * msg 
)
+
+ +

Definition at line 26 of file NetChat.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
NetChatEntry::NetChatEntry (int id,
const char * user,
const char * msg 
)
+
+ +

Definition at line 41 of file NetChat.cpp.

+ +
+
+ +
+
+ + + + + + + +
NetChatEntry::~NetChatEntry ()
+
+ +

Definition at line 51 of file NetChat.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
Color NetChatEntry::GetColor () const
+
+inline
+
+ +

Definition at line 38 of file NetChat.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
int NetChatEntry::GetID () const
+
+inline
+
+ +

Definition at line 36 of file NetChat.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
const Text& NetChatEntry::GetMessage () const
+
+inline
+
+ +

Definition at line 39 of file NetChat.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
DWORD NetChatEntry::GetTime () const
+
+inline
+
+ +

Definition at line 40 of file NetChat.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
const Text& NetChatEntry::GetUser () const
+
+inline
+
+ +

Definition at line 37 of file NetChat.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
int NetChatEntry::operator< (const NetChatEntryc) const
+
+inline
+
+ +

Definition at line 34 of file NetChat.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
int NetChatEntry::operator== (const NetChatEntryc) const
+
+inline
+
+ +

Definition at line 33 of file NetChat.h.

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

Definition at line 27 of file NetChat.h.

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