Configuration flags for the SQLite Qt Widget plugin. More...
#include "../../../../Config.h"Go to the source code of this file.
Macros | |
| #define | TE_QT_PLUGIN_DATASOURCE_SQLITE(message) |
| It marks a string in order to get translated. This is a special mark used in the DataAccess module of TerraLib. | |
| #define | TE_QT_PLUGIN_DATASOURCE_SQLITE_PLUGIN_NAME "te.qt.datasource.sqlite" |
| #define | TE_QT_PLUGIN_DATASOURCE_SQLITE_TEXT_DOMAIN "teqtplugindatasourcesqlite" |
| It contains the name of the text domain used in the translation of messages in TerraLib SQLITE driver implementation. | |
| #define | TE_QT_PLUGIN_DATASOURCE_SQLITE_TEXT_DOMAIN_DIR "locale" |
| It contains the translation catalog directory. | |
| #define | TEQTPLUGINSQLITEEXPORT |
| You can use this macro in order to export/import classes and functions from all plug-ins files. | |
Configuration flags for the SQLite Qt Widget plugin.
Definition in file Config.h.
| #define TE_QT_PLUGIN_DATASOURCE_SQLITE | ( | message | ) |
It marks a string in order to get translated. This is a special mark used in the DataAccess module of TerraLib.
| #define TE_QT_PLUGIN_DATASOURCE_SQLITE_PLUGIN_NAME "te.qt.datasource.sqlite" |
| #define TE_QT_PLUGIN_DATASOURCE_SQLITE_TEXT_DOMAIN "teqtplugindatasourcesqlite" |
| #define TE_QT_PLUGIN_DATASOURCE_SQLITE_TEXT_DOMAIN_DIR "locale" |
| #define TEQTPLUGINSQLITEEXPORT |
You can use this macro in order to export/import classes and functions from all plug-ins files.
Definition at line 69 of file Config.h.
Referenced by PLUGIN_CALL_BACK_DECLARATION().