A base class for the suppported types of data source. More...
#include <DataSourceType.h>
Public Types | |
enum | { WIDGET_DATASOURCE_CONNECTOR, WIDGET_LAYER_SELECTOR } |
enum | { ICON_DATASOURCE_SMALL, ICON_DATASOURCE_CONNECTOR } |
Public Member Functions | |
DataSourceType () | |
virtual std::string | getDescription () const =0 |
virtual QIcon | getIcon (int iconType) const =0 |
virtual std::string | getName () const =0 |
virtual std::string | getTitle () const =0 |
virtual QWidget * | getWidget (int widgetType, QWidget *parent=0, Qt::WindowFlags f=0) const =0 |
virtual bool | hasDatabaseSupport () const =0 |
virtual bool | hasFileSupport () const =0 |
virtual bool | hasRasterSupport () const =0 |
virtual bool | hasVectorialSupport () const =0 |
bool | operator< (const DataSourceType &rhs) const |
virtual | ~DataSourceType () |
A base class for the suppported types of data source.
Definition at line 53 of file DataSourceType.h.
anonymous enum |
Enumerator | |
---|---|
WIDGET_DATASOURCE_CONNECTOR | |
WIDGET_LAYER_SELECTOR |
Definition at line 57 of file DataSourceType.h.
anonymous enum |
Enumerator | |
---|---|
ICON_DATASOURCE_SMALL | |
ICON_DATASOURCE_CONNECTOR |
Definition at line 63 of file DataSourceType.h.
te::qt::widgets::DataSourceType::DataSourceType | ( | ) |
|
virtual |
|
pure virtual |
Implemented in te::ws::ogc::wms::qt::WMSType, te::ws::ogc::wcs::qt::WCSType, te::qt::plugins::ogr::OGRType, te::qt::plugins::wfs::WFSType, te::qt::plugins::ado::ADOType, te::qt::plugins::gdal::GDALType, te::qt::plugins::pgis::PostGISType, te::qt::plugins::sqlite::SQLiteType, te::qt::plugins::geofile::GeoFileType, and te::qt::plugins::mysql::MySQLType.
|
pure virtual |
Implemented in te::ws::ogc::wms::qt::WMSType, te::ws::ogc::wcs::qt::WCSType, te::qt::plugins::ogr::OGRType, te::qt::plugins::wfs::WFSType, te::qt::plugins::ado::ADOType, te::qt::plugins::gdal::GDALType, te::qt::plugins::pgis::PostGISType, te::qt::plugins::sqlite::SQLiteType, te::qt::plugins::geofile::GeoFileType, and te::qt::plugins::mysql::MySQLType.
|
pure virtual |
Implemented in te::ws::ogc::wms::qt::WMSType, te::ws::ogc::wcs::qt::WCSType, te::qt::plugins::ogr::OGRType, te::qt::plugins::wfs::WFSType, te::qt::plugins::ado::ADOType, te::qt::plugins::gdal::GDALType, te::qt::plugins::pgis::PostGISType, te::qt::plugins::sqlite::SQLiteType, te::qt::plugins::geofile::GeoFileType, and te::qt::plugins::mysql::MySQLType.
|
pure virtual |
Implemented in te::ws::ogc::wms::qt::WMSType, te::ws::ogc::wcs::qt::WCSType, te::qt::plugins::ogr::OGRType, te::qt::plugins::wfs::WFSType, te::qt::plugins::ado::ADOType, te::qt::plugins::gdal::GDALType, te::qt::plugins::pgis::PostGISType, te::qt::plugins::sqlite::SQLiteType, te::qt::plugins::geofile::GeoFileType, and te::qt::plugins::mysql::MySQLType.
|
pure virtual |
Implemented in te::ws::ogc::wms::qt::WMSType, te::ws::ogc::wcs::qt::WCSType, te::qt::plugins::ogr::OGRType, te::qt::plugins::wfs::WFSType, te::qt::plugins::ado::ADOType, te::qt::plugins::gdal::GDALType, te::qt::plugins::pgis::PostGISType, te::qt::plugins::sqlite::SQLiteType, te::qt::plugins::geofile::GeoFileType, and te::qt::plugins::mysql::MySQLType.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
bool te::qt::widgets::DataSourceType::operator< | ( | const DataSourceType & | rhs | ) | const |