26 #ifndef __TERRALIB_QT_WIDGETS_RP_INTERNAL_POSTCLASSIFICATIONDIALOGFORM_H
27 #define __TERRALIB_QT_WIDGETS_RP_INTERNAL_POSTCLASSIFICATIONDIALOGFORM_H
31 #include "../../../maptools/AbstractLayer.h"
33 #include "../Config.h"
41 namespace Ui {
class PostClassificationDialogForm; }
70 void setList(std::list<te::map::AbstractLayerPtr>& layerList);
90 std::unique_ptr<Ui::PostClassificationDialogForm>
m_ui;
This file has the PostClassificationWidget class.
PostClassificationDialogForm(QWidget *parent=0)
void setList(std::list< te::map::AbstractLayerPtr > &layerList)
void closeEvent(QCloseEvent *e)
void addLayer(te::map::AbstractLayerPtr layer)
void onOkPushButtonClicked()
~PostClassificationDialogForm()
te::qt::widgets::PostClassificationWidget * m_postClassWidget
void addOuputLayer(te::map::AbstractLayerPtr outputLayer)
te::map::AbstractLayerPtr m_layer
std::unique_ptr< Ui::PostClassificationDialogForm > m_ui
This class is used to make post classification.
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr