Configuration flags for the TerraLib Application Framework. More...
Go to the source code of this file.
Macros | |
| #define | TE_QT_AF_MODULE_NAME "te.qt.af" |
| The application framework module name. More... | |
| #define | TERRALIB_APPLICATION_DATASOURCE_FILE_NAME "datasources.xml" |
| The default name for the application file containing the list of data sources. More... | |
DLL/LIB Module | |
Flags for building TerraLib Application Framework as a DLL or as a Static Library | |
| #define | TEQTAFEXPORT |
| You can use this macro in order to export/import classes and functions from this module. More... | |
Configuration flags for the TerraLib Application Framework.
Definition in file src/terralib/qt/af/Config.h.
| #define TE_QT_AF_MODULE_NAME "te.qt.af" |
The application framework module name.
Definition at line 42 of file src/terralib/qt/af/Config.h.
| #define TEQTAFEXPORT |
You can use this macro in order to export/import classes and functions from this module.
Definition at line 71 of file src/terralib/qt/af/Config.h.
| #define TERRALIB_APPLICATION_DATASOURCE_FILE_NAME "datasources.xml" |
The default name for the application file containing the list of data sources.
Definition at line 34 of file src/terralib/qt/af/Config.h.
Referenced by te::qt::af::ApplicationController::initialize(), and te::qt::af::SaveDataSourcesFile().