Implements a widget used to return a Data Access object.
More...
#include <OutputDataAccessItemWidget.h>
Implements a widget used to return a Data Access object.
Implements a widget used to return a set of Data Access object.
Definition at line 59 of file OutputDataAccessItemWidget.h.
◆ OutputDataAccessItemWidget()
te::vp::qt::OutputDataAccessItemWidget::OutputDataAccessItemWidget |
( |
QWidget * |
parent = 0 , |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
◆ ~OutputDataAccessItemWidget()
te::vp::qt::OutputDataAccessItemWidget::~OutputDataAccessItemWidget |
( |
| ) |
|
◆ getDataAccess()
Get DataAccess given the user defined parameters in the interface.
- Returns
- TerraLib DataAccess object Resets the widget to its default clear state
◆ getForm()
Ui::OutputDataAccessItemWidgetForm* te::vp::qt::OutputDataAccessItemWidget::getForm |
( |
| ) |
const |
◆ getOutputDataSorce()
Used to get the output datasource given the user information.
- Returns
- Pointer to terraLib DataSource
◆ onTargetDatasourceToolButtonPressed
void te::vp::qt::OutputDataAccessItemWidget::onTargetDatasourceToolButtonPressed |
( |
| ) |
|
|
protectedslot |
Slot for target datasource tool button pressed.
◆ onTargetFileToolButtonPressed
void te::vp::qt::OutputDataAccessItemWidget::onTargetFileToolButtonPressed |
( |
| ) |
|
|
protectedslot |
Slot for target file tool button pressed.
◆ registerFileDataSource()
te::da::DataSourceInfoPtr te::vp::qt::OutputDataAccessItemWidget::registerFileDataSource |
( |
const std::string & |
filePath, |
|
|
const std::string & |
dataSetName |
|
) |
| |
|
protected |
Function used to register the new datasource into terralib datasource manager.
- Parameters
-
filePath | path of new file data source |
dataSetName | dataset name for the new data to be created |
- Returns
- Return the terralib object with datasource metadata
◆ reset()
void te::vp::qt::OutputDataAccessItemWidget::reset |
( |
| ) |
|
◆ m_outputDatasource
◆ m_outputDatasourceInfo
◆ m_toFile
bool te::vp::qt::OutputDataAccessItemWidget::m_toFile |
|
private |
◆ m_ui
std::unique_ptr<Ui::OutputDataAccessItemWidgetForm> te::vp::qt::OutputDataAccessItemWidget::m_ui |
|
private |
The documentation for this class was generated from the following file: