kopete/libkopete
Kopete::Emoticons::Token Struct Reference
#include <kopeteemoticons.h>
Detailed Description
A token consists of a QString text which is either a regular text or a path to image depending on the type.If type is Image the text refers to an image path. If type is Text the text refers to a regular text.
Definition at line 93 of file kopeteemoticons.h.
Public Member Functions | |
| Token () | |
| Token (TokenType t, const QString &m) | |
| Token (TokenType t, const QString &m, const QString &p, const QString &html) | |
Public Attributes | |
| TokenType | type |
| QString | text |
| QString | picPath |
| QString | picHTMLCode |
Constructor & Destructor Documentation
| Kopete::Emoticons::Token::Token | ( | ) | [inline] |
Definition at line 94 of file kopeteemoticons.h.
Definition at line 95 of file kopeteemoticons.h.
| Kopete::Emoticons::Token::Token | ( | TokenType | t, | |
| const QString & | m, | |||
| const QString & | p, | |||
| const QString & | html | |||
| ) | [inline] |
Definition at line 96 of file kopeteemoticons.h.
Member Data Documentation
Definition at line 98 of file kopeteemoticons.h.
Definition at line 99 of file kopeteemoticons.h.
Definition at line 100 of file kopeteemoticons.h.
Definition at line 101 of file kopeteemoticons.h.
The documentation for this struct was generated from the following file:
KDE 4.0 API Reference