~mterry/+junk/u8

« back to all changes in this revision

Viewing changes to tests/mocks/Ubuntu/SystemSettings/SecurityPrivacy/SecurityPrivacy.qmltypes

updated from lp:~unity-mir/unity8/shellRotation

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import QtQuick.tooling 1.1
 
2
 
 
3
// This file describes the plugin-supplied types contained in the library.
 
4
// It is used for QML tooling purposes only.
 
5
//
 
6
// This file was auto-generated by:
 
7
// 'qmlplugindump -notrelocatable Ubuntu.SystemSettings.SecurityPrivacy 1.0 tests/mocks'
 
8
 
 
9
Module {
 
10
    Component {
 
11
        name: "MockSecurityPrivacy"
 
12
        prototype: "QObject"
 
13
        exports: [
 
14
            "Ubuntu.SystemSettings.SecurityPrivacy/UbuntuSecurityPrivacyPanel 1.0"
 
15
        ]
 
16
        exportMetaObjectRevisions: [0]
 
17
        Enum {
 
18
            name: "SecurityType"
 
19
            values: {
 
20
                "Swipe": 0,
 
21
                "Passcode": 1,
 
22
                "Passphrase": 2
 
23
            }
 
24
        }
 
25
        Signal {
 
26
            name: "setSecurityCalled"
 
27
            Parameter { name: "oldPasswd"; type: "string" }
 
28
            Parameter { name: "newPasswd"; type: "string" }
 
29
            Parameter { name: "newType"; type: "SecurityType" }
 
30
        }
 
31
        Method {
 
32
            name: "setSecurity"
 
33
            type: "string"
 
34
            Parameter { name: "oldPasswd"; type: "string" }
 
35
            Parameter { name: "newPasswd"; type: "string" }
 
36
            Parameter { name: "newType"; type: "SecurityType" }
 
37
        }
 
38
    }
 
39
}