00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029 #ifndef QDATASCHEMAINTERFACE_P_H
00030 #define QDATASCHEMAINTERFACE_P_H
00031
00032 #include <qdataschemaglobal.h>
00033 #ifndef QT_H
00034 #include <private/qcom_p.h>
00035 #endif // QT_H
00036
00037 #ifndef QT_NO_COMPONENT
00038
00039
00040 #ifndef IID_QDataSchemaDriverFactory
00041 #define IID_QDataSchemaDriverFactory QUuid(0xd8d98fd0, 0x3ffa, 0x4731, 0xb3, 0x58, 0xea, 0x4a, 0x65, 0xea, 0x98, 0xc8)
00042 #endif
00043
00044
00045 #ifndef IID_QDataSchemaFactory
00046 #define IID_QDataSchemaFactory QUuid(0x4ecf952a, 0x5ef3, 0x4c9e, 0xa5, 0x81, 0xc9, 0xe8, 0xba, 0x84, 0x08, 0x5d)
00047 #endif
00048
00049 class QDataSchemaDriver;
00050 class QObject;
00051
00052 struct LIB_EXPORT QDataSchemaDriverFactoryInterface : public QFeatureListInterface
00053 {
00054 virtual QDataSchemaDriver* create( const QString& name ) = 0;
00055 };
00056
00057 struct LIB_EXPORT QDataSchemaFactoryInterface : public QFeatureListInterface
00058 {
00059 virtual QObject* create( const QString& name ) = 0;
00060 };
00061
00062 #endif //QT_NO_COMPONENT
00063 #endif // QDATASCHEMAINTERFACE_P_H
00064