#include "PythonQtWrapper_QAccessibleInterfaceEx.h" #include #include #include #include #include QVariant PythonQtWrapper_QAccessibleInterfaceEx::invokeMethodEx(QAccessibleInterfaceEx* theWrappedObject, QAccessible::Method method, int child, const QList& params) { return theWrappedObject->invokeMethodEx(method, child, params); } QVariant PythonQtWrapper_QAccessibleInterfaceEx::virtual_hook(QAccessibleInterfaceEx* theWrappedObject, const QVariant& data) { return theWrappedObject->virtual_hook(data); }