Configuration flags for the ADO Qt Widget plugin. More...
Go to the source code of this file.
Macros | |
| #define | TE_QT_PLUGIN_DATASOURCE_ADO(message) TR(message, TE_QT_PLUGIN_DATASOURCE_ADO_TEXT_DOMAIN) |
| It marks a string in order to get translated. This is a special mark used in the DataAccess module of TerraLib. More... | |
| #define | TE_QT_PLUGIN_DATASOURCE_ADO_PLUGIN_NAME "te.qt.datasource.ado" |
| #define | TE_QT_PLUGIN_DATASOURCE_ADO_TEXT_DOMAIN "teqtplugindatasourceado" |
| It contains the name of the text domain used in the translation of messages in TerraLib ADO driver implementation. More... | |
| #define | TE_QT_PLUGIN_DATASOURCE_ADO_TEXT_DOMAIN_DIR "locale" |
| It contains the translation catalog directory. More... | |
| #define | TEQTPLUGINADOEXPORT |
| You can use this macro in order to export/import classes and functions from all plug-ins files. More... | |
Configuration flags for the ADO Qt Widget plugin.
Definition in file src/terralib/qt/plugins/datasource/ado/Config.h.
| #define TE_QT_PLUGIN_DATASOURCE_ADO | ( | message | ) | TR(message, TE_QT_PLUGIN_DATASOURCE_ADO_TEXT_DOMAIN) |
It marks a string in order to get translated. This is a special mark used in the DataAccess module of TerraLib.
Definition at line 50 of file src/terralib/qt/plugins/datasource/ado/Config.h.
| #define TE_QT_PLUGIN_DATASOURCE_ADO_PLUGIN_NAME "te.qt.datasource.ado" |
Definition at line 29 of file src/terralib/qt/plugins/datasource/ado/Config.h.
| #define TE_QT_PLUGIN_DATASOURCE_ADO_TEXT_DOMAIN "teqtplugindatasourceado" |
It contains the name of the text domain used in the translation of messages in TerraLib ADO driver implementation.
Definition at line 36 of file src/terralib/qt/plugins/datasource/ado/Config.h.
| #define TE_QT_PLUGIN_DATASOURCE_ADO_TEXT_DOMAIN_DIR "locale" |
It contains the translation catalog directory.
Definition at line 43 of file src/terralib/qt/plugins/datasource/ado/Config.h.
| #define TEQTPLUGINADOEXPORT |
You can use this macro in order to export/import classes and functions from all plug-ins files.
Definition at line 66 of file src/terralib/qt/plugins/datasource/ado/Config.h.