libkdegames/kggzmod
KGGZMod::ChatEvent Class Reference
#include <event.h>
Inheritance diagram for KGGZMod::ChatEvent:

Detailed Description
Chat event from the GGZ core client.Chat messages from a player to others on the same table are displayed as table chat in GGZ core clients, but are also delivered to the game clients.
Refer to the Event documentation for everything else.
Definition at line 202 of file event.h.
Public Member Functions | |
| ChatEvent (const Event &event) | |
| QString | message () const |
| Player * | player () const |
Constructor & Destructor Documentation
Member Function Documentation
| Player * ChatEvent::player | ( | ) | const |
Returns the pointer to the player associated with the event.
If no player is associated, this returns null.
- Returns:
- player associated with an event
Reimplemented from KGGZMod::Event.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference