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

Lista de todos los miembros.

Métodos públicos

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

Documentación del constructor y destructor

QPSQLDriverPlugin::QPSQLDriverPlugin ( )
QPSQLDriverPlugin::QPSQLDriverPlugin ( )

Documentación de las funciones miembro

QSqlDriver * QPSQLDriverPlugin::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* QPSQLDriverPlugin::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 QPSQLDriverPlugin::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 QPSQLDriverPlugin::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'