This class is GUI used to define the raster info parameters for raster factory. More...
#include <RasterInfoWizardPage.h>
Public Member Functions | |
te::qt::widgets::RasterInfoWidget * | getWidget () |
bool | isComplete () const |
RasterInfoWizardPage (QWidget *parent=0) | |
~RasterInfoWizardPage () | |
Protected Slots | |
void | onChanged () |
void | onChanged (QString) |
Private Attributes | |
std::auto_ptr< te::qt::widgets::RasterInfoWidget > | m_rinfo |
This class is GUI used to define the raster info parameters for raster factory.
Definition at line 51 of file RasterInfoWizardPage.h.
te::qt::widgets::RasterInfoWizardPage::RasterInfoWizardPage | ( | QWidget * | parent = 0 | ) |
Definition at line 35 of file RasterInfoWizardPage.cpp.
References m_rinfo, and onChanged().
te::qt::widgets::RasterInfoWizardPage::~RasterInfoWizardPage | ( | ) |
Definition at line 55 of file RasterInfoWizardPage.cpp.
te::qt::widgets::RasterInfoWidget * te::qt::widgets::RasterInfoWizardPage::getWidget | ( | ) |
Definition at line 76 of file RasterInfoWizardPage.cpp.
bool te::qt::widgets::RasterInfoWizardPage::isComplete | ( | ) | const |
Definition at line 59 of file RasterInfoWizardPage.cpp.
|
protectedslot |
Definition at line 81 of file RasterInfoWizardPage.cpp.
Referenced by RasterInfoWizardPage().
|
protectedslot |
Definition at line 86 of file RasterInfoWizardPage.cpp.
|
private |
Definition at line 75 of file RasterInfoWizardPage.h.
Referenced by RasterInfoWizardPage().