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="getFocusInformationXML">
0089       <arg type="s" direction="out"/>
0090     </method>
0091     <method name="readConfig">
0092       <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
0093     </method>
0094     <method name="writeConfig">
0095       <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
0096     </method>
0097     <method name="popupMessage">
0098       <arg name="x" type="i" direction="in"/>
0099       <arg name="y" type="i" direction="in"/>
0100       <arg name="message" type="s" direction="in"/>
0101       <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
0102     </method>
0103     <method name="drawLine">
0104       <arg name="x1" type="i" direction="in"/>
0105       <arg name="y1" type="i" direction="in"/>
0106       <arg name="x2" type="i" direction="in"/>
0107       <arg name="y2" type="i" direction="in"/>
0108       <arg name="speed" type="i" direction="in"/>
0109       <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
0110     </method>
0111     <method name="setGeoLocation">
0112       <arg name="city" type="s" direction="in"/>
0113       <arg name="province" type="s" direction="in"/>
0114       <arg name="country" type="s" direction="in"/>
0115       <arg type="b" direction="out"/>
0116     </method>
0117     <method name="location">
0118       <arg type="s" direction="out"/>
0119     </method>
0120     <method name="setGPSLocation">
0121       <arg name="longitude" type="d" direction="in"/>
0122       <arg name="latitude" type="d" direction="in"/>
0123       <arg name="elevation" type="d" direction="in"/>
0124       <arg name="tz0" type="d" direction="in"/>
0125       <arg type="b" direction="out"/>
0126     </method>
0127     <method name="setColor">
0128       <arg name="colorName" type="s" direction="in"/>
0129       <arg name="value" type="s" direction="in"/>
0130       <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
0131     </method>
0132     <method name="exportImage">
0133       <arg name="filename" type="s" direction="in"/>
0134       <arg name="width" type="i" direction="in"/>
0135       <arg name="height" type="i" direction="in"/>
0136       <arg name="includeLegend" type="b" direction="in"/>
0137       <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
0138     </method>
0139     <method name="exportImage">
0140       <arg name="filename" type="s" direction="in"/>
0141       <arg name="width" type="i" direction="in"/>
0142       <arg name="height" type="i" direction="in"/>
0143       <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
0144     </method>
0145     <method name="exportImage">
0146       <arg name="filename" type="s" direction="in"/>
0147       <arg name="width" type="i" direction="in"/>
0148       <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
0149     </method>
0150     <method name="exportImage">
0151       <arg name="filename" type="s" direction="in"/>
0152       <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
0153     </method>
0154     <method name="getDSSURL">
0155       <arg type="s" direction="out"/>
0156       <arg name="objectName" type="s" direction="in"/>
0157     </method>
0158     <method name="getDSSURL">
0159       <arg type="s" direction="out"/>
0160       <arg name="RA_J2000" type="d" direction="in"/>
0161       <arg name="Dec_J2000" type="d" direction="in"/>
0162     </method>
0163     <method name="getObjectDataXML">
0164       <arg type="s" direction="out"/>
0165       <arg name="objectName" type="s" direction="in"/>
0166     </method>
0167     <method name="getObjectDataXML">
0168       <arg type="s" direction="out"/>
0169       <arg name="objectName" type="s" direction="in"/>
0170       <arg name="fallbackToInternet" type="b" direction="in"/>
0171       <arg name="storeInternetResolved" type="b" direction="in"/>
0172     </method>
0173     <method name="getObjectPositionInfo">
0174       <arg type="s" direction="out"/>
0175       <arg name="objectName" type="s" direction="in"/>
0176     </method>
0177     <method name="renderEyepieceView">
0178       <arg name="objectName" type="s" direction="in"/>
0179       <arg name="destPathChart" type="s" direction="in"/>
0180       <arg name="fovWidth" type="d" direction="in"/>
0181       <arg name="fovHeight" type="d" direction="in"/>
0182       <arg name="rotation" type="d" direction="in"/>
0183       <arg name="scale" type="d" direction="in"/>
0184       <arg name="flip" type="b" direction="in"/>
0185       <arg name="invert" type="b" direction="in"/>
0186       <arg name="imagePath" type="s" direction="in"/>
0187       <arg name="destPathImage" type="s" direction="in"/>
0188       <arg name="overlay" type="b" direction="in"/>
0189       <arg name="invertColors" type="b" direction="in"/>
0190       <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
0191     </method>
0192     <method name="setApproxFOV">
0193       <arg name="FOV_Degrees" type="d" direction="in"/>
0194       <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
0195     </method>
0196     <method name="getSkyMapDimensions">
0197       <arg type="s" direction="out"/>
0198     </method>
0199     <method name="getObservingWishListObjectNames">
0200       <arg type="s" direction="out"/>
0201     </method>
0202     <method name="getObservingSessionPlanObjectNames">
0203       <arg type="s" direction="out"/>
0204     </method>
0205     <method name="printImage">
0206       <arg name="usePrintDialog" type="b" direction="in"/>
0207       <arg name="useChartColors" type="b" direction="in"/>
0208       <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
0209     </method>
0210     <method name="openFITS">
0211       <arg name="imageURL" type="(i)" direction="in"/>
0212       <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QUrl"/>
0213       <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QUrl"/>
0214       <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
0215     </method>
0216     <signal name="colorSchemeChanged">
0217     </signal>
0218   </interface>
0219 </node>