~loic.molinari/ubuntu-ui-toolkit/ubuntu-ui-toolkit-big-radius

« back to all changes in this revision

Viewing changes to components.api

  • Committer: Tarmac
  • Author(s): Christian Dywan
  • Date: 2015-07-16 08:45:56 UTC
  • mfrom: (1563.2.1 uut.unitTestApiCheck)
  • Revision ID: tarmac-20150716084556-ti73z2j497af62as
Don't include overridden properties in API.

Approved by Zsombor Egri, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
    function quitWithError()
155
155
    readonly property QQmlPropertyMap values
156
156
Ubuntu.Components.ListItems.Base 1.0 0.1: Empty
157
 
    default readonly property QtObject children
158
157
    property string fallbackIconName
159
158
    property url fallbackIconSource
160
159
    property var icon
161
160
    property bool iconFrame
162
161
    property bool progression
163
162
Ubuntu.Components.ListItems.Base 1.3: Empty
164
 
    default readonly property QtObject children
165
163
    property string fallbackIconName
166
164
    property url fallbackIconSource
167
165
    property var icon
310
308
    property VAlignment verticalAlignment
311
309
Ubuntu.Components.ListItems.Empty 1.0 0.1: AbstractButton
312
310
    readonly property Item backgroundIndicator
313
 
    default readonly property QtObject children
314
311
    property bool confirmRemoval
315
312
    readonly property ThinDivider divider
316
313
    property bool highlightWhenPressed
323
320
    readonly property bool waitingConfirmationForRemoval
324
321
Ubuntu.Components.ListItems.Empty 1.3: AbstractButton
325
322
    readonly property Item backgroundIndicator
326
 
    default readonly property QtObject children
327
323
    property bool confirmRemoval
328
324
    readonly property ThinDivider divider
329
325
    property bool highlightWhenPressed
335
331
    readonly property string swipingState
336
332
    readonly property bool waitingConfirmationForRemoval
337
333
Ubuntu.Components.ListItems.Expandable 1.0 0.1: Empty
338
 
    default readonly property QtObject children
339
334
    property bool collapseOnClick
340
335
    property double collapsedHeight
341
336
    property bool expanded
342
337
    property double expandedHeight
343
338
Ubuntu.Components.ListItems.Expandable 1.3: Empty
344
 
    default readonly property QtObject children
345
339
    property bool collapseOnClick
346
340
    property double collapsedHeight
347
341
    property bool expanded
348
342
    property double expandedHeight
349
343
Ubuntu.Components.ListItems.ExpandablesColumn 1.0 0.1: Flickable
350
 
    default readonly property QtObject children
351
344
    readonly property var expandedItem
352
345
    function var expandItem(var item)
353
346
    function var collapse()
354
347
Ubuntu.Components.ListItems.ExpandablesColumn 1.3: Flickable
355
 
    default readonly property QtObject children
356
348
    readonly property var expandedItem
357
349
    function var expandItem(var item)
358
350
    function var collapse()
441
433
Ubuntu.Components.Label 1.3: Text
442
434
    property string fontSize
443
435
Ubuntu.Layouts.Layouts 1.0 0.1: Item
444
 
    readonly property Item children
445
436
    readonly property string currentLayout
446
 
    default readonly property QtObject data
447
437
    readonly property ConditionalLayout layouts
448
438
Ubuntu.Components.ListItem 1.2: StyledItem
449
439
    property Action action
639
629
    property double textLeftMargin
640
630
Ubuntu.Components.PageStack 1.0 0.1: PageTreeNode
641
631
    property Item currentPage
642
 
    default readonly property QtObject data
643
632
    property int depth
644
633
    function var push(var page, var properties)
645
634
    function var pop()
646
635
    function var clear()
647
636
Ubuntu.Components.PageStack 1.3: PageTreeNode
648
637
    property Item currentPage
649
 
    default readonly property QtObject data
650
638
    property int depth
651
639
    function var push(var page, var properties)
652
640
    function var pop()
958
946
    function touchDrag(int touchId, Item item, Qt.point from, Qt.point delta)
959
947
    readonly property bool touchPresent
960
948
Ubuntu.Components.TextArea 1.0 0.1: StyledItem
961
 
    property bool activeFocusOnPress
962
949
    property bool autoExpand
963
950
    property bool autoSize
964
951
    property url baseUrl
1017
1004
    property int verticalAlignment
1018
1005
    property int wrapMode
1019
1006
Ubuntu.Components.TextArea 1.3: StyledItem
1020
 
    property bool activeFocusOnPress
1021
1007
    property bool autoExpand
1022
1008
    property bool autoSize
1023
1009
    property url baseUrl
1080
1066
    property int wrapMode
1081
1067
Ubuntu.Components.TextField 1.0 0.1: ActionItem
1082
1068
    readonly property bool acceptableInput
1083
 
    property bool activeFocusOnPress
1084
1069
    property bool autoScroll
1085
1070
    readonly property bool canPaste
1086
1071
    readonly property bool canRedo
1138
1123
    property color selectionColor
1139
1124
    readonly property int selectionEnd
1140
1125
    readonly property int selectionStart
1141
 
    property string text
1142
1126
    property QValidator validator
1143
1127
    property int verticalAlignment
1144
1128
Ubuntu.Components.TextField 1.3: ActionItem
1145
1129
    readonly property bool acceptableInput
1146
 
    property bool activeFocusOnPress
1147
1130
    property bool autoScroll
1148
1131
    readonly property bool canPaste
1149
1132
    readonly property bool canRedo
1201
1184
    property color selectionColor
1202
1185
    readonly property int selectionEnd
1203
1186
    readonly property int selectionStart
1204
 
    property string text
1205
1187
    property QValidator validator
1206
1188
    property int verticalAlignment
1207
1189
Ubuntu.PerformanceMetrics.TextureFromImage 1.0 0.1: Item
1304
1286
Ubuntu.Components.UbuntuListView 1.3: UbuntuListView
1305
1287
    readonly property PullToRefresh pullToRefresh
1306
1288
Ubuntu.Components.UbuntuNumberAnimation 1.0 0.1: PropertyAnimation
1307
 
    property double from
1308
 
    property double to
1309
1289
Ubuntu.Components.UbuntuNumberAnimation 1.3: PropertyAnimation
1310
 
    property double from
1311
 
    property double to
1312
1290
Ubuntu.Components.UbuntuShape 1.2 1.0 0.1 Shape 1.0 0.1: Item
1313
1291
    property Aspect aspect
1314
1292
    property color backgroundColor