This is the complete list of members for GDriveFilesystem, including all inherited members.
| APP_DATA_FOLDER_ACCESS_SCOPE | GDriveFilesystem | static |
| APP_INSTALLATION_SCOPE | GDriveFilesystem | static |
| cancelRequest() | GDriveFilesystem | |
| createFile(const QString &localPath, const GDriveFile &file) | GDriveFilesystem | |
| createFolder(const QString &title, const QString &folderId=QString()) | GDriveFilesystem | |
| deleteFile(const QString &fileId) | GDriveFilesystem | |
| downloadFile(const GDriveFile &file, const QString &localPath) | GDriveFilesystem | |
| fileCreated(quark::gdrive::GDriveFile file) | GDriveFilesystem | signal |
| fileDeleted(const QString &id) | GDriveFilesystem | signal |
| fileDownloaded(const QString &id, const QString &localPath) | GDriveFilesystem | signal |
| fileInfoAvailable(quark::gdrive::GDriveFile file) | GDriveFilesystem | signal |
| fileListAvailable(QList< quark::gdrive::GDriveFile > files) | GDriveFilesystem | signal |
| fileTransferProgress(qint64 bytesTransferred, qint64 bytesTotal) | GDriveFilesystem | signal |
| fileUploaded(const QString &localPath, quark::gdrive::GDriveFile file) | GDriveFilesystem | signal |
| FOLDER_MIME_TYPE | GDriveFilesystem | static |
| folderCreated(const QString &id) | GDriveFilesystem | signal |
| FULL_ACCESS_SCOPE | GDriveFilesystem | static |
| GDriveFilesystem(QNetworkAccessManager *networkAccess, QObject *parent=NULL) | GDriveFilesystem | |
| isRequestInProgress() const | GDriveFilesystem | |
| listFiles(const QString &folderId=QString(), const QString &fileQuery=QString(), int maxResults=100) | GDriveFilesystem | |
| PER_FILE_ACCESS_SCOPE | GDriveFilesystem | static |
| READ_ONLY_APP_LIST_SCOPE | GDriveFilesystem | static |
| READ_ONLY_FILE_ACCESS_SCOPE | GDriveFilesystem | static |
| READ_ONLY_FILE_METADATA_ACCESS_SCOPE | GDriveFilesystem | static |
| requestCancelled() | GDriveFilesystem | signal |
| requestFailed() | GDriveFilesystem | signal |
| setAccessToken(const oauth2::OAuth2AccessToken &token) | GDriveFilesystem | |
| statFile(const QString &fileId) | GDriveFilesystem | |
| uploadFile(const QString &localPath, const GDriveFile &file) | GDriveFilesystem | |
| ~GDriveFilesystem() | GDriveFilesystem | virtual |