import QtQuick.tooling 1.2 // This file describes the plugin-supplied types contained in the library. // It is used for QML tooling purposes only. // // This file was auto-generated by qmltyperegistrar. Module { Component { file: "private/qwaylandpresentationtime_p.h" lineNumber: 27 name: "QWaylandPresentationTime" accessSemantics: "reference" prototype: "QWaylandCompositorExtensionTemplate" Signal { name: "presented" lineNumber: 44 Parameter { name: "sequence"; type: "qulonglong" } Parameter { name: "tv_sec"; type: "qulonglong" } Parameter { name: "tv_nsec"; type: "uint" } Parameter { name: "refresh_nsec"; type: "uint" } } Method { name: "sendFeedback" lineNumber: 38 Parameter { name: "window"; type: "QQuickWindow"; isPointer: true } Parameter { name: "sequence"; type: "qulonglong" } Parameter { name: "tv_sec"; type: "qulonglong" } Parameter { name: "tv_nsec"; type: "uint" } } } Component { file: "private/qwaylandcompositorpresentationtimeforeign_p.h" lineNumber: 26 name: "QWaylandPresentationTimeQuickExtension" accessSemantics: "reference" defaultProperty: "data" prototype: "QWaylandPresentationTime" interfaces: ["QQmlParserStatus"] exports: [ "QtWayland.Compositor.PresentationTime/PresentationTime 1.0", "QtWayland.Compositor.PresentationTime/PresentationTime 6.0" ] exportMetaObjectRevisions: [256, 1536] Property { name: "data" type: "QObject" isList: true read: "data" index: 0 lineNumber: 26 isReadonly: true } } }