KParts
Go to the documentation of this file.
22 #include <QtCore/QSet>
26 using namespace KParts;
28 class KParts::HistoryProviderPrivate
31 HistoryProviderPrivate()
36 ~HistoryProviderPrivate()
49 if (!historyProviderPrivate->q) {
53 return historyProviderPrivate->q;
58 return historyProviderPrivate->q;
62 :
QObject( parent ), d(historyProviderPrivate)
64 Q_ASSERT(!historyProviderPrivate->q);
65 historyProviderPrivate->q =
this;
66 setObjectName(
"history provider");
71 if (!historyProviderPrivate.isDestroyed() &&
72 historyProviderPrivate->q ==
this)
73 historyProviderPrivate->q = 0;
78 return d->dict.contains( item );
83 d->dict.insert( item );
89 d->dict.remove( item );
98 #include "historyprovider.moc"
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Fri Jul 12 2013 08:55:00 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.