A widget used to adjust the color map with the minimal required parameters. More...
#include "../../../color/ColorBar.h"#include "../../../common/STLUtils.h"#include "../../../dataaccess/dataset/DataSet.h"#include "../../../dataaccess/dataset/DataSetType.h"#include "../../../dataaccess/utils/Utils.h"#include "../../../datatype.h"#include "../../../maptools/DataSetLayer.h"#include "../../../maptools/GroupingAlgorithms.h"#include "../../../maptools/RasterLayer.h"#include "../../../fe/Literal.h"#include "../../../fe/Utils.h"#include "../../../raster.h"#include "../../../raster/RasterSummary.h"#include "../../../raster/RasterSummaryManager.h"#include "../../../se/ColorMap.h"#include "../../../se/Categorize.h"#include "../../../se/MapItem.h"#include "../../../se/ParameterValue.h"#include "../../../se/RasterSymbolizer.h"#include "../../../se/Rule.h"#include "../../../se/Utils.h"#include "../../widgets/colorbar/ColorBar.h"#include "../../widgets/colorbar/ColorCatalogWidget.h"#include "SlicingColorMapWidget.h"#include "ui_SlicingColorMapForm.h"#include <QColorDialog>#include <QMessageBox>#include <QPainter>#include <QTableWidget>#include <QValidator>#include <cassert>Go to the source code of this file.
A widget used to adjust the color map with the minimal required parameters.
Definition in file SlicingColorMapWidget.cpp.