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

Configuration flags for the LAYOUT Qt Widget plugin. More...

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

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...
 

Detailed Description

Configuration flags for the LAYOUT Qt Widget plugin.

Definition in file Config.h.

Macro Definition Documentation

#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.

Definition at line 66 of file Config.h.

#define TE_QT_PLUGIN_LAYOUT_HAVE_LAYOUTEDITOR

It defines if the LAYOUT Qt Plugin has the layout editor operation.

Definition at line 38 of file Config.h.

#define TE_QT_PLUGIN_LAYOUT_PLUGIN_NAME   "te.qt.layout"

It contains the plugin name.

Definition at line 45 of file Config.h.

#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 52 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 59 of file Config.h.

Referenced by te::qt::plugins::layout::Plugin::startup().

#define TEQTPLUGINLAYOUTEXPORT

You can use this macro in order to export/import classes and functions from all plug-ins files.

Note
To compile plug-ins in Windows, remember to insert TEQTPLUGINLAYOUTEXPORT into the project's list of defines.

Definition at line 82 of file Config.h.