Olive
Functions
path.cpp File Reference
#include "path.h"
#include <QStandardPaths>
#include <QFileInfo>
#include <QCoreApplication>
#include <QCryptographicHash>
#include <QDateTime>
#include "debug.h"

Functions

QString get_app_path ()
 
QDir get_app_dir ()
 
QString get_data_path ()
 
QDir get_data_dir ()
 
QString get_config_path ()
 
QDir get_config_dir ()
 
QList< QString > get_effects_paths ()
 
QString get_file_hash (const QString &filename)
 
QList< QString > get_language_paths ()
 

Function Documentation

◆ get_app_dir()

QDir get_app_dir ( )

◆ get_app_path()

QString get_app_path ( )

◆ get_config_dir()

QDir get_config_dir ( )

◆ get_config_path()

QString get_config_path ( )

◆ get_data_dir()

QDir get_data_dir ( )

◆ get_data_path()

QString get_data_path ( )

◆ get_effects_paths()

QList<QString> get_effects_paths ( )

◆ get_file_hash()

QString get_file_hash ( const QString &  filename)

◆ get_language_paths()

QList<QString> get_language_paths ( )