Variables

GlobalConst Namespace Reference

Namespace for global constants. More...

Variables

const QString SMARTLET_SCHEMA = "smartlet"
const QString TEMPLATES_SCHEMA = "templates01"
const QDir TEMP_DIR = "temp"
const QDir EXPORT_DIR = "export"
const QDir LOG_DIR = "log"
const QString CALI_FORMULA_HELP = "A valid formula for example is: '($1)^2*5'. It will take data, raise it to the second power, and multiply it by five.</body>"
const QString DB_TABLE_CHANGE_NOTIFY = "NOTIFICATION_TABLE_CHANGE_%1"
const QString DB_BASE_DATA_QUERY = ") AS \"%2\" \n"
const QString URL_DOCS = "http://pleco10.ugent.be:10000/projects/docs/smartlet/html/current/"

Detailed Description

Namespace for global constants.


Variable Documentation

const QString GlobalConst::CALI_FORMULA_HELP = "A valid formula for example is: '($1)^2*5'. It will take data, raise it to the second power, and multiply it by five.</body>"
const QString GlobalConst::DB_BASE_DATA_QUERY = ") AS \"%2\" \n"
const QString GlobalConst::DB_TABLE_CHANGE_NOTIFY = "NOTIFICATION_TABLE_CHANGE_%1"
const QDir GlobalConst::EXPORT_DIR = "export"
const QDir GlobalConst::LOG_DIR = "log"
const QDir GlobalConst::TEMP_DIR = "temp"

Referenced by Writer::Writer().

const QString GlobalConst::TEMPLATES_SCHEMA = "templates01"
const QString GlobalConst::URL_DOCS = "http://pleco10.ugent.be:10000/projects/docs/smartlet/html/current/"