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

« back to all changes in this revision

Viewing changes to components.api

  • Committer: Christian Dywan
  • Date: 2014-05-19 13:11:32 UTC
  • mfrom: (1041.2.19 staging)
  • Revision ID: christian.dywan@canonical.com-20140519131132-8syc77nqqotvb744
MergeĀ lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/staging

Show diffs side-by-side

added added

removed removed

Lines of Context:
235
235
Page 0.1 1.0
236
236
PageTreeNode
237
237
    property string title
 
238
    property Item __customHeaderContents
238
239
    property Flickable flickable
239
240
    property list<Action> actions
240
241
PageStack 0.1 1.0
245
246
    function push(page, properties)
246
247
    function pop()
247
248
    function clear()
 
249
    default property list<Object> data
248
250
Panel 0.1 1.0
249
251
Item
250
252
    default property list<Object> contents
611
613
    function mouseLongPress(item, x, y, button, modifiers, delay)
612
614
    function tryCompareFunction(func, expectedResult, timeout)
613
615
plugins.qmltypes
 
616
    name: "FilterBehavior"
 
617
    prototype: "QObject"
 
618
    exports: ["FilterBehavior 1.1"]
 
619
    Property { name: "property"; type: "string" }
 
620
    Property { name: "pattern"; type: "QRegExp" }
614
621
    name: "InverseMouseAreaType"
615
622
    prototype: "QQuickMouseArea"
616
623
    exports: ["InverseMouseArea 0.1", "InverseMouseArea 1.0"]
619
626
    Method {
620
627
    name: "contains"
621
628
    Parameter { name: "point"; type: "QPointF" }
 
629
    name: "QAbstractProxyModel"
 
630
    prototype: "QAbstractItemModel"
 
631
    Property { name: "sourceModel"; type: "QAbstractItemModel"; isPointer: true }
 
632
    name: "QSortFilterProxyModel"
 
633
    prototype: "QAbstractProxyModel"
 
634
    Property { name: "filterRegExp"; type: "QRegExp" }
 
635
    Property { name: "filterKeyColumn"; type: "int" }
 
636
    Property { name: "dynamicSortFilter"; type: "bool" }
 
637
    Property { name: "filterCaseSensitivity"; type: "Qt::CaseSensitivity" }
 
638
    Property { name: "sortCaseSensitivity"; type: "Qt::CaseSensitivity" }
 
639
    Property { name: "isSortLocaleAware"; type: "bool" }
 
640
    Property { name: "sortRole"; type: "int" }
 
641
    Property { name: "filterRole"; type: "int" }
 
642
    Method {
 
643
    name: "setFilterRegExp"
 
644
    Parameter { name: "pattern"; type: "string" }
 
645
    Method {
 
646
    name: "setFilterWildcard"
 
647
    Parameter { name: "pattern"; type: "string" }
 
648
    Method {
 
649
    name: "setFilterFixedString"
 
650
    Parameter { name: "pattern"; type: "string" }
 
651
    Method { name: "clear" }
 
652
    Method { name: "invalidate" }
 
653
    name: "QSortFilterProxyModelQML"
 
654
    prototype: "QSortFilterProxyModel"
 
655
    exports: ["SortFilterModel 1.1"]
 
656
    Property { name: "model"; type: "QAbstractItemModel"; isPointer: true }
 
657
    Property { name: "count"; type: "int"; isReadonly: true }
 
658
    Property { name: "sort"; type: "SortBehavior"; isReadonly: true; isPointer: true }
 
659
    Property { name: "filter"; type: "FilterBehavior"; isReadonly: true; isPointer: true }
 
660
    Method {
 
661
    name: "get"
 
662
    Parameter { name: "row"; type: "int" }
 
663
    Method {
 
664
    name: "data"
 
665
    Parameter { name: "row"; type: "int" }
 
666
    Parameter { name: "role"; type: "int" }
 
667
    Method { name: "count"; type: "int" }
622
668
    name: "ShapeItem"
623
669
    prototype: "QQuickItem"
624
670
    exports: ["Shape 0.1", "Shape 1.0"]
634
680
    Property { name: "borderSource"; type: "string" }
635
681
    Signal { name: "borderChanged" }
636
682
    Method { name: "gridUnitChanged" }
 
683
    name: "SortBehavior"
 
684
    prototype: "QObject"
 
685
    exports: ["SortBehavior 1.1"]
 
686
    Property { name: "property"; type: "string" }
 
687
    Property { name: "order"; type: "Qt::SortOrder" }
637
688
    name: "UCAlarm"
638
689
    prototype: "QObject"
639
690
    exports: ["Alarm 0.1", "Alarm 1.0"]