Configuration flags for the Color module of TerraLib. More...
#include "../Config.h"Go to the source code of this file.
Macros | |
| #define | TE_COLOR_MODULE_NAME "te.color" | 
| #define | TE_OPAQUE 255 | 
| For an RGBA color this is the value of the alpha-channel for totally opaque.  More... | |
| #define | TE_TRANSPARENT 0 | 
| For an RGBA color this is the value of the alpha-channel for totally transparent.  More... | |
Internationalization Defines  | |
Flags for TerraLib code internationalization.  | |
| #define | TE_COLOR_TEXT_DOMAIN "tecolor" | 
| It contains the name of the text domain used in the translation of messages in the TerraLib Color module.  More... | |
| #define | TE_COLOR_TEXT_DOMAIN_DIR "locale" | 
| It contains the translation catalog directory.  More... | |
| #define | TR_COLOR(message) TR(message, TE_COLOR_TEXT_DOMAIN) | 
| It marks a string in order to get translated. This is a special mark used in the Color module of TerraLib.  More... | |
| #define | TR_PLURAL_COLOR(message1, message2, n) TR_PLURAL(TE_COLOR_TEXT_DOMAIN, message1, message2, n) | 
| This mark can be used when you have a plural phrase to be translated. This is a special mark used in the Color module of TerraLib.  More... | |
DLL/LIB Module  | |
Flags for building TerraLib as a DLL or as a Static Library  | |
| #define | TECOLOREXPORT | 
| You can use this macro in order to export/import classes and functions from this module.  More... | |
| #define TE_COLOR_MODULE_NAME "te.color" | 
Definition at line 32 of file Config.h.
Referenced by te::color::Module::Module(), and te::color::Module::~Module().
| #define TE_COLOR_TEXT_DOMAIN "tecolor" | 
It contains the name of the text domain used in the translation of messages in the TerraLib Color module.
Definition at line 58 of file Config.h.
Referenced by te::color::Module::Module().
| #define TE_COLOR_TEXT_DOMAIN_DIR "locale" | 
It contains the translation catalog directory.
Definition at line 65 of file Config.h.
Referenced by te::color::Module::Module().
| #define TE_OPAQUE 255 | 
For an RGBA color this is the value of the alpha-channel for totally opaque.
Definition at line 39 of file Config.h.
Referenced by te::map::Chart::Chart(), te::qt::widgets::Config(), te::map::CanvasConfigurer::config(), te::graph::LayerRenderer::configDefaultLine(), te::map::CanvasConfigurer::configDefaultLine(), te::map::CanvasConfigurer::configDefaultPoint(), te::map::CanvasConfigurer::configDefaultPolygon(), te::map::CanvasConfigurer::configDefaultText(), te::qt::widgets::ClassifierWizardPage::drawSamples(), te::qt::widgets::Measure::drawText(), te::map::GetColor(), te::map::RasterTransformConfigurer::getGeneralProperties(), te::qt::widgets::GroupingWidget::initialize(), te::qt::widgets::ColorMapWidget::initialize(), te::qt::widgets::MixtureModelDialog::MixtureModelDialog(), te::qt::widgets::RasterNavigatorWidget::onCoordTrackedChanged(), te::color::RGBAColor::setColor(), te::qt::widgets::TiePointsLocatorDialog::TiePointsLocatorDialog(), te::qt::widgets::BasicFillPropertyItem::updateUi(), te::qt::widgets::BasicStrokePropertyItem::updateUi(), te::qt::widgets::BasicFillWidget::updateUi(), te::qt::widgets::BasicStrokeWidget::updateUi(), and te::map::CanvasConfigurer::visit().
| #define TE_TRANSPARENT 0 | 
For an RGBA color this is the value of the alpha-channel for totally transparent.
Definition at line 46 of file Config.h.
Referenced by te::qt::widgets::SymbologyPreview::build(), te::map::CanvasConfigurer::config(), te::qt::widgets::Config2DrawPoints(), te::graph::LayerRenderer::configDefaultPoint(), te::graph::LayerRenderer::configLoopPoint(), te::qt::widgets::ZoomInMapDisplayWidget::drawCursorPosition(), te::qt::widgets::Info::drawGeometry(), te::qt::widgets::TiePointLocatorWidget::drawTiePoints(), te::qt::widgets::MixtureModelDialog::MixtureModelDialog(), te::qt::widgets::RasterNavigatorWidget::onCoordTrackedChanged(), te::qt::widgets::TiePointsLocatorDialog::TiePointsLocatorDialog(), and te::map::CanvasConfigurer::visit().
| #define TECOLOREXPORT | 
You can use this macro in order to export/import classes and functions from this module.
| #define TR_COLOR | ( | message | ) | TR(message, TE_COLOR_TEXT_DOMAIN) | 
It marks a string in order to get translated. This is a special mark used in the Color module of TerraLib.
Definition at line 72 of file Config.h.
Referenced by te::color::ColorSchemeCatalogManager::disconnect(), te::color::Module::finalize(), te::color::Module::initialize(), and te::color::ColorSchemeCatalogManager::insert().
| #define TR_PLURAL_COLOR | ( | message1, | |
| message2, | |||
| n | |||
| ) | TR_PLURAL(TE_COLOR_TEXT_DOMAIN, message1, message2, n) |