te::qt::plugins::terramobile::BuilderOutputWizardPage Class Reference

This interface is used to get the output parameters for GeoPackage Builder wizard operation. More...

#include <BuilderOutputWizardPage.h>

Inheritance diagram for te::qt::plugins::terramobile::BuilderOutputWizardPage:
QWizardPage

Public Slots

void onDirToolButtonPressed ()
 

Public Member Functions

void appendLogMesssage (std::string msg)
 
 BuilderOutputWizardPage (QWidget *parent=0)
 
std::string getGeoPackageDescription ()
 
std::string getGeoPackageFilePath ()
 
bool isComplete () const
 
bool useVisibleArea ()
 
 ~BuilderOutputWizardPage ()
 

Private Attributes

std::auto_ptr< Ui::BuilderOutputWizardPageForm > m_ui
 

Detailed Description

This interface is used to get the output parameters for GeoPackage Builder wizard operation.

Definition at line 54 of file BuilderOutputWizardPage.h.

Constructor & Destructor Documentation

te::qt::plugins::terramobile::BuilderOutputWizardPage::BuilderOutputWizardPage ( QWidget parent = 0)

Definition at line 33 of file BuilderOutputWizardPage.cpp.

References m_ui, and onDirToolButtonPressed().

te::qt::plugins::terramobile::BuilderOutputWizardPage::~BuilderOutputWizardPage ( )

Definition at line 48 of file BuilderOutputWizardPage.cpp.

Member Function Documentation

void te::qt::plugins::terramobile::BuilderOutputWizardPage::appendLogMesssage ( std::string  msg)

Definition at line 84 of file BuilderOutputWizardPage.cpp.

References m_ui.

std::string te::qt::plugins::terramobile::BuilderOutputWizardPage::getGeoPackageDescription ( )

Definition at line 71 of file BuilderOutputWizardPage.cpp.

References m_ui.

std::string te::qt::plugins::terramobile::BuilderOutputWizardPage::getGeoPackageFilePath ( )

Definition at line 61 of file BuilderOutputWizardPage.cpp.

References m_ui.

bool te::qt::plugins::terramobile::BuilderOutputWizardPage::isComplete ( ) const

Definition at line 53 of file BuilderOutputWizardPage.cpp.

References m_ui.

void te::qt::plugins::terramobile::BuilderOutputWizardPage::onDirToolButtonPressed ( )
slot

Definition at line 90 of file BuilderOutputWizardPage.cpp.

References m_ui.

Referenced by BuilderOutputWizardPage().

bool te::qt::plugins::terramobile::BuilderOutputWizardPage::useVisibleArea ( )

Definition at line 79 of file BuilderOutputWizardPage.cpp.

References m_ui.

Member Data Documentation

std::auto_ptr<Ui::BuilderOutputWizardPageForm> te::qt::plugins::terramobile::BuilderOutputWizardPage::m_ui
private

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