marble
Go to the documentation of this file.
12 #ifndef MARBLE_MARBLEDIRS_H
13 #define MARBLE_MARBLEDIRS_H
84 static QString path(
const QString& relativePath );
86 static QString pluginPath(
const QString& relativePath );
89 static QStringList entryList(
const QString& relativePath, QDir::Filters filters = QDir::NoFilter );
91 static QStringList pluginEntryList(
const QString& relativePath, QDir::Filters filters = QDir::NoFilter );
94 static QString systemPath();
96 static QString pluginSystemPath();
99 static QString localPath();
101 static QStringList oldLocalPaths();
103 static QString pluginLocalPath();
106 static QString marbleDataPath();
108 static QString marblePluginPath();
111 static void setMarbleDataPath(
const QString& adaptedPath);
113 static void setMarblePluginPath(
const QString& adaptedPath);
A class that manages data look-up for Marble.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:51 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.