Eneboo - Documentación para desarrolladores
Métodos públicos | Atributos públicos
Referencia de la Clase DlgFilter
Diagrama de herencias de DlgFilter
ImportFilterInterface QLibraryInterface QFeatureListInterface QUnknownInterface QUnknownInterface QUnknownInterface QUnknownInterface

Lista de todos los miembros.

Métodos públicos

 DlgFilter ()
QRESULT queryInterface (const QUuid &, QUnknownInterface **iface)
QStringList featureList () const
QStringList import (const QString &filter, const QString &filename)
bool init ()
void cleanup ()
bool canUnload () const

Atributos públicos

 Q_REFCOUNT

Documentación del constructor y destructor

DlgFilter::DlgFilter ( )

Documentación de las funciones miembro

bool DlgFilter::canUnload ( ) const [virtual]

Implementa QLibraryInterface.

void DlgFilter::cleanup ( ) [virtual]

Implementa QLibraryInterface.

QStringList DlgFilter::featureList ( ) const [virtual]

Implementa QFeatureListInterface.

QStringList DlgFilter::import ( const QString filter,
const QString filename 
) [virtual]

This function is called by Qt Designer to open the file filename using the filter filter. Qt Designer expects to get back one or more .ui files, which it can open then. In the implementation of the interface you have to return these filenames, which the filter created, in this function.

Implementa ImportFilterInterface.

bool DlgFilter::init ( ) [virtual]

Implementa QLibraryInterface.

QRESULT DlgFilter::queryInterface ( const QUuid uuid,
QUnknownInterface **  iface 
) [virtual]

Implementa QUnknownInterface.


Documentación de los datos miembro


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