Warning, /plasma-bigscreen/calamares-bigscreen-branding/lib/plugins.qmltypes is written in an unsupported language. File is not indexed.

0001 import QtQuick.tooling 1.2
0002 
0003 // This file describes the plugin-supplied types contained in the library.
0004 // It is used for QML tooling purposes only.
0005 //
0006 // This file was auto-generated by:
0007 // 'qmlplugindump -nonrelocatable Libfakeqevents 1.0'
0008 
0009 Module {
0010     dependencies: ["QtQuick 2.0"]
0011     Component {
0012         name: "EmulatedMouse"
0013         prototype: "QObject"
0014         exports: ["Libfakeqevents/EmulatedMouse 1.0"]
0015         exportMetaObjectRevisions: [0]
0016         Method {
0017             name: "getMousePressEvent"
0018             Parameter { name: "object"; type: "QObject"; isPointer: true }
0019             Parameter { name: "pos"; type: "QPointF" }
0020             Parameter { name: "button"; type: "int" }
0021         }
0022         Method {
0023             name: "getMouseReleaseEvent"
0024             Parameter { name: "object"; type: "QObject"; isPointer: true }
0025             Parameter { name: "pos"; type: "QPointF" }
0026             Parameter { name: "button"; type: "int" }
0027         }
0028     }
0029 }