#include <PostClassificationDialogForm.h>
Public Slots | |
void | addOuputLayer (te::map::AbstractLayerPtr outputLayer) |
void | onOkPushButtonClicked () |
Signals | |
void | addLayer (te::map::AbstractLayerPtr layer) |
void | closeTool () |
Public Member Functions | |
PostClassificationDialogForm (QWidget *parent=0) | |
void | setActionGroup (QActionGroup *actionGroup) |
void | setList (std::list< te::map::AbstractLayerPtr > &layerList) |
void | setMapDisplay (te::qt::widgets::MapDisplay *mapDisplay) |
~PostClassificationDialogForm () | |
Protected Member Functions | |
void | closeEvent (QCloseEvent *e) |
Private Attributes | |
te::map::AbstractLayerPtr | m_layer |
te::qt::widgets::PostClassificationWidget * | m_postClassWidget |
std::auto_ptr< Ui::PostClassificationDialogForm > | m_ui |
Definition at line 61 of file PostClassificationDialogForm.h.
te::qt::widgets::PostClassificationDialogForm::PostClassificationDialogForm | ( | QWidget * | parent = 0 | ) |
te::qt::widgets::PostClassificationDialogForm::~PostClassificationDialogForm | ( | ) |
|
signal |
|
slot |
|
protected |
|
signal |
|
slot |
void te::qt::widgets::PostClassificationDialogForm::setActionGroup | ( | QActionGroup * | actionGroup | ) |
void te::qt::widgets::PostClassificationDialogForm::setList | ( | std::list< te::map::AbstractLayerPtr > & | layerList | ) |
void te::qt::widgets::PostClassificationDialogForm::setMapDisplay | ( | te::qt::widgets::MapDisplay * | mapDisplay | ) |
|
private |
Definition at line 99 of file PostClassificationDialogForm.h.
|
private |
Definition at line 100 of file PostClassificationDialogForm.h.
|
private |
Definition at line 97 of file PostClassificationDialogForm.h.