Eneboo - Documentación para desarrolladores
Métodos públicos
Referencia de la Clase QMYSQLDriverPlugin
Diagrama de herencias de QMYSQLDriverPlugin
QSqlDriverPlugin QSqlDriverPlugin QGPlugin QGPlugin QGPlugin QGPlugin QObject QObject QObject QObject QObject QObject QObject QObject

Lista de todos los miembros.

Métodos públicos

 QMYSQLDriverPlugin ()
QSqlDrivercreate (const QString &)
QStringList keys () const
 QMYSQLDriverPlugin ()
QSqlDrivercreate (const QString &)
QStringList keys () const

Documentación del constructor y destructor

QMYSQLDriverPlugin::QMYSQLDriverPlugin ( )
QMYSQLDriverPlugin::QMYSQLDriverPlugin ( )

Documentación de las funciones miembro

QSqlDriver * QMYSQLDriverPlugin::create ( const QString key) [virtual]

Creates and returns a QSqlDriver object for the driver key key. The driver key is usually the class name of the required driver.

Ver también:
keys()

Implementa QSqlDriverPlugin.

QSqlDriver* QMYSQLDriverPlugin::create ( const QString key) [virtual]

Creates and returns a QSqlDriver object for the driver key key. The driver key is usually the class name of the required driver.

Ver también:
keys()

Implementa QSqlDriverPlugin.

QStringList QMYSQLDriverPlugin::keys ( ) const [virtual]

Returns the list of drivers (keys) this plugin supports.

These keys are usually the class names of the custom drivers that are implemented in the plugin.

Ver también:
create()

Implementa QSqlDriverPlugin.

QStringList QMYSQLDriverPlugin::keys ( ) const [virtual]

Returns the list of drivers (keys) this plugin supports.

These keys are usually the class names of the custom drivers that are implemented in the plugin.

Ver también:
create()

Implementa QSqlDriverPlugin.


La documentación para esta clase fue generada a partir de los siguientes ficheros:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'