KUtils
kemoticonstheme.h
Go to the documentation of this file.
42 DefaultParse = 0x0,
43 StrictParse = 0x1,
44 RelaxedParse = 0x2,
45 SkipHTML = 0x4
56 Text
119 QString parseEmoticons(const QString &text, ParseMode mode = DefaultParse, const QStringList &exclude = QStringList()) const;
163 bool addEmoticon(const QString &emo, const QString &text, KEmoticonsProvider::AddEmoticonOption option = KEmoticonsProvider::DoNotCopy);
This is the base class for the emoticons provider plugins.
Definition: kemoticonsprovider.h:35
Token(TokenType t, const QString &m, const QString &p, const QString &html)
Create a Token of type t, text m, image path p and html code html.
Definition: kemoticonstheme.h:74
Token(TokenType t, const QString &m)
Create a Token of type t, and text m.
Definition: kemoticonstheme.h:70
< Don't copy the emoticon file into the theme directory
Definition: kemoticonsprovider.h:54
A token consists of a QString text which is either a regular text or a path to image depending on the...
Definition: kemoticonstheme.h:65
TokenType
TokenType, a token might be an image ( emoticon ) or text.
Definition: kemoticonstheme.h:53
KAction * save(const QObject *recvr, const char *slot, QObject *parent)
Definition: dialog.h:29
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.