kresources
Go to the documentation of this file.
31 #ifndef KRESOURCES_IDMAPPER_H
32 #define KRESOURCES_IDMAPPER_H
34 #include <QtCore/QMap>
35 #include <QtCore/QString>
37 #include "kresources_export.h"
41 class IdMapperPrivate;
73 explicit IdMapper(
const QString &path,
74 const QString &identifier = QString() );
84 void setPath(
const QString &path );
95 void setIdentifier(
const QString &identifier );
100 QString identifier()
const;
126 void setRemoteId(
const QString &localId,
const QString &remoteId );
136 void removeRemoteId(
const QString &remoteId );
144 QString remoteId(
const QString &localId )
const;
150 QString localId(
const QString &remoteId )
const;
162 void setFingerprint(
const QString &localId,
const QString &fingerprint );
171 QString fingerprint(
const QString &localId )
const;
176 QMap<QString, QString> remoteIdMap()
const;
182 QString asString()
const;
192 IdMapperPrivate *
const d;
Keeps a map of paths and identifiers.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:19 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.