A dock widget for chart display objects. More...
#include "ChartDisplayDockWidget.h"#include "../../../dataaccess/dataset/DataSet.h"#include "../../../dataaccess/dataset/ObjectIdSet.h"#include "../../../dataaccess/utils/Utils.h"#include "../../../maptools/AbstractLayer.h"#include "../../widgets/charts/ChartConfigurer.h"#include "../../widgets/charts/ChartDisplayWidget.h"#include "../events/LayerEvents.h"#include "../ApplicationController.h"Go to the source code of this file.
Functions | |
| te::gm::Envelope * | computeDataSetEnvelope (std::auto_ptr< te::da::DataSet > dataset, size_t propNum) |
A dock widget for chart display objects.
Definition in file ChartDisplayDockWidget.cpp.
| te::gm::Envelope* computeDataSetEnvelope | ( | std::auto_ptr< te::da::DataSet > | dataset, |
| size_t | propNum | ||
| ) |
Definition at line 38 of file ChartDisplayDockWidget.cpp.
References te::gm::Geometry::getMBR(), and te::gm::Envelope::Union().
Referenced by te::qt::af::ChartDisplayDockWidget::selectionChanged().