KUtils
#include <kemoticonstheme.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 | |
QString | picHTMLCode |
QString | picPath |
QString | text |
TokenType | type |
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 65 of file kemoticonstheme.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 66 of file kemoticonstheme.h.
Create a Token of type t
, and text m
.
Definition at line 70 of file kemoticonstheme.h.
|
inline |
Create a Token of type t
, text m
, image path p
and html code html
.
Definition at line 74 of file kemoticonstheme.h.
Member Data Documentation
QString KEmoticonsTheme::Token::picHTMLCode |
<img> html code
Definition at line 79 of file kemoticonstheme.h.
QString KEmoticonsTheme::Token::picPath |
path to the image
Definition at line 78 of file kemoticonstheme.h.
QString KEmoticonsTheme::Token::text |
text
Definition at line 77 of file kemoticonstheme.h.
TokenType KEmoticonsTheme::Token::type |
type
Definition at line 76 of file kemoticonstheme.h.
The documentation for this struct was generated from the following file:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:35 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.