This interface is used to get the output parameters for GeoPackage Builder wizard operation. More...
#include <BuilderOutputWizardPage.h>
Public Slots | |
void | onDirToolButtonPressed () |
Public Member Functions | |
void | appendLogMesssage (std::string msg) |
BuilderOutputWizardPage (QWidget *parent=0) | |
std::string | getGeoPackageFilePath () |
bool | isComplete () const |
bool | useVisibleArea () |
~BuilderOutputWizardPage () | |
Private Attributes | |
std::auto_ptr< Ui::BuilderOutputWizardPageForm > | m_ui |
This interface is used to get the output parameters for GeoPackage Builder wizard operation.
Definition at line 54 of file BuilderOutputWizardPage.h.
te::qt::plugins::terramobile::BuilderOutputWizardPage::BuilderOutputWizardPage | ( | QWidget * | parent = 0 | ) |
te::qt::plugins::terramobile::BuilderOutputWizardPage::~BuilderOutputWizardPage | ( | ) |
void te::qt::plugins::terramobile::BuilderOutputWizardPage::appendLogMesssage | ( | std::string | msg | ) |
std::string te::qt::plugins::terramobile::BuilderOutputWizardPage::getGeoPackageFilePath | ( | ) |
bool te::qt::plugins::terramobile::BuilderOutputWizardPage::isComplete | ( | ) | const |
|
slot |
bool te::qt::plugins::terramobile::BuilderOutputWizardPage::useVisibleArea | ( | ) |
|
private |
Definition at line 80 of file BuilderOutputWizardPage.h.