This class is used to define the layer attributes information. More...
#include <LayerAttributesWizardPage.h>
Public Slots | |
| void | layerNameChanged (QString) |
Public Member Functions | |
| std::string | getLayerName () |
| bool | isComplete () const |
| LayerAttributesWizardPage (QWidget *parent=0) | |
| ~LayerAttributesWizardPage () | |
Private Attributes | |
| std::unique_ptr< Ui::LayerAttributesWidgetForm > | m_ui |
This class is used to define the layer attributes information.
Definition at line 52 of file LayerAttributesWizardPage.h.
| te::qt::widgets::LayerAttributesWizardPage::LayerAttributesWizardPage | ( | QWidget * | parent = 0 | ) |
Definition at line 30 of file LayerAttributesWizardPage.cpp.
References layerNameChanged(), m_ui, and ~LayerAttributesWizardPage().
|
default |
Referenced by LayerAttributesWizardPage().
| std::string te::qt::widgets::LayerAttributesWizardPage::getLayerName | ( | ) |
Definition at line 54 of file LayerAttributesWizardPage.cpp.
References m_ui.
| bool te::qt::widgets::LayerAttributesWizardPage::isComplete | ( | ) | const |
Definition at line 46 of file LayerAttributesWizardPage.cpp.
References m_ui.
|
slot |
Definition at line 66 of file LayerAttributesWizardPage.cpp.
Referenced by LayerAttributesWizardPage().
|
private |
Definition at line 76 of file LayerAttributesWizardPage.h.
Referenced by getLayerName(), isComplete(), and LayerAttributesWizardPage().