Configuration flags for the RP Qt Widget plugin. More...
#include "../../../Config.h"Go to the source code of this file.
Macros | |
| #define | TE_QT_PLUGIN_RP(message) TR(message, TE_QT_PLUGIN_RP_TEXT_DOMAIN) | 
| It marks a string in order to get translated. This is a special mark used in the RP QtPlugin of TerraLib.  More... | |
| #define | TE_QT_PLUGIN_RP_HAVE_CONTRAST | 
| It defines if the RP Qt Plugin has the contrast operation.  More... | |
| #define | TE_QT_PLUGIN_RP_HAVE_MIXTUREMODEL | 
| It defines if the RP Qt Plugin has the mixture model operation.  More... | |
| #define | TE_QT_PLUGIN_RP_HAVE_REGISTER | 
| It defines if the RP Qt Plugin has the register operation.  More... | |
| #define | TE_QT_PLUGIN_RP_HAVE_SEGMENTER | 
| It defines if the RP Qt Plugin has the segmenter operation.  More... | |
| #define | TE_QT_PLUGIN_RP_PLUGIN_NAME "te.qt.rp" | 
| It contains the plugin name.  More... | |
| #define | TE_QT_PLUGIN_RP_TEXT_DOMAIN "teqtpluginrp" | 
| It contains the name of the text domain used in the translation of messages in TerraLib RP Qt Plugin implementation.  More... | |
| #define | TE_QT_PLUGIN_RP_TEXT_DOMAIN_DIR "locale" | 
| It contains the translation catalog directory.  More... | |
| #define | TEQTPLUGINRPEXPORT | 
| You can use this macro in order to export/import classes and functions from all plug-ins files.  More... | |
Configuration flags for the RP Qt Widget plugin.
Definition in file Config.h.
| #define TE_QT_PLUGIN_RP | ( | message | ) | TR(message, TE_QT_PLUGIN_RP_TEXT_DOMAIN) | 
It marks a string in order to get translated. This is a special mark used in the RP QtPlugin of TerraLib.
Definition at line 95 of file Config.h.
Referenced by te::qt::plugins::rp::Plugin::shutdown(), and te::qt::plugins::rp::Plugin::startup().
| #define TE_QT_PLUGIN_RP_HAVE_CONTRAST | 
| #define TE_QT_PLUGIN_RP_HAVE_MIXTUREMODEL | 
| #define TE_QT_PLUGIN_RP_HAVE_REGISTER | 
| #define TE_QT_PLUGIN_RP_HAVE_SEGMENTER | 
| #define TE_QT_PLUGIN_RP_PLUGIN_NAME "te.qt.rp" | 
| #define TE_QT_PLUGIN_RP_TEXT_DOMAIN "teqtpluginrp" | 
It contains the name of the text domain used in the translation of messages in TerraLib RP Qt Plugin implementation.
Definition at line 81 of file Config.h.
Referenced by te::qt::plugins::rp::Plugin::startup().
| #define TE_QT_PLUGIN_RP_TEXT_DOMAIN_DIR "locale" | 
It contains the translation catalog directory.
Definition at line 88 of file Config.h.
Referenced by te::qt::plugins::rp::Plugin::startup().