~nick-dedekind/ubuntu-ui-toolkit/exclusiveGroup

« back to all changes in this revision

Viewing changes to components.api

  • Committer: Nick Dedekind
  • Date: 2016-06-24 11:07:16 UTC
  • Revision ID: nick.dedekind@canonical.com-20160624110716-dys1pct7xeg0vsxs
Introduced checkable/checked properties

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
15
17
    property ExclusiveGroup exclusiveGroup 1.3
18
20
    property Component itemHint
19
21
    property string keywords
20
22
    signal triggered(var value)
 
23
    signal toggled(bool ) 1.3
21
24
    function trigger(var value)
22
25
    function trigger()
23
 
    function setState(var )
24
26
    property string name
25
27
    property Type parameterType
26
28
    property var shortcut 1.3
27
 
    property var state 1.3
28
29
    property string text
29
30
    property bool visible
30
31
Ubuntu.Components.Action.Type: Enum
57
58
    function trigger(var value)
58
59
    function trigger()
59
60
    property string text
60
 
Ubuntu.Components.ActionList 1.0 0.1 UCActionList: QtObject
 
61
Ubuntu.Components.ActionList 1.0 0.1: QtObject
 
62
    property list<Action> actions
 
63
    default property list<Action> children
 
64
Ubuntu.Components.ActionList 1.3 UCActionList: QtObject
61
65
    default property list<Action> actions
62
66
    signal added(Action action)
63
67
    signal removed(Action action)
460
464
    readonly property string swipingState
461
465
    readonly property bool waitingConfirmationForRemoval
462
466
Ubuntu.Components.ExclusiveGroup 1.3 UCExclusiveGroup: ActionList
463
 
    readonly property Action selected
 
467
    readonly property QtObject current
 
468
    function bindCheckable(QtObject object)
 
469
    function unbindCheckable(QtObject object)
464
470
Ubuntu.Components.ListItems.Expandable 1.0 0.1: Empty
465
471
    property bool collapseOnClick
466
472
    property double collapsedHeight