27 #include "../../../../common/Translator.h" 
   28 #include "../../../widgets/layer/selector/DataSetLayerSelector.h" 
   85     case DataSourceType::WIDGET_LAYER_SELECTOR:
 
   98       return QIcon::fromTheme(
"file-vector");
 
  101       return QIcon::fromTheme(
"file-vector");
 
  104       return QIcon::fromTheme(
"unknown-icon");
 
QIcon getIcon(int iconType) const 
 
bool hasDatabaseSupport() const 
 
QWidget * getWidget(int widgetType, QWidget *parent=0, Qt::WindowFlags f=0) const 
 
A simple widget that allows the selection of datasets from a given data source. 
 
std::string getDescription() const 
 
std::string getTitle() const 
 
bool hasVectorialSupport() const 
 
bool hasFileSupport() const 
 
bool hasRasterSupport() const 
 
#define TE_QT_PLUGIN_DATASOURCE_OGR(message)
It marks a string in order to get translated. This is a special mark used in the DataAccess module of...
 
std::string getName() const 
 
OGR connector implementation for the Qt data source widget. 
 
OGR connector implementation for the Qt data source widget.