te::qt::widgets::RpToolsDialog Class Reference

This class is a dialog for the RpTools widget. More...

#include <RpToolsDialog.h>

Inheritance diagram for te::qt::widgets::RpToolsDialog:

Signals

void navigatorClosed ()
 

Public Member Functions

te::qt::widgets::RpToolsWidgetgetWidget ()
 
 RpToolsDialog (QWidget *parent=0, Qt::WindowFlags f=0)
 
void set (te::map::AbstractLayerPtr layer)
 This method is used to set the selected layer for mixture model operation. More...
 
 ~RpToolsDialog ()
 

Protected Member Functions

void closeEvent (QCloseEvent *e)
 

Private Attributes

te::map::AbstractLayerPtr m_layer
 
std::auto_ptr< te::qt::widgets::RpToolsWidgetm_navigator
 

Detailed Description

This class is a dialog for the RpTools widget.

Definition at line 54 of file RpToolsDialog.h.

Constructor & Destructor Documentation

te::qt::widgets::RpToolsDialog::RpToolsDialog ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)
te::qt::widgets::RpToolsDialog::~RpToolsDialog ( )

Member Function Documentation

void te::qt::widgets::RpToolsDialog::closeEvent ( QCloseEvent *  e)
protected
te::qt::widgets::RpToolsWidget* te::qt::widgets::RpToolsDialog::getWidget ( )
void te::qt::widgets::RpToolsDialog::navigatorClosed ( )
signal
void te::qt::widgets::RpToolsDialog::set ( te::map::AbstractLayerPtr  layer)

This method is used to set the selected layer for mixture model operation.

Parameters
layerThe layer ptr
Note
This layer MUST HAVE a valid raster object.

Member Data Documentation

te::map::AbstractLayerPtr te::qt::widgets::RpToolsDialog::m_layer
private

Definition at line 90 of file RpToolsDialog.h.

std::auto_ptr<te::qt::widgets::RpToolsWidget> te::qt::widgets::RpToolsDialog::m_navigator
private

Definition at line 88 of file RpToolsDialog.h.


The documentation for this class was generated from the following file: