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::unique_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, onChanged(), and ~RasterInfoWizardPage().
|
default |
Referenced by RasterInfoWizardPage().
| te::qt::widgets::RasterInfoWidget * te::qt::widgets::RasterInfoWizardPage::getWidget | ( | ) |
Definition at line 66 of file RasterInfoWizardPage.cpp.
References m_rinfo.
| bool te::qt::widgets::RasterInfoWizardPage::isComplete | ( | ) | const |
Definition at line 56 of file RasterInfoWizardPage.cpp.
References m_rinfo.
|
protectedslot |
Definition at line 71 of file RasterInfoWizardPage.cpp.
Referenced by RasterInfoWizardPage().
|
protectedslot |
Definition at line 76 of file RasterInfoWizardPage.cpp.
|
private |
Definition at line 75 of file RasterInfoWizardPage.h.
Referenced by getWidget(), isComplete(), and RasterInfoWizardPage().