~ubuntu-sdk-team/ubuntu-ui-toolkit/escapeLittleAmpersand

« back to all changes in this revision

Viewing changes to components.api

  • Committer: Zoltán Balogh
  • Date: 2016-08-23 10:39:12 UTC
  • mfrom: (1000.105.31 uitk.actionlist)
  • Revision ID: zoltan@bakter.hu-20160823103912-m4g13qqajjzir8cf
Introduced Action states & ExclusiveGroup action list / https://code.launchpad.net/~nick-dedekind/ubuntu-ui-toolkit/exclusiveGroup/+merge/297921

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
    readonly property bool pressed
11
11
    readonly property UCMargins sensingMargins
12
12
Ubuntu.Components.Action 1.3 1.0 0.1 UCAction: QtObject
 
13
    property bool checkable 1.3
 
14
    property bool checked 1.3
13
15
    property string description
14
16
    property bool enabled
 
17
    property ExclusiveGroup exclusiveGroup 1.3
15
18
    property string iconName
16
19
    property url iconSource
17
20
    property Component itemHint
18
21
    property string keywords
19
22
    signal triggered(var value)
 
23
    signal toggled(bool value) 1.3
20
24
    function trigger(var value)
21
25
    function trigger()
22
26
    property string name
59
63
Ubuntu.Components.ActionList 1.0 0.1: QtObject
60
64
    property list<Action> actions
61
65
    default property list<Action> children
62
 
Ubuntu.Components.ActionList 1.3: QtObject
63
 
    property list<Action> actions
64
 
    default property list<Action> children
 
66
Ubuntu.Components.ActionList 1.3 ActionList: QtObject
 
67
    default property list<Action> actions
 
68
    signal added(Action action)
 
69
    signal removed(Action action)
 
70
    function addAction(Action action)
 
71
    function removeAction(Action action)
65
72
Ubuntu.Components.ActionManager 1.0 0.1 UCActionManager: QtObject
66
73
    default property list<Action> actions
67
74
    readonly property ActionContext globalContext
458
465
    OperationPending
459
466
Ubuntu.Metrics.Event: Enum
460
467
    UserInterfaceReady
 
468
Ubuntu.Components.ExclusiveGroup 1.3 ExclusiveGroup: ActionList
 
469
    readonly property QtObject current
 
470
    function bindCheckable(QtObject object)
 
471
    function unbindCheckable(QtObject object)
461
472
Ubuntu.Components.ListItems.Expandable 1.0 0.1: Empty
462
473
    property bool collapseOnClick
463
474
    property double collapsedHeight