Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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 NetUser user,
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 NetChatEntry c) const
inline

Definition at line 34 of file NetChat.h.

int NetChatEntry::operator== ( const NetChatEntry c) 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: