Changed plugin name to avoid future conflicts.
This commit is contained in:
@@ -3,13 +3,15 @@ import QtQuick.tooling 1.1
|
||||
// This file describes the plugin-supplied types contained in the library.
|
||||
// It is used for QML tooling purposes only.
|
||||
//
|
||||
// This file was auto-generated with the command '/usr/lib/x86_64-linux-gnu/qt5/bin/qmlplugindump -notrelocatable org.kde.konsole 0.1 ../../../'.
|
||||
// This file was auto-generated by:
|
||||
// 'qmlplugindump org.crt.konsole 0.1 .'
|
||||
|
||||
Module {
|
||||
Component {
|
||||
name: "KSession"
|
||||
prototype: "QObject"
|
||||
exports: ["org.kde.konsole/KSession 0.1"]
|
||||
exports: ["KSession 0.1"]
|
||||
exportMetaObjectRevisions: [0]
|
||||
Property { name: "kbScheme"; type: "string" }
|
||||
Signal { name: "finished" }
|
||||
Signal {
|
||||
@@ -54,14 +56,16 @@ Module {
|
||||
name: "KTerminalDisplay"
|
||||
defaultProperty: "data"
|
||||
prototype: "QQuickPaintedItem"
|
||||
exports: ["org.kde.konsole/KTerminal 0.1"]
|
||||
exports: ["KTerminal 0.1"]
|
||||
exportMetaObjectRevisions: [0]
|
||||
Property { name: "session"; type: "KSession"; isPointer: true }
|
||||
Property { name: "colorScheme"; type: "string" }
|
||||
Property { name: "font"; type: "QFont" }
|
||||
Property { name: "activeFocusOnClick"; type: "bool" }
|
||||
Property { name: "ShowIMEOnClick"; type: "bool" }
|
||||
Property { name: "terminalSize"; type: "QSize" }
|
||||
Property { name: "paintedFontSize"; type: "QSize"}
|
||||
Property { name: "terminalSize"; type: "QSize"; isReadonly: true }
|
||||
Property { name: "paintedFontSize"; type: "QSize"; isReadonly: true }
|
||||
Property { name: "usesMouse"; type: "bool"; isReadonly: true }
|
||||
Signal {
|
||||
name: "changedScheme"
|
||||
Parameter { name: "scheme"; type: "string" }
|
||||
@@ -74,6 +78,7 @@ Module {
|
||||
name: "changedAutoFocus"
|
||||
Parameter { name: "au"; type: "bool" }
|
||||
}
|
||||
Signal { name: "updatedImage" }
|
||||
Signal {
|
||||
name: "mouseSignal"
|
||||
Parameter { type: "int" }
|
||||
@@ -118,9 +123,6 @@ Module {
|
||||
name: "changedSession"
|
||||
Parameter { name: "session"; type: "KSession"; isPointer: true }
|
||||
}
|
||||
Signal { name: "terminalSizeChanged" }
|
||||
Singal { name: "paintedFontSizeChanged" }
|
||||
Signal { name: "updatedImage" }
|
||||
Method { name: "forcedFocus" }
|
||||
Method {
|
||||
name: "setColorScheme"
|
||||
@@ -128,31 +130,15 @@ Module {
|
||||
}
|
||||
Method { name: "availableColorSchemes"; type: "QStringList" }
|
||||
Method {
|
||||
name: "scrollWheel"
|
||||
Parameter { name: "x"; type: "double" }
|
||||
Parameter { name: "y"; type: "double" }
|
||||
Parameter { name: "lines"; type: "int" }
|
||||
name: "scrollScreenWindow"
|
||||
Parameter { name: "mode"; type: "ScreenWindow::RelativeScrollMode" }
|
||||
Parameter { name: "amount"; type: "int" }
|
||||
}
|
||||
Method {
|
||||
name: "mousePress"
|
||||
Parameter { name: "x"; type: "double" }
|
||||
Parameter { name: "y"; type: "double" }
|
||||
}
|
||||
Method {
|
||||
name: "mouseMove"
|
||||
Parameter { name: "x"; type: "double" }
|
||||
Parameter { name: "y"; type: "double" }
|
||||
}
|
||||
Method {
|
||||
name: "mouseRelease"
|
||||
Parameter { name: "x"; type: "double" }
|
||||
Parameter { name: "y"; type: "double" }
|
||||
}
|
||||
Method {
|
||||
name: "mouseDoubleClick"
|
||||
Parameter { name: "x"; type: "double" }
|
||||
Parameter { name: "y"; type: "double" }
|
||||
name: "setUsesMouse"
|
||||
Parameter { name: "usesMouse"; type: "bool" }
|
||||
}
|
||||
Method { name: "getUsesMouse"; type: "bool" }
|
||||
Method { name: "autoFocus"; type: "bool" }
|
||||
Method {
|
||||
name: "setAutoFocus"
|
||||
@@ -192,20 +178,21 @@ Module {
|
||||
Parameter { name: "color"; type: "QColor" }
|
||||
}
|
||||
Method { name: "selectionChanged" }
|
||||
Method {
|
||||
name: "banana"
|
||||
Parameter { name: "x"; type: "int" }
|
||||
Parameter { name: "y"; type: "int" }
|
||||
Parameter { name: "z"; type: "int" }
|
||||
Parameter { name: "w"; type: "int" }
|
||||
}
|
||||
Method {
|
||||
name: "setSession"
|
||||
Parameter { name: "session"; type: "KSession"; isPointer: true }
|
||||
}
|
||||
Method { name: "getSession"; type: "KSession*" }
|
||||
|
||||
//My additions
|
||||
Method {
|
||||
name: "setLineSpacing"
|
||||
Parameter { name: "i"; type: "uint"}
|
||||
}
|
||||
Method {
|
||||
name: "setUsesMouse"
|
||||
Parameter { name: "usesMouse"; type: "bool"}
|
||||
Parameter { type: "uint" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user