QElectroTech 0.200.1-dev
Loading...
Searching...
No Matches
anonymous_namespace{kautosavefile.cpp} Namespace Reference

Functions

QString staleFilesDir ()
QString metadataFileName (const QString &autosave_file_name)
QString lockFileName (const QString &autosave_file_name)
QUrl normalizeManagedFile (const QUrl &url)
QString storedManagedFile (const QUrl &url)
QUrl managedFileFromStorage (const QString &stored_path)
bool writeManagedFileMetadata (const QString &autosave_file_name, const QUrl &managed_file)
QUrl readManagedFileMetadata (const QString &autosave_file_name)
QString autosaveFileName (const QUrl &managed_file)
QStringList findAllStaleFiles (const QString &application_name)
bool autosaveFileIsRecoverable (const QString &autosave_file_name)

Variables

const auto autosaveSuffix = QStringLiteral(".qetautosave")

Function Documentation

◆ autosaveFileIsRecoverable()

bool anonymous_namespace{kautosavefile.cpp}::autosaveFileIsRecoverable ( const QString & autosave_file_name)
Here is the call graph for this function:

◆ autosaveFileName()

QString anonymous_namespace{kautosavefile.cpp}::autosaveFileName ( const QUrl & managed_file)
Here is the call graph for this function:

◆ findAllStaleFiles()

QStringList anonymous_namespace{kautosavefile.cpp}::findAllStaleFiles ( const QString & application_name)
Here is the call graph for this function:

◆ lockFileName()

QString anonymous_namespace{kautosavefile.cpp}::lockFileName ( const QString & autosave_file_name)
Here is the caller graph for this function:

◆ managedFileFromStorage()

QUrl anonymous_namespace{kautosavefile.cpp}::managedFileFromStorage ( const QString & stored_path)
Here is the caller graph for this function:

◆ metadataFileName()

QString anonymous_namespace{kautosavefile.cpp}::metadataFileName ( const QString & autosave_file_name)
Here is the caller graph for this function:

◆ normalizeManagedFile()

QUrl anonymous_namespace{kautosavefile.cpp}::normalizeManagedFile ( const QUrl & url)
Here is the caller graph for this function:

◆ readManagedFileMetadata()

QUrl anonymous_namespace{kautosavefile.cpp}::readManagedFileMetadata ( const QString & autosave_file_name)
Here is the call graph for this function:

◆ staleFilesDir()

QString anonymous_namespace{kautosavefile.cpp}::staleFilesDir ( )
Here is the caller graph for this function:

◆ storedManagedFile()

QString anonymous_namespace{kautosavefile.cpp}::storedManagedFile ( const QUrl & url)
Here is the caller graph for this function:

◆ writeManagedFileMetadata()

bool anonymous_namespace{kautosavefile.cpp}::writeManagedFileMetadata ( const QString & autosave_file_name,
const QUrl & managed_file )
Here is the call graph for this function:

Variable Documentation

◆ autosaveSuffix

const auto anonymous_namespace{kautosavefile.cpp}::autosaveSuffix = QStringLiteral(".qetautosave")