Warning, /pim/ktimetracker/src/org.kde.ktimetracker.ktimetracker.xml is written in an unsupported language. File is not indexed.

0001 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
0002 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
0003 <node>
0004   <interface name="org.kde.ktimetracker.ktimetracker">
0005     <method name="version">
0006       <arg type="s" direction="out"/>
0007     </method>
0008     <method name="taskIdsFromName">
0009       <arg name="out" type="as" direction="out" />
0010       <arg name="taskName" type="s" direction="in"/>
0011       <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QStringList" />
0012     </method>
0013     <method name="newTask" />
0014     <method name="addTask">
0015       <arg name="taskName" type="s" direction="in"/>
0016     </method>
0017     <method name="addSubTask">
0018       <arg name="taskName" type="s" direction="in"/>
0019       <arg name="taskId" type="s" direction="in"/>      
0020     </method>
0021     <method name="deleteTask">
0022       <arg name="taskId" type="s" direction="in"/>
0023     </method>
0024     <method name="activeTasks">
0025       <arg name="out" type="as" direction="out" />
0026       <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QStringList" />
0027     </method>
0028     <method name="setPercentComplete">
0029       <arg name="taskId" type="s" direction="in"/>
0030       <arg name="perCent" type="i" direction="in"/>
0031     </method>
0032     <method name="bookTime">
0033       <arg type="i" direction="out"/>
0034       <arg name="taskId" type="s" direction="in"/>
0035       <arg name="dateTime" type="s" direction="in"/>
0036       <arg name="minutes" type="i" direction="in"/>
0037     </method>
0038     <method name="changeTime">
0039       <arg type="i" direction="out"/>
0040       <arg name="taskId" type="s" direction="in"/>
0041       <arg name="minutes" type="i" direction="in"/>
0042     </method>
0043     <method name="error">
0044       <arg type="s" direction="out"/>
0045       <arg name="errorCode" type="i" direction="in"/>
0046     </method>
0047     <method name="isIdleDetectionPossible">
0048        <arg type="b" direction="out" />
0049     </method>
0050     <method name="totalMinutesForTaskId">
0051       <arg type="i" direction="out"/>
0052       <arg name="taskId" type="s" direction="in"/>
0053     </method>
0054     <method name="startTimerFor">
0055       <arg name="taskId" type="s" direction="in"/>
0056     </method>
0057     <method name="stopTimerFor">
0058       <arg name="taskId" type="s" direction="in"/>
0059     </method>
0060     <method name="startTimerForTaskName">
0061       <arg name="taskName" type="s" direction="in"/>
0062       <arg type="b" direction="out"/>
0063     </method>
0064     <method name="stopTimerForTaskName">
0065       <arg name="taskName" type="s" direction="in"/>
0066       <arg type="b" direction="out"/>
0067     </method>
0068     <method name="startNewSession" />
0069     <method name="stopAllTimersDBUS" />
0070     <method name="tasks">
0071       <arg name="out" type="as" direction="out" />
0072       <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QStringList" />
0073     </method>
0074     <method name="exportCSVFile">
0075       <arg type="s" direction="out"/>
0076       <arg name="filename" type="s" direction="in"/>
0077       <arg name="from" type="s" direction="in"/>
0078       <arg name="to" type="s" direction="in"/>
0079       <arg name="type" type="i" direction="in"/>
0080       <arg name="decimalMinutes" type="b" direction="in"/>
0081       <arg name="allTasks" type="b" direction="in"/>
0082       <arg name="delimiter" type="s" direction="in"/>
0083       <arg name="quote" type="s" direction="in"/>
0084     </method>
0085     <method name="importPlannerFile">
0086       <arg name="filename" type="s" direction="in"/>
0087     </method>
0088     <method name="isActive">
0089       <arg type="b" direction="out" />
0090       <arg name="taskId" type="s" direction="in" />
0091     </method>
0092     <method name="isTaskNameActive">
0093       <arg type="b" direction="out" />
0094       <arg name="taskName" type="s" direction="in" />
0095     </method>
0096     <method name="saveAll" />
0097     <method name="quit" />
0098   </interface>
0099 </node>