Warning, /education/kstars/kstars/org.kde.kstars.Ekos.Capture.xml is written in an unsupported language. File is not indexed.
0001 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> 0002 <node> 0003 <interface name="org.kde.kstars.Ekos.Capture"> 0004 <property name="targetName" type="s" access="readwrite"/> 0005 <property name="observerName" type="s" access="readwrite"/> 0006 <property name="opticalTrain" type="s" access="readwrite"/> 0007 <property name="camera" type="s" access="read"/> 0008 <property name="filterWheel" type="s" access="read"/> 0009 <property name="filter" type="s" access="readwrite"/> 0010 <property name="coolerControl" type="b" access="readwrite"/> 0011 <property name="logText" type="as" access="read"/> 0012 <property name="status" type="i" access="read"> 0013 <annotation name="org.qtproject.QtDBus.QtTypeName" value="Ekos::CaptureState"/> 0014 </property> 0015 <method name="start"> 0016 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0017 </method> 0018 <method name="abort"> 0019 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0020 </method> 0021 <method name="suspend"> 0022 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0023 </method> 0024 <method name="stop"> 0025 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0026 </method> 0027 <method name="pause"> 0028 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0029 </method> 0030 <method name="toggleSequence"> 0031 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0032 </method> 0033 <method name="restartCamera"> 0034 <arg name="name" type="s" direction="in"/> 0035 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0036 </method> 0037 <method name="toggleVideo"> 0038 <arg name="enabled" type="b" direction="in"/> 0039 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0040 </method> 0041 <method name="loadSequenceQueue"> 0042 <arg type="b" direction="out"/> 0043 <arg name="fileURL" type="s" direction="in"/> 0044 <arg name="targetName" type="s" direction="in"/> 0045 </method> 0046 <method name="saveSequenceQueue"> 0047 <arg type="b" direction="out"/> 0048 <arg name="path" type="s" direction="in"/> 0049 </method> 0050 <method name="clearSequenceQueue"> 0051 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0052 </method> 0053 <method name="getSequenceQueueStatus"> 0054 <arg type="s" direction="out"/> 0055 </method> 0056 <method name="setMaximumGuidingDeviation"> 0057 <arg name="enable" type="b" direction="in"/> 0058 <arg name="value" type="d" direction="in"/> 0059 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0060 </method> 0061 <method name="setInSequenceFocus"> 0062 <arg name="enable" type="b" direction="in"/> 0063 <arg name="HFR" type="d" direction="in"/> 0064 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0065 </method> 0066 <method name="getJobCount"> 0067 <arg type="i" direction="out"/> 0068 </method> 0069 <method name="getPendingJobCount"> 0070 <arg type="i" direction="out"/> 0071 </method> 0072 <method name="getJobState"> 0073 <arg type="s" direction="out"/> 0074 <arg name="id" type="i" direction="in"/> 0075 </method> 0076 <method name="getJobFilterName"> 0077 <arg type="s" direction="out"/> 0078 <arg name="id" type="i" direction="in"/> 0079 </method> 0080 <method name="getJobImageProgress"> 0081 <arg type="i" direction="out"/> 0082 <arg name="id" type="i" direction="in"/> 0083 </method> 0084 <method name="getJobImageCount"> 0085 <arg type="i" direction="out"/> 0086 <arg name="id" type="i" direction="in"/> 0087 </method> 0088 <method name="getJobExposureProgress"> 0089 <arg type="d" direction="out"/> 0090 <arg name="id" type="i" direction="in"/> 0091 </method> 0092 <method name="getJobExposureDuration"> 0093 <arg type="d" direction="out"/> 0094 <arg name="id" type="i" direction="in"/> 0095 </method> 0096 <method name="getJobFrameType"> 0097 <arg type="i" direction="out"/> 0098 <arg name="id" type="i" direction="in"/> 0099 </method> 0100 <method name="getProgressPercentage"> 0101 <arg type="d" direction="out"/> 0102 </method> 0103 <method name="getActiveJobID"> 0104 <arg type="i" direction="out"/> 0105 </method> 0106 <method name="getActiveJobRemainingTime"> 0107 <arg type="i" direction="out"/> 0108 </method> 0109 <method name="getOverallRemainingTime"> 0110 <arg type="i" direction="out"/> 0111 </method> 0112 <method name="clearAutoFocusHFR"> 0113 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0114 </method> 0115 <method name="ignoreSequenceHistory"> 0116 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0117 </method> 0118 <method name="setCapturedFramesMap"> 0119 <arg name="signature" type="s" direction="in"/> 0120 <arg name="count" type="i" direction="in"/> 0121 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0122 </method> 0123 <signal name="newLog"> 0124 <arg name="text" type="s" direction="out"/> 0125 </signal> 0126 <signal name="meridianFlipStarted"/> 0127 <signal name="newStatus"> 0128 <arg name="status" type="(i)" direction="out"/> 0129 <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="Ekos::CaptureState"/> 0130 <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="Ekos::CaptureState"/> 0131 </signal> 0132 <signal name="captureComplete"> 0133 <arg name="metadata" type="a{sv}" direction="out"/> 0134 <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/> 0135 <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/> 0136 </signal> 0137 <signal name="ready"/> 0138 </interface> 0139 </node>