|
Ilwis-Objects
1.0
GIS and Remote Sensing framework for data access and processing
|
The IlwisContext class A singleton object that can be reached from everywhere in the system that gives access to a number of properties that describe the context of an Ilwis system. More...
#include <ilwiscontext.h>
Public Member Functions | |
| void | loadConfigFile (QFileInfo configFile) |
| void | addSystemLocation (const QUrl &resource) |
| void | removeSystemLocation (const QUrl &resource) |
| QFileInfo | ilwisFolder () const |
| Ilwis::ICatalog | workingCatalog () const |
| void | setWorkingCatalog (const Ilwis::ICatalog &cat) |
| QUrl | cacheLocation () const |
| quint64 | memoryLeft () const |
| quint64 | changeMemoryLeft (quint64 amount) |
| QJsonObject | configuration () const |
Friends | |
| KERNELSHARED_EXPORT IlwisContext * | context () |
The IlwisContext class A singleton object that can be reached from everywhere in the system that gives access to a number of properties that describe the context of an Ilwis system.
*The context gives access to properties like working location, systemlocation, memory properties etc.
1.8.3.1