#include <MySQLType.h>
  
 Public Types | |
| enum | { WIDGET_DATASOURCE_CONNECTOR, WIDGET_LAYER_SELECTOR } | 
| enum | { ICON_DATASOURCE_SMALL, ICON_DATASOURCE_CONNECTOR } | 
Public Member Functions | |
| std::string | getDescription () const | 
| QIcon | getIcon (int iconType) const | 
| std::string | getName () const | 
| std::string | getTitle () const | 
| QWidget * | getWidget (int widgetType, QWidget *parent=0, Qt::WindowFlags f=0) const | 
| virtual bool | hasDatabaseSupport () const =0 | 
| virtual bool | hasFileSupport () const =0 | 
| virtual bool | hasRasterSupport () const =0 | 
| virtual bool | hasVectorialSupport () const =0 | 
| MySQLType () | |
| bool | operator< (const DataSourceType &rhs) const | 
| ~MySQLType () | |
Definition at line 40 of file MySQLType.h.
      
  | 
  inherited | 
| Enumerator | |
|---|---|
| WIDGET_DATASOURCE_CONNECTOR | |
| WIDGET_LAYER_SELECTOR | |
Definition at line 57 of file DataSourceType.h.
      
  | 
  inherited | 
| Enumerator | |
|---|---|
| ICON_DATASOURCE_SMALL | |
| ICON_DATASOURCE_CONNECTOR | |
Definition at line 63 of file DataSourceType.h.
| te::qt::plugins::mysql::MySQLType::MySQLType | ( | ) | 
Definition at line 35 of file MySQLType.cpp.
| te::qt::plugins::mysql::MySQLType::~MySQLType | ( | ) | 
Definition at line 39 of file MySQLType.cpp.
      
  | 
  virtual | 
Implements te::qt::widgets::DataSourceType.
Definition at line 53 of file MySQLType.cpp.
References TR_QT_WIDGETS.
      
  | 
  virtual | 
Implements te::qt::widgets::DataSourceType.
Definition at line 73 of file MySQLType.cpp.
References te::qt::widgets::DataSourceType::ICON_DATASOURCE_CONNECTOR, and te::qt::widgets::DataSourceType::ICON_DATASOURCE_SMALL.
      
  | 
  virtual | 
Implements te::qt::widgets::DataSourceType.
Definition at line 43 of file MySQLType.cpp.
      
  | 
  virtual | 
Implements te::qt::widgets::DataSourceType.
Definition at line 48 of file MySQLType.cpp.
References TR_QT_WIDGETS.
      
  | 
  virtual | 
Implements te::qt::widgets::DataSourceType.
Definition at line 58 of file MySQLType.cpp.
References te::qt::widgets::DataSourceType::WIDGET_DATASOURCE_CONNECTOR.
      
  | 
  pure virtualinherited | 
      
  | 
  pure virtualinherited | 
      
  | 
  pure virtualinherited | 
      
  | 
  pure virtualinherited | 
      
  | 
  inherited | 
Definition at line 37 of file DataSourceType.cpp.
References te::qt::widgets::DataSourceType::getName().