Warning, /frameworks/sonnet/src/quick/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 org.kde.sonnet 1.0'
0008 
0009 Module {
0010     dependencies: ["QtQuick 2.0"]
0011     Component {
0012         name: "QSyntaxHighlighter"
0013         prototype: "QObject"
0014         Method { name: "rehighlight" }
0015         Method {
0016             name: "rehighlightBlock"
0017             Parameter { name: "block"; type: "QTextBlock" }
0018         }
0019     }
0020     Component {
0021         name: "Sonnet::Settings"
0022         prototype: "QObject"
0023         exports: ["Settings 1.0"]
0024         exportMetaObjectRevisions: [0]
0025         Property { name: "skipUppercase"; type: "bool" }
0026         Property { name: "autodetectLanguage"; type: "bool" }
0027         Property { name: "backgroundCheckerEnabled"; type: "bool" }
0028         Property { name: "checkerEnabledByDefault"; type: "bool" }
0029         Property { name: "skipRunTogether"; type: "bool" }
0030         Property { name: "currentIgnoreList"; type: "QStringList" }
0031         Property { name: "preferredLanguages"; type: "QStringList" }
0032         Property { name: "defaultLanguage"; type: "string" }
0033         Property {
0034             name: "dictionaryModel"
0035             type: "QAbstractListModel"
0036             isReadonly: true
0037             isPointer: true
0038         }
0039         Property { name: "modified"; type: "bool"; isReadonly: true }
0040         Signal { name: "defaultClientChanged" }
0041         Method { name: "save" }
0042     }
0043     Component {
0044         name: "SpellcheckHighlighter"
0045         prototype: "QSyntaxHighlighter"
0046         exports: ["SpellcheckHighlighter 1.0"]
0047         exportMetaObjectRevisions: [0]
0048         Property { name: "document"; type: "QQuickTextDocument"; isPointer: true }
0049         Property { name: "cursorPosition"; type: "int" }
0050         Property { name: "selectionStart"; type: "int" }
0051         Property { name: "selectionEnd"; type: "int" }
0052         Property { name: "wordIsMisspelled"; type: "bool"; isReadonly: true }
0053         Property { name: "wordUnderMouse"; type: "string"; isReadonly: true }
0054         Property { name: "misspelledColor"; type: "QColor" }
0055         Property { name: "currentLanguage"; type: "string"; isReadonly: true }
0056         Property { name: "spellCheckerFound"; type: "bool"; isReadonly: true }
0057         Property { name: "active"; type: "bool" }
0058         Property { name: "automatic"; type: "bool" }
0059         Property { name: "autoDetectLanguageDisabled"; type: "bool" }
0060         Signal {
0061             name: "changeCursorPosition"
0062             Parameter { name: "start"; type: "int" }
0063             Parameter { name: "end"; type: "int" }
0064         }
0065         Signal {
0066             name: "activeChanged"
0067             Parameter { name: "description"; type: "string" }
0068         }
0069         Method {
0070             name: "setCurrentLanguage"
0071             Parameter { name: "language"; type: "string" }
0072         }
0073         Method { name: "slotAutoDetection" }
0074         Method { name: "slotRehighlight" }
0075         Method {
0076             name: "suggestions"
0077             type: "QStringList"
0078             Parameter { name: "position"; type: "int" }
0079             Parameter { name: "max"; type: "int" }
0080         }
0081         Method {
0082             name: "suggestions"
0083             type: "QStringList"
0084             Parameter { name: "position"; type: "int" }
0085         }
0086         Method {
0087             name: "ignoreWord"
0088             Parameter { name: "word"; type: "string" }
0089         }
0090         Method {
0091             name: "addWordToDictionary"
0092             Parameter { name: "word"; type: "string" }
0093         }
0094         Method {
0095             name: "replaceWord"
0096             Parameter { name: "word"; type: "string" }
0097         }
0098         Method {
0099             name: "isWordMisspelled"
0100             type: "bool"
0101             Parameter { name: "word"; type: "string" }
0102         }
0103     }
0104 }