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

« back to all changes in this revision

Viewing changes to components.api

  • Committer: Loïc Molinari
  • Date: 2016-08-09 03:48:53 UTC
  • mto: (1000.1025.10 staging)
  • mto: This revision was merged to the branch mainline in revision 1351.
  • Revision ID: loic.molinari@canonical.com-20160809034853-wof7u8ogbg49jp9v
Added Ubuntu.MEtrics to components.api.

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
Ubuntu.Components.AlarmType: Enum
115
115
    OneTime
116
116
    Repeating
 
117
Ubuntu.Metrics.ApplicationMonitor 1.0: QtObject singleton
 
118
    property bool logging
 
119
    property LoggingFilters loggingFilter
 
120
    function bool logEvent(Event event)
 
121
    property bool overlay
 
122
    property int processUpdateInterval
117
123
Ubuntu.Components.Argument 1.0 0.1 UCArgument: QtObject
118
124
    property string help
119
125
    function var at(int i)
450
456
    NoError
451
457
    OneTimeOnMoreDays
452
458
    OperationPending
 
459
Ubuntu.Metrics.Event: Enum
 
460
    UserInterfaceReady
453
461
Ubuntu.Components.ListItems.Expandable 1.0 0.1: Empty
454
462
    property bool collapseOnClick
455
463
    property double collapsedHeight
622
630
    property Frequency frequency
623
631
    signal trigger()
624
632
    property QDateTime relativeTime
 
633
Ubuntu.Metrics.LoggingFilters: Flag
 
634
    AllEvents
 
635
    FrameEvent
 
636
    GenericEvent
 
637
    ProcessEvent
 
638
    WindowEvent
625
639
Ubuntu.Components.MainView 1.0 0.1: MainViewBase
626
640
    property bool automaticOrientation
627
641
    default property list<QtObject> contentsItem