Lines Matching defs:handle

19 void QMetaMethod_Destroy(QMetaMethodH handle)  in QMetaMethod_Destroy()
24 void QMetaMethod_methodSignature(QMetaMethodH handle, QByteArrayH retval) in QMetaMethod_methodSignature()
29 void QMetaMethod_name(QMetaMethodH handle, QByteArrayH retval) in QMetaMethod_name()
34 const char* QMetaMethod_typeName(QMetaMethodH handle) in QMetaMethod_typeName()
39 int QMetaMethod_returnType(QMetaMethodH handle) in QMetaMethod_returnType()
44 int QMetaMethod_parameterCount(QMetaMethodH handle) in QMetaMethod_parameterCount()
49 int QMetaMethod_parameterType(QMetaMethodH handle, int index) in QMetaMethod_parameterType()
54 void QMetaMethod_getParameterTypes(QMetaMethodH handle, int* types) in QMetaMethod_getParameterTypes()
59 const char* QMetaMethod_tag(QMetaMethodH handle) in QMetaMethod_tag()
64 QMetaMethod::Access QMetaMethod_access(QMetaMethodH handle) in QMetaMethod_access()
69 QMetaMethod::MethodType QMetaMethod_methodType(QMetaMethodH handle) in QMetaMethod_methodType()
74 int QMetaMethod_attributes(QMetaMethodH handle) in QMetaMethod_attributes()
79 int QMetaMethod_methodIndex(QMetaMethodH handle) in QMetaMethod_methodIndex()
84 int QMetaMethod_revision(QMetaMethodH handle) in QMetaMethod_revision()
89 const QMetaObjectH QMetaMethod_enclosingMetaObject(QMetaMethodH handle) in QMetaMethod_enclosingMetaObject()
94 bool QMetaMethod_isValid(QMetaMethodH handle) in QMetaMethod_isValid()
104 void QMetaEnum_Destroy(QMetaEnumH handle) in QMetaEnum_Destroy()
109 const char* QMetaEnum_name(QMetaEnumH handle) in QMetaEnum_name()
114 bool QMetaEnum_isFlag(QMetaEnumH handle) in QMetaEnum_isFlag()
119 int QMetaEnum_keyCount(QMetaEnumH handle) in QMetaEnum_keyCount()
124 const char* QMetaEnum_key(QMetaEnumH handle, int index) in QMetaEnum_key()
129 int QMetaEnum_value(QMetaEnumH handle, int index) in QMetaEnum_value()
134 const char* QMetaEnum_scope(QMetaEnumH handle) in QMetaEnum_scope()
139 int QMetaEnum_keyToValue(QMetaEnumH handle, const char* key, bool* ok) in QMetaEnum_keyToValue()
144 const char* QMetaEnum_valueToKey(QMetaEnumH handle, int value) in QMetaEnum_valueToKey()
149 int QMetaEnum_keysToValue(QMetaEnumH handle, const char* keys, bool* ok) in QMetaEnum_keysToValue()
154 void QMetaEnum_valueToKeys(QMetaEnumH handle, QByteArrayH retval, int value) in QMetaEnum_valueToKeys()
159 const QMetaObjectH QMetaEnum_enclosingMetaObject(QMetaEnumH handle) in QMetaEnum_enclosingMetaObject()
164 bool QMetaEnum_isValid(QMetaEnumH handle) in QMetaEnum_isValid()
174 void QMetaProperty_Destroy(QMetaPropertyH handle) in QMetaProperty_Destroy()
179 const char* QMetaProperty_name(QMetaPropertyH handle) in QMetaProperty_name()
184 const char* QMetaProperty_typeName(QMetaPropertyH handle) in QMetaProperty_typeName()
189 QVariant::Type QMetaProperty_type(QMetaPropertyH handle) in QMetaProperty_type()
194 int QMetaProperty_userType(QMetaPropertyH handle) in QMetaProperty_userType()
199 int QMetaProperty_propertyIndex(QMetaPropertyH handle) in QMetaProperty_propertyIndex()
204 bool QMetaProperty_isReadable(QMetaPropertyH handle) in QMetaProperty_isReadable()
209 bool QMetaProperty_isWritable(QMetaPropertyH handle) in QMetaProperty_isWritable()
214 bool QMetaProperty_isResettable(QMetaPropertyH handle) in QMetaProperty_isResettable()
219 bool QMetaProperty_isDesignable(QMetaPropertyH handle, const QObjectH obj) in QMetaProperty_isDesignable()
224 bool QMetaProperty_isScriptable(QMetaPropertyH handle, const QObjectH obj) in QMetaProperty_isScriptable()
229 bool QMetaProperty_isStored(QMetaPropertyH handle, const QObjectH obj) in QMetaProperty_isStored()
234 bool QMetaProperty_isEditable(QMetaPropertyH handle, const QObjectH obj) in QMetaProperty_isEditable()
239 bool QMetaProperty_isUser(QMetaPropertyH handle, const QObjectH obj) in QMetaProperty_isUser()
244 bool QMetaProperty_isConstant(QMetaPropertyH handle) in QMetaProperty_isConstant()
249 bool QMetaProperty_isFinal(QMetaPropertyH handle) in QMetaProperty_isFinal()
254 bool QMetaProperty_isFlagType(QMetaPropertyH handle) in QMetaProperty_isFlagType()
259 bool QMetaProperty_isEnumType(QMetaPropertyH handle) in QMetaProperty_isEnumType()
264 void QMetaProperty_enumerator(QMetaPropertyH handle, QMetaEnumH retval) in QMetaProperty_enumerator()
269 bool QMetaProperty_hasNotifySignal(QMetaPropertyH handle) in QMetaProperty_hasNotifySignal()
274 void QMetaProperty_notifySignal(QMetaPropertyH handle, QMetaMethodH retval) in QMetaProperty_notifySignal()
279 int QMetaProperty_notifySignalIndex(QMetaPropertyH handle) in QMetaProperty_notifySignalIndex()
284 int QMetaProperty_revision(QMetaPropertyH handle) in QMetaProperty_revision()
289 void QMetaProperty_read(QMetaPropertyH handle, QVariantH retval, const QObjectH obj) in QMetaProperty_read()
294 bool QMetaProperty_write(QMetaPropertyH handle, QObjectH obj, const QVariantH value) in QMetaProperty_write()
299 bool QMetaProperty_reset(QMetaPropertyH handle, QObjectH obj) in QMetaProperty_reset()
304 bool QMetaProperty_hasStdCppSet(QMetaPropertyH handle) in QMetaProperty_hasStdCppSet()
309 bool QMetaProperty_isValid(QMetaPropertyH handle) in QMetaProperty_isValid()
314 const QMetaObjectH QMetaProperty_enclosingMetaObject(QMetaPropertyH handle) in QMetaProperty_enclosingMetaObject()
324 void QMetaClassInfo_Destroy(QMetaClassInfoH handle) in QMetaClassInfo_Destroy()
329 const char* QMetaClassInfo_name(QMetaClassInfoH handle) in QMetaClassInfo_name()
334 const char* QMetaClassInfo_value(QMetaClassInfoH handle) in QMetaClassInfo_value()
339 const QMetaObjectH QMetaClassInfo_enclosingMetaObject(QMetaClassInfoH handle) in QMetaClassInfo_enclosingMetaObject()