Olive
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
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

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