#include "TimeViewerEditLegendDialog.h"#include "../../../color/ColorBar.h"#include "../../../common/Globals.h"#include "../../../common/STLUtils.h"#include "../../../core/translator/Translator.h"#include "../../../dataaccess/dataset/DataSet.h"#include "../../../dataaccess/datasource/DataSourceManager.h"#include "../../../dataaccess/query_h.h"#include "../../../dataaccess/utils/Utils.h"#include "../../../maptools/GroupingAlgorithms.h"#include "../../../maptools/Utils.h"#include "../../../se.h"#include "../../../se/SymbolizerColorFinder.h"#include "../../../se/Utils.h"#include "../../widgets/colorbar/ColorBar.h"#include "../../widgets/colorbar/ColorCatalogWidget.h"#include "../../widgets/se/LineSymbolizerWidget.h"#include "../../widgets/se/PointSymbolizerWidget.h"#include "../../widgets/se/PolygonSymbolizerWidget.h"#include "../../widgets/se/SymbologyPreview.h"#include "ui_TimeViewerEditLegendDialog.h"#include <QDialogButtonBox>#include <QFileDialog>#include <QMessageBox>#include <QPainter>#include <boost/algorithm/string.hpp>#include <boost/filesystem.hpp>#include <boost/lexical_cast.hpp>#include <boost/property_tree/json_parser.hpp>Go to the source code of this file.
Macros | |
| #define | NO_TITLE "No Value" |
| #define | PRECISION 15 |
| #define NO_TITLE "No Value" |
Definition at line 62 of file TimeViewerEditLegendDialog.cpp.
Referenced by te::qt::plugins::tv::TimeViewerEditLegendDialog::updateUi().
| #define PRECISION 15 |
Definition at line 63 of file TimeViewerEditLegendDialog.cpp.
Referenced by te::qt::plugins::tv::TimeViewerEditLegendDialog::initialize().