libkdegames
KChatBaseMessage Class Reference
#include <KChatBaseModel>
Inheritance diagram for KChatBaseMessage:

Detailed Description
The class of the elements stored in the chat list model.It's a pair of strings where the first element is the sender name and the second one is the actual message. It furthermore indicates the type of the message: normal or system
Definition at line 41 of file kchatbasemodel.h.
Public Types | |
| enum | MessageType { Normal, System } |
Public Member Functions | |
| KChatBaseMessage (const KChatBaseMessage &m) | |
| KChatBaseMessage (const QString &sender, const QString &message, MessageType type=Normal) | |
| KChatBaseMessage () | |
| virtual | ~KChatBaseMessage () |
Member Enumeration Documentation
Constructor & Destructor Documentation
| KChatBaseMessage::KChatBaseMessage | ( | ) |
| KChatBaseMessage::KChatBaseMessage | ( | const QString & | sender, | |
| const QString & | message, | |||
| MessageType | type = Normal | |||
| ) |
| KChatBaseMessage::KChatBaseMessage | ( | const KChatBaseMessage & | m | ) |
| KChatBaseMessage::~KChatBaseMessage | ( | ) | [virtual] |
The documentation for this class was generated from the following files:
KDE 4.1 API Reference