21 #ifndef EFILESERVICE_H
22 #define EFILESERVICE_H
62 static QList<EFileServicePlugin*> services();
73 bool serviceLoaded()
const;
88 EFileInfo add(QFileInfo info,
bool create =
false)
const;
95 bool move(
EFileInfo source, QString target)
const;
102 bool copy(
EFileInfo source, QString target)
const;
110 bool switchService(QString newServiceId);
118 #endif // EFILESERVICE_H
Mostly the same as EWidget but for QObject as base class.
Definition: eobject.h:42
Service which uses EFileServicePlugin's to handle files.
Definition: efileservice.h:48
EFileServicePlugin * service
Definition: efileservice.h:115
An item in the ESettingsModel, which represents one Settingspage.
Definition: esettingsmodelitem.h:35
#define E_CORE_EXPORT
Definition: eglobal.h:107
Data about a file handled by EFileService.
Definition: efileinfo.h:30
A plugin used by EFileService to handle special file system types.
Definition: efileserviceplugin.h:36