Configuration flags for the LAYOUT Qt Widget plugin. More...
Go to the source code of this file.
Macros | |
#define | TE_QT_PLUGIN_LAYOUT(message) TR(message, TE_QT_PLUGIN_LAYOUT_TEXT_DOMAIN) |
It marks a string in order to get translated. This is a special mark used in the LAYOUT QtPlugin of TerraLib. More... | |
#define | TE_QT_PLUGIN_LAYOUT_HAVE_LAYOUTEDITOR |
It defines if the LAYOUT Qt Plugin has the layout editor operation. More... | |
#define | TE_QT_PLUGIN_LAYOUT_PLUGIN_NAME "te.qt.layout" |
It contains the plugin name. More... | |
#define | TE_QT_PLUGIN_LAYOUT_TEXT_DOMAIN "teqtpluginlayout" |
It contains the name of the text domain used in the translation of messages in TerraLib LAYOUT Qt Plugin implementation. More... | |
#define | TE_QT_PLUGIN_LAYOUT_TEXT_DOMAIN_DIR "locale" |
It contains the translation catalog directory. More... | |
#define | TEQTPLUGINLAYOUTEXPORT |
You can use this macro in order to export/import classes and functions from all plug-ins files. More... | |
Configuration flags for the LAYOUT Qt Widget plugin.
Definition in file Config.h.
#define TE_QT_PLUGIN_LAYOUT | ( | message | ) | TR(message, TE_QT_PLUGIN_LAYOUT_TEXT_DOMAIN) |
#define TE_QT_PLUGIN_LAYOUT_HAVE_LAYOUTEDITOR |
#define TE_QT_PLUGIN_LAYOUT_PLUGIN_NAME "te.qt.layout" |
#define TE_QT_PLUGIN_LAYOUT_TEXT_DOMAIN "teqtpluginlayout" |
It contains the name of the text domain used in the translation of messages in TerraLib LAYOUT Qt Plugin implementation.
Definition at line 48 of file Config.h.
Referenced by te::qt::plugins::layout::Plugin::startup().
#define TE_QT_PLUGIN_LAYOUT_TEXT_DOMAIN_DIR "locale" |
It contains the translation catalog directory.
Definition at line 55 of file Config.h.
Referenced by te::qt::plugins::layout::Plugin::startup().