This interface is used to get the input layers parameters for GeoPackage Builder wizard operation. More...
#include <BuilderInputLayersWizardPage.h>
Public Slots | |
| void | onItemChanged () |
Public Member Functions | |
| BuilderInputLayersWizardPage (QWidget *parent=0) | |
| te::qt::widgets::DoubleListWidget * | getWidget () const |
| bool | isComplete () const |
| ~BuilderInputLayersWizardPage () | |
Private Attributes | |
| std::auto_ptr< te::qt::widgets::DoubleListWidget > | m_widget |
This interface is used to get the input layers parameters for GeoPackage Builder wizard operation.
Definition at line 56 of file BuilderInputLayersWizardPage.h.
| te::qt::plugins::terramobile::BuilderInputLayersWizardPage::BuilderInputLayersWizardPage | ( | QWidget * | parent = 0 | ) |
Definition at line 34 of file BuilderInputLayersWizardPage.cpp.
References m_widget, and onItemChanged().
| te::qt::plugins::terramobile::BuilderInputLayersWizardPage::~BuilderInputLayersWizardPage | ( | ) |
Definition at line 54 of file BuilderInputLayersWizardPage.cpp.
| te::qt::widgets::DoubleListWidget * te::qt::plugins::terramobile::BuilderInputLayersWizardPage::getWidget | ( | ) | const |
Definition at line 67 of file BuilderInputLayersWizardPage.cpp.
References m_widget.
| bool te::qt::plugins::terramobile::BuilderInputLayersWizardPage::isComplete | ( | ) | const |
Definition at line 59 of file BuilderInputLayersWizardPage.cpp.
References m_widget.
|
slot |
Definition at line 72 of file BuilderInputLayersWizardPage.cpp.
Referenced by BuilderInputLayersWizardPage().
|
private |
Definition at line 78 of file BuilderInputLayersWizardPage.h.
Referenced by BuilderInputLayersWizardPage(), getWidget(), and isComplete().