All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Config.h File Reference

Configuration flags for the TerraLib Application Framework. More...

#include "../../Config.h"

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_CONFIG_FILE   "share/terraview/config/config.xml"
 The file that contains the application plugins. 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...
 

Detailed Description

Configuration flags for the TerraLib Application Framework.

Definition in file Config.h.

Macro Definition Documentation

#define TE_QT_AF_MODULE_NAME   "te.qt.af"

The application framework module name.

Definition at line 52 of file Config.h.

#define TEQTAFEXPORT

You can use this macro in order to export/import classes and functions from this module.

Note
If you want to compile TerraLib Application Framework as DLL in Windows, remember to insert TEQTAFDLL into the project's list of defines.
If you want to compile TerraLib Application Framework as an Static Library under Windows, remember to insert the TEQTAFSTATIC flag into the project list of defines.

Definition at line 81 of file Config.h.

#define TERRALIB_APPLICATION_CONFIG_FILE   "share/terraview/config/config.xml"

The file that contains the application plugins.

Definition at line 37 of file Config.h.

Referenced by TerraView::init().

#define TERRALIB_APPLICATION_DATASOURCE_FILE_NAME   "datasources.xml"

The default name for the application file containing the list of data sources.

Definition at line 44 of file Config.h.

Referenced by te::qt::af::ApplicationController::initialize(), and te::qt::af::SaveDataSourcesFile().