[Kde-accessibility] qt questions

Pupeno pupeno@pupeno.com
Thu, 28 Nov 2002 13:27:34 -0500


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Volker, if I have questions regarding qt and I will have a lot, should I post
them here ? cross post them to qt-interest or what do you prefeer ?
My current question is where is QFeatureListInterface ?
It is used in qaccessible.h:256
struct Q_EXPORT QAccessibleFactoryInterface : public QAccessible, public
QFeatureListInterface
{
    virtual QRESULT createAccessibleInterface( const QString &, QObject *,
QAccessibleInterface** ) = 0;
};

which is used in
qaccessible.cpp:343
qAccessibleManager->queryInterface( mo->className(), &factory );

qAccessibleManager is declared as:
static QPluginManager<QAccessibleFactoryInterface> *qAccessibleManager = 0;
and defined as:
qAccessibleManager = new QPluginManager<QAccessibleFactoryInterface>( 
IID_QAccessibleFactory, QApplication::libraryPaths(), "/accessible" );

and what's this:
#ifndef IID_QAccessibleFactory
#define IID_QAccessibleFactory QUuid( 0x49f4c6a7, 0x412f, 0x41de, 0x9e, 0x24,
0x64, 0x88, 0x43, 0x42, 0x1f, 0xd3 )
#endif ?
Where does those numbers come from ? what for ?

Thank you.
- --
Pupeno: pupeno@pupeno.com
http://www.pupeno.com
- ---
Help the hungry children of Argentina,
please go to (and make it your homepage):
http://www.porloschicos.com/servlet/PorLosChicos?comando=donar
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE95mAYLr8z5XzmSDQRAoIXAJ4qg4TSc0gycnATbdwbU7X+hlSo/gCfZOai
rcYK0aTFVZPZfEs8zvDsL08=
=Bhgy
-----END PGP SIGNATURE-----