kresources
Go to the documentation of this file.
31#ifndef KRESOURCES_IDMAPPER_H
32#define KRESOURCES_IDMAPPER_H
35#include <QtCore/QString>
37#include "kresources_export.h"
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-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by
doxygen 1.9.5 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.