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 | getGeoPackageDescription () |
| 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 | ) |
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.
| 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.
|
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.
|
private |
Definition at line 82 of file BuilderOutputWizardPage.h.
Referenced by appendLogMesssage(), BuilderOutputWizardPage(), getGeoPackageDescription(), getGeoPackageFilePath(), isComplete(), onDirToolButtonPressed(), and useVisibleArea().