~mterry/unity8/power-button-on-lock

« back to all changes in this revision

Viewing changes to plugins/Unity/Indicators/Indicators.qmltypes

  • Committer: Michael Terry
  • Date: 2014-11-24 15:25:42 UTC
  • mfrom: (1368.1.82 unity8)
  • Revision ID: michael.terry@canonical.com-20141124152542-5cysva8ds3qfula6
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
            values: {
100
100
                "Identifier": 0,
101
101
                "Position": 1,
102
 
                "WidgetSource": 2,
103
 
                "PageSource": 3,
104
 
                "IndicatorProperties": 4,
105
 
                "IsVisible": 5
 
102
                "IndicatorProperties": 2,
 
103
                "IsVisible": 3
106
104
            }
107
105
        }
108
106
    }
210
208
        Signal { name: "indexChanged" }
211
209
    }
212
210
    Component {
 
211
        name: "SharedUnityMenuModel"
 
212
        prototype: "QObject"
 
213
        exports: ["Unity.Indicators/SharedUnityMenuModel 0.1"]
 
214
        exportMetaObjectRevisions: [0]
 
215
        Property { name: "busName"; type: "QByteArray" }
 
216
        Property { name: "menuObjectPath"; type: "QByteArray" }
 
217
        Property { name: "actions"; type: "QVariantMap" }
 
218
        Property { name: "model"; type: "UnityMenuModel"; isReadonly: true; isPointer: true }
 
219
    }
 
220
    Component {
213
221
        name: "UnityMenuModelCache"
214
222
        prototype: "QObject"
215
223
        exports: ["Unity.Indicators/UnityMenuModelCache 0.1"]
217
225
        isSingleton: true
218
226
        exportMetaObjectRevisions: [0]
219
227
        Method {
220
 
            name: "model"
221
 
            type: "UnityMenuModel*"
222
 
            Parameter { name: "bus"; type: "QByteArray" }
223
 
            Parameter { name: "path"; type: "QByteArray" }
224
 
            Parameter { name: "actions"; type: "QVariantMap" }
225
 
        }
226
 
        Method {
227
228
            name: "contains"
228
229
            type: "bool"
229
230
            Parameter { name: "path"; type: "QByteArray" }