te::qt::widgets::LayerAttributesWizardPage Class Reference

This class is used to define the layer attributes information. More...

#include <LayerAttributesWizardPage.h>

Inheritance diagram for te::qt::widgets::LayerAttributesWizardPage:
QWizardPage

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
 

Detailed Description

This class is used to define the layer attributes information.

Definition at line 52 of file LayerAttributesWizardPage.h.

Constructor & Destructor Documentation

te::qt::widgets::LayerAttributesWizardPage::LayerAttributesWizardPage ( QWidget parent = 0)
te::qt::widgets::LayerAttributesWizardPage::~LayerAttributesWizardPage ( )
default

Member Function Documentation

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.

void te::qt::widgets::LayerAttributesWizardPage::layerNameChanged ( QString  )
slot

Definition at line 66 of file LayerAttributesWizardPage.cpp.

Referenced by LayerAttributesWizardPage().

Member Data Documentation

std::unique_ptr<Ui::LayerAttributesWidgetForm> te::qt::widgets::LayerAttributesWizardPage::m_ui
private

Definition at line 76 of file LayerAttributesWizardPage.h.

Referenced by getLayerName(), isComplete(), and LayerAttributesWizardPage().


The documentation for this class was generated from the following files: