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

« back to all changes in this revision

Viewing changes to components.api

  • Committer: CI Train Bot
  • Author(s): Christian Dywan, Zsombor Egri, Zoltán Balogh, Tim Peeters, Albert Astals Cid, Michael Sheldon, Benjamin Zeller
  • Date: 2015-12-17 17:13:49 UTC
  • mfrom: (1000.739.27 OTA9-landing-2015-12-16)
  • Revision ID: ci-train-bot@canonical.com-20151217171349-8xwclnhnx8v9oz4m
OTA9-landing-2015-12-16
Approved by: Zoltan Balogh

Show diffs side-by-side

added added

removed removed

Lines of Context:
810
810
    function var push(var page, var properties)
811
811
    function var pop()
812
812
    function var clear()
 
813
Ubuntu.Components.PageTreeNode 1.3: StyledItem
 
814
    property bool active
 
815
    readonly property Item activeLeafNode
 
816
    property bool isLeaf
 
817
    signal isLeafChanged(bool isLeaf)
 
818
    signal activeChanged(bool active)
 
819
    signal parentNodeChanged(PageTreeNode parentNode)
 
820
    signal pageStackChanged(Item pageStack)
 
821
    signal activeLeafNodeChanged(Item activeLeafNode)
 
822
    signal propagatedChanged(QtObject propagated)
 
823
    signal toolbarChanged(Item toolbar)
 
824
    signal isPageTreeNodeChanged(bool isPageTreeNode)
 
825
    function dumpNodeTree()
 
826
    property Item pageStack
 
827
    property PageTreeNode parentNode
 
828
    property Item toolbar
813
829
Ubuntu.Components.Themes.Palette 0.1: QtObject
814
830
    property PaletteValues normal
815
831
    property PaletteValues selected
974
990
    property int period
975
991
    property int samples
976
992
    property RenderTimer.TimerType timerType
 
993
Ubuntu.Components.ScrollView 1.3: StyledItem
 
994
    default property Item contentItem
 
995
    readonly property Flickable flickableItem
 
996
    readonly property Item viewport
977
997
Ubuntu.Components.Scrollbar 1.0 0.1: StyledItem
978
998
    property int align
979
999
    property Flickable flickableItem
1084
1104
    property bool ignoreUnknownProperties
1085
1105
Ubuntu.Components.StyledItem 1.3 1.3 1.1 1.0 0.1: Item
1086
1106
    property bool activeFocusOnPress 1.3
 
1107
    readonly property bool keyNavigationFocus 1.3
1087
1108
    signal activeFocusOnTabChanged2() 1.3
1088
1109
    function bool requestFocus(Qt.FocusReason reason) 1.3
1089
1110
    function bool requestFocus() 1.3
1434
1455
    readonly property ThemeSettings parentTheme
1435
1456
Ubuntu.Components.ListItems.ThinDivider 1.0 0.1: Rectangle
1436
1457
Ubuntu.Components.ListItems.ThinDivider 1.3: Rectangle
 
1458
Ubuntu.Components.Toolbar 0.1: Panel
 
1459
    property Item tools
 
1460
Ubuntu.Components.Toolbar 1.3: StyledItem
 
1461
    readonly property ActionBar leadingActionBar
 
1462
    readonly property ActionBar trailingActionBar
1437
1463
Ubuntu.Components.ToolbarButton 1.0 0.1: StyledItem
1438
1464
    property Action action
1439
1465
    property string iconName
1462
1488
    property bool locked
1463
1489
    property bool opened
1464
1490
    property Item pageStack
 
1491
Ubuntu.Components.Styles.ToolbarStyle 1.3: Item
 
1492
    property Component defaultDelegate
1465
1493
Ubuntu.Components.UCApplication 1.0 0.1: QtObject
1466
1494
    property string applicationName
1467
1495
    property QtObject inputMethod