#include <AggregationDialog.h>
Definition at line 59 of file AggregationDialog.h.
te::vp::AggregationDialog::AggregationDialog |
( |
QWidget * |
parent = 0 , |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
te::vp::AggregationDialog::~AggregationDialog |
( |
| ) |
|
Get the generated layer.
- Returns
- the generated layer.
std::vector<te::dt::Property*> te::vp::AggregationDialog::getSelectedProperties |
( |
| ) |
|
Get the selected properties based on selected QListWidgetItem.
- Returns
- a Vector with selected properties.
te::dt::Property* te::vp::AggregationDialog::getSelectedPropertyByName |
( |
std::string |
propertyName | ) |
|
Get the selected property based on selected QListWidgetItem using the name of property.
- Returns
- a property.
Get the Grouping Functions Type based on selected QListWidgetItem.
- Returns
- Map with Properties and Grouping Functions Type.
void te::vp::AggregationDialog::onCalculateStatistics |
( |
bool |
visible | ) |
|
|
protectedslot |
void te::vp::AggregationDialog::onCancelPushButtonClicked |
( |
| ) |
|
|
protectedslot |
void te::vp::AggregationDialog::onFilterLineEditTextChanged |
( |
const QString & |
text | ) |
|
|
protectedslot |
void te::vp::AggregationDialog::onLayerComboBoxChanged |
( |
int |
index | ) |
|
|
protectedslot |
void te::vp::AggregationDialog::onOkPushButtonClicked |
( |
| ) |
|
|
protectedslot |
void te::vp::AggregationDialog::onOutputListWidgetClicked |
( |
QListWidgetItem * |
item | ) |
|
|
protectedslot |
void te::vp::AggregationDialog::onRejectAllComboBoxChanged |
( |
int |
index | ) |
|
|
protectedslot |
void te::vp::AggregationDialog::onSelectAllComboBoxChanged |
( |
int |
index | ) |
|
|
protectedslot |
void te::vp::AggregationDialog::onTargetDatasourceToolButtonPressed |
( |
| ) |
|
|
protectedslot |
void te::vp::AggregationDialog::onTargetFileToolButtonPressed |
( |
| ) |
|
|
protectedslot |
void te::vp::AggregationDialog::setFunctionsByLayer |
( |
std::vector< te::dt::Property * > |
properties | ) |
|
Set Grouping Functions Type for 'm_outputListWidget' based on Selected Layer.
Set the layer that can be used.
- Parameters
-
layers | List of AbstractLayerPtr |
selectedLayer | Selected AbstractLayerPtr |
void te::vp::AggregationDialog::setStatisticalSummary |
( |
| ) |
|
Set Statistical Summary Type for combobox 'm_selectAllComboBox' and 'm_rejectAllComboBox' based on a enum.
void te::vp::AggregationDialog::setStatisticalSummaryMap |
( |
| ) |
|
Map Statistical Summary Type enum for an intuitive name.
bool te::vp::AggregationDialog::m_toFile |
|
private |
std::auto_ptr<Ui::AggregationDialogForm> te::vp::AggregationDialog::m_ui |
|
private |
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/terralib5/src/terralib/vp/qt/AggregationDialog.h