#include "../../../../color/ColorBar.h"#include "../../../../maptools/AbstractLayer.h"#include "../../../../se/Categorize.h"#include "../../../../se/ColorMap.h"#include "../../../../se/Interpolate.h"#include "../../../../se/InterpolationPoint.h"#include "../../../../se/MapItem.h"#include "../../../../se/RasterSymbolizer.h"#include "../../../../se/Recode.h"#include "../../../../se/Utils.h"#include "ColorMapSliceItem.h"#include "ColorMapItem.h"#include "LayerItem.h"#include "RuleItem.h"#include "StyleItem.h"#include <QObject>#include <QString>Go to the source code of this file.
Functions | |
| void | AddSliceItems (te::qt::widgets::ColorMapItem *item, const te::se::ColorMap *cMap) |
| void AddSliceItems | ( | te::qt::widgets::ColorMapItem * | item, |
| const te::se::ColorMap * | cMap | ||
| ) |
Definition at line 21 of file ColorMapItem.cpp.
References te::qt::widgets::TreeItem::addChild(), te::color::RGBAColor::getBlue(), te::se::ColorMap::getCategorize(), te::se::InterpolationPoint::getData(), te::se::GetDouble(), te::color::RGBAColor::getGreen(), te::se::ColorMap::getInterpolate(), te::se::Interpolate::getInterpolationPoints(), te::se::Recode::getMapItems(), te::se::ColorMap::getRecode(), te::color::RGBAColor::getRed(), te::se::GetString(), te::se::Categorize::getThresholds(), te::se::Categorize::getThresholdValues(), and te::se::InterpolationPoint::getValue().
Referenced by te::qt::widgets::ColorMapItem::ColorMapItem().