~mterry/+junk/u8

« back to all changes in this revision

Viewing changes to tests/mocks/Ubuntu/Payments/Payments.qmltypes

Merge

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.Payments 0.1 tests/mocks'
8
 
 
9
 
Module {
10
 
    Component {
11
 
        name: "MockPayments"
12
 
        prototype: "QObject"
13
 
        exports: ["Ubuntu.Payments/Payments 0.1"]
14
 
        exportMetaObjectRevisions: [0]
15
 
        Property { name: "currency"; type: "string" }
16
 
        Property { name: "price"; type: "double" }
17
 
        Property { name: "storeItemId"; type: "string" }
18
 
        Property { name: "formattedPrice"; type: "string"; isReadonly: true }
19
 
        Signal {
20
 
            name: "currencyChanged"
21
 
            Parameter { name: "currency"; type: "string" }
22
 
        }
23
 
        Signal {
24
 
            name: "priceChanged"
25
 
            Parameter { name: "price"; type: "double" }
26
 
        }
27
 
        Signal {
28
 
            name: "storeItemIdChanged"
29
 
            Parameter { name: "store_item_id"; type: "string" }
30
 
        }
31
 
        Signal {
32
 
            name: "formattedPriceChanged"
33
 
            Parameter { name: "formatted_price"; type: "string" }
34
 
        }
35
 
        Signal {
36
 
            name: "purchaseError"
37
 
            Parameter { name: "error"; type: "string" }
38
 
        }
39
 
        Signal { name: "purchaseCompleted" }
40
 
        Signal { name: "purchaseCancelled" }
41
 
        Method { name: "start" }
42
 
        Method { name: "process" }
43
 
    }
44
 
}