Eneboo - Documentación para desarrolladores
Métodos públicos
Referencia de la Estructura ImportFilterInterface

#include <filterinterface.h>

Diagrama de herencias de ImportFilterInterface
QFeatureListInterface QUnknownInterface QUnknownInterface DlgFilter GladeFilter KDevDlgFilter RCFilter

Lista de todos los miembros.

Métodos públicos

virtual QStringList import (const QString &filter, const QString &filename)=0

Descripción detallada

If you write a filter plugin to import dialogs or other user interfaces from a different format than .ui into the Qt Designer, implement this interface in that plugin.

You also have to implement the function featureList() (

Ver también:
QFeatureListInterface) and return there all filters (names of it) which this interface provides.

Documentación de las funciones miembro

virtual QStringList ImportFilterInterface::import ( const QString filter,
const QString filename 
) [pure 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.

Implementado en DlgFilter, GladeFilter, KDevDlgFilter y RCFilter.


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