Warning, /education/kstars/kstars/org.kde.kstars.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"> 0004 <property name="colorScheme" type="s" access="readwrite"/> 0005 <method name="setRaDec"> 0006 <arg name="ra" type="d" direction="in"/> 0007 <arg name="dec" type="d" direction="in"/> 0008 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0009 </method> 0010 <method name="setRaDecJ2000"> 0011 <arg name="ra0" type="d" direction="in"/> 0012 <arg name="dec0" type="d" direction="in"/> 0013 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0014 </method> 0015 <method name="setAltAz"> 0016 <arg name="alt" type="d" direction="in"/> 0017 <arg name="az" type="d" direction="in"/> 0018 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0019 </method> 0020 <method name="setAltAz"> 0021 <arg name="alt" type="d" direction="in"/> 0022 <arg name="az" type="d" direction="in"/> 0023 <arg name="altIsRefracted" type="bool" direction="in"/> 0024 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0025 </method> 0026 <method name="lookTowards"> 0027 <arg name="direction" type="s" direction="in"/> 0028 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0029 </method> 0030 <method name="addLabel"> 0031 <arg name="name" type="s" direction="in"/> 0032 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0033 </method> 0034 <method name="removeLabel"> 0035 <arg name="name" type="s" direction="in"/> 0036 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0037 </method> 0038 <method name="addTrail"> 0039 <arg name="name" type="s" direction="in"/> 0040 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0041 </method> 0042 <method name="removeTrail"> 0043 <arg name="name" type="s" direction="in"/> 0044 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0045 </method> 0046 <method name="zoomIn"> 0047 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0048 </method> 0049 <method name="zoomOut"> 0050 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0051 </method> 0052 <method name="defaultZoom"> 0053 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0054 </method> 0055 <method name="zoom"> 0056 <arg name="z" type="d" direction="in"/> 0057 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0058 </method> 0059 <method name="setLocalTime"> 0060 <arg name="yr" type="i" direction="in"/> 0061 <arg name="mth" type="i" direction="in"/> 0062 <arg name="day" type="i" direction="in"/> 0063 <arg name="hr" type="i" direction="in"/> 0064 <arg name="min" type="i" direction="in"/> 0065 <arg name="sec" type="i" direction="in"/> 0066 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0067 </method> 0068 <method name="setTimeToNow"> 0069 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0070 </method> 0071 <method name="waitFor"> 0072 <arg name="t" type="d" direction="in"/> 0073 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0074 </method> 0075 <method name="waitForKey"> 0076 <arg name="k" type="s" direction="in"/> 0077 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0078 </method> 0079 <method name="setTracking"> 0080 <arg name="track" type="b" direction="in"/> 0081 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0082 </method> 0083 <method name="changeViewOption"> 0084 <arg name="option" type="s" direction="in"/> 0085 <arg name="value" type="s" direction="in"/> 0086 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0087 </method> 0088 <method name="readConfig"> 0089 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0090 </method> 0091 <method name="writeConfig"> 0092 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0093 </method> 0094 <method name="popupMessage"> 0095 <arg name="x" type="i" direction="in"/> 0096 <arg name="y" type="i" direction="in"/> 0097 <arg name="message" type="s" direction="in"/> 0098 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0099 </method> 0100 <method name="drawLine"> 0101 <arg name="x1" type="i" direction="in"/> 0102 <arg name="y1" type="i" direction="in"/> 0103 <arg name="x2" type="i" direction="in"/> 0104 <arg name="y2" type="i" direction="in"/> 0105 <arg name="speed" type="i" direction="in"/> 0106 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0107 </method> 0108 <method name="setGeoLocation"> 0109 <arg name="city" type="s" direction="in"/> 0110 <arg name="province" type="s" direction="in"/> 0111 <arg name="country" type="s" direction="in"/> 0112 <arg type="b" direction="out"/> 0113 </method> 0114 <method name="location"> 0115 <arg type="s" direction="out"/> 0116 </method> 0117 <method name="setGPSLocation"> 0118 <arg name="longitude" type="d" direction="in"/> 0119 <arg name="latitude" type="d" direction="in"/> 0120 <arg name="elevation" type="d" direction="in"/> 0121 <arg name="tz0" type="d" direction="in"/> 0122 <arg type="b" direction="out"/> 0123 </method> 0124 <method name="setColor"> 0125 <arg name="colorName" type="s" direction="in"/> 0126 <arg name="value" type="s" direction="in"/> 0127 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0128 </method> 0129 <method name="exportImage"> 0130 <arg name="filename" type="s" direction="in"/> 0131 <arg name="width" type="i" direction="in"/> 0132 <arg name="height" type="i" direction="in"/> 0133 <arg name="includeLegend" type="b" direction="in"/> 0134 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0135 </method> 0136 <method name="exportImage"> 0137 <arg name="filename" type="s" direction="in"/> 0138 <arg name="width" type="i" direction="in"/> 0139 <arg name="height" type="i" direction="in"/> 0140 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0141 </method> 0142 <method name="exportImage"> 0143 <arg name="filename" type="s" direction="in"/> 0144 <arg name="width" type="i" direction="in"/> 0145 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0146 </method> 0147 <method name="exportImage"> 0148 <arg name="filename" type="s" direction="in"/> 0149 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0150 </method> 0151 <method name="getDSSURL"> 0152 <arg type="s" direction="out"/> 0153 <arg name="objectName" type="s" direction="in"/> 0154 </method> 0155 <method name="getDSSURL"> 0156 <arg type="s" direction="out"/> 0157 <arg name="RA_J2000" type="d" direction="in"/> 0158 <arg name="Dec_J2000" type="d" direction="in"/> 0159 </method> 0160 <method name="getObjectDataXML"> 0161 <arg type="s" direction="out"/> 0162 <arg name="objectName" type="s" direction="in"/> 0163 </method> 0164 <method name="getObjectDataXML"> 0165 <arg type="s" direction="out"/> 0166 <arg name="objectName" type="s" direction="in"/> 0167 <arg name="fallbackToInternet" type="b" direction="in"/> 0168 <arg name="storeInternetResolved" type="b" direction="in"/> 0169 </method> 0170 <method name="getObjectPositionInfo"> 0171 <arg type="s" direction="out"/> 0172 <arg name="objectName" type="s" direction="in"/> 0173 </method> 0174 <method name="renderEyepieceView"> 0175 <arg name="objectName" type="s" direction="in"/> 0176 <arg name="destPathChart" type="s" direction="in"/> 0177 <arg name="fovWidth" type="d" direction="in"/> 0178 <arg name="fovHeight" type="d" direction="in"/> 0179 <arg name="rotation" type="d" direction="in"/> 0180 <arg name="scale" type="d" direction="in"/> 0181 <arg name="flip" type="b" direction="in"/> 0182 <arg name="invert" type="b" direction="in"/> 0183 <arg name="imagePath" type="s" direction="in"/> 0184 <arg name="destPathImage" type="s" direction="in"/> 0185 <arg name="overlay" type="b" direction="in"/> 0186 <arg name="invertColors" type="b" direction="in"/> 0187 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0188 </method> 0189 <method name="setApproxFOV"> 0190 <arg name="FOV_Degrees" type="d" direction="in"/> 0191 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0192 </method> 0193 <method name="getSkyMapDimensions"> 0194 <arg type="s" direction="out"/> 0195 </method> 0196 <method name="getObservingWishListObjectNames"> 0197 <arg type="s" direction="out"/> 0198 </method> 0199 <method name="getObservingSessionPlanObjectNames"> 0200 <arg type="s" direction="out"/> 0201 </method> 0202 <method name="printImage"> 0203 <arg name="usePrintDialog" type="b" direction="in"/> 0204 <arg name="useChartColors" type="b" direction="in"/> 0205 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0206 </method> 0207 <method name="openFITS"> 0208 <arg name="imageURL" type="(i)" direction="in"/> 0209 <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QUrl"/> 0210 <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QUrl"/> 0211 <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> 0212 </method> 0213 <signal name="colorSchemeChanged"> 0214 </signal> 0215 </interface> 0216 </node>