KUtils
Go to the documentation of this file.
19 #ifndef KEMOTICONS_PROVIDER_H
20 #define KEMOTICONS_PROVIDER_H
23 #include <QtCore/QObject>
24 #include <QtCore/QVariant>
25 #include <QtCore/QStringList>
26 #include <QtCore/QPair>
29 class KEmoticonsProviderPrivate;
43 bool operator < (
const Emoticon &e)
const {
return matchText.length() > e.
matchText.length(); }
72 virtual bool loadTheme(
const QString &path);
79 virtual bool removeEmoticon(
const QString &emo);
88 virtual bool addEmoticon(
const QString &emo,
const QString &text, AddEmoticonOption option = DoNotCopy);
104 void setThemeName(
const QString &name);
129 virtual void createNew();
135 void clearEmoticonsMap();
145 void removeEmoticonsMap(
QString key);
164 KEmoticonsProviderPrivate *
const d;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Wed Mar 20 2013 07:20:34 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.