KCal Library
Go to the documentation of this file.
29 #ifndef KCAL_CUSTOMPROPERTIES_H
30 #define KCAL_CUSTOMPROPERTIES_H
32 #include "kcal_export.h"
34 #include <QtCore/QString>
35 #include <QtCore/QMap>
36 #include <QtCore/QByteArray>
89 void setCustomProperty(
const QByteArray &app,
const QByteArray &key,
90 const QString &value );
99 void removeCustomProperty(
const QByteArray &app,
const QByteArray &key );
109 QString customProperty(
const QByteArray &app,
const QByteArray &key )
const;
121 static QByteArray customPropertyName(
const QByteArray &app,
const QByteArray &key );
131 void setNonKDECustomProperty(
const QByteArray &name,
const QString &value );
139 void removeNonKDECustomProperty(
const QByteArray &name );
148 QString nonKDECustomProperty(
const QByteArray &name )
const;
156 void setCustomProperties(
const QMap<QByteArray, QString> &properties );
162 QMap<QByteArray, QString> customProperties()
const;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:29:14 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.