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::auto_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(), and m_ui.
te::qt::widgets::LayerAttributesWizardPage::~LayerAttributesWizardPage | ( | ) |
Definition at line 43 of file LayerAttributesWizardPage.cpp.
std::string te::qt::widgets::LayerAttributesWizardPage::getLayerName | ( | ) |
Definition at line 55 of file LayerAttributesWizardPage.cpp.
bool te::qt::widgets::LayerAttributesWizardPage::isComplete | ( | ) | const |
Definition at line 47 of file LayerAttributesWizardPage.cpp.
|
slot |
Definition at line 67 of file LayerAttributesWizardPage.cpp.
Referenced by LayerAttributesWizardPage().
|
private |
Definition at line 76 of file LayerAttributesWizardPage.h.
Referenced by LayerAttributesWizardPage().