![]() |
Fotobot
Get data from your photovoltaic plant
|
#include <static.h>
Static Public Member Functions | |
static QString | getConfigFileName () |
static QString | getConfigDir () |
Static Public Attributes | |
static TemplateLoader * | templateLoader =0 |
static HttpSessionStore * | sessionStore =0 |
static StaticFileController * | staticFileController =0 |
static DATABASE * | db = 0 |
static INVERTORS * | invertors = 0 |
static INTERFACEBOX * | interfacebox = 0 |
static SLUNCE * | slunce = 0 |
Static Private Attributes | |
static QString | configDir =0 |
This class contains some static resources that are used by the application.
|
static |
Gets the directory where the main config file is located. On the first call, the INI file gets searched. If not found, the application aborts with an error message.
Definition at line 33 of file static.cpp.
|
static |
Search the main config file and return its full path. On the first call, the INI file gets searched. If not found, the application aborts with an error message.
The filename is the applications name plus the ending ".ini". It is searched in the following directories:
Definition at line 29 of file static.cpp.
|
staticprivate |
|
static |
|
static |
|
static |