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

Lista de todos los miembros.

Métodos públicos

 GladeFilter ()
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

GladeFilter::GladeFilter ( )

Documentación de las funciones miembro

bool GladeFilter::canUnload ( ) const [virtual]

Implementa QLibraryInterface.

void GladeFilter::cleanup ( ) [virtual]

Implementa QLibraryInterface.

QStringList GladeFilter::featureList ( ) const [virtual]

Implementa QFeatureListInterface.

QStringList GladeFilter::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 GladeFilter::init ( ) [virtual]

Implementa QLibraryInterface.

QRESULT GladeFilter::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'