DISPLACE  1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
defaults.h
Go to the documentation of this file.
1 #ifndef VESSELS_DEFAULTS_H
2 #define VESSELS_DEFAULTS_H
3 
4 #include <QString>
5 
6 namespace displace {
7 namespace vesselsEditor {
8 
9 #if 0
10  QString __attribute__((deprecated)) getScriptsPath();
11  QString __attribute__((deprecated)) getDefaultConfigScriptPath();
12  QString __attribute__((deprecated)) getDefaultRunScriptPath();
13 #endif
14 
15  namespace defaults {
16  QString getApplicationName();
17  QString getApplicationPath();
18  QString getGisDataPath();
19  QString getIGraphValue();
20  }
21 }
22 }
23 
24 #endif // VESSELS_DEFAULTS_H
Definition: decisiontreemanager.h:13
QString getGisDataPath()
Definition: defaults.cpp:44
Definition: graphbuilder.h:68
QString getIGraphValue()
Definition: defaults.cpp:50
QString getApplicationName()
Definition: defaults.cpp:33
QString getApplicationPath()
Definition: defaults.cpp:38