Home
last modified time | relevance | path

Searched refs:OpsXplanet (Results 1 – 4 of 4) sorted by relevance

/dports/astro/kstars/kstars-3.5.6/kstars/xplanet/
H A Dopsxplanet.cpp15 OpsXplanet::OpsXplanet(KStars *_ks) : QFrame(_ks), ksw(_ks) in OpsXplanet() function in OpsXplanet
110 void OpsXplanet::showXPlanetMapsDirectory() in showXPlanetMapsDirectory()
119 QString OpsXplanet::XPlanetShareDirectory() in XPlanetShareDirectory()
132 void OpsXplanet::toggleXPlanetInternal() in toggleXPlanetInternal()
141 void OpsXplanet::slotConfigFileWidgets(bool on) in slotConfigFileWidgets()
153 void OpsXplanet::slotArcFileWidgets(bool on) in slotArcFileWidgets()
159 void OpsXplanet::slotLabelWidgets(bool on) in slotLabelWidgets()
178 void OpsXplanet::slotMarkerFileWidgets(bool on) in slotMarkerFileWidgets()
215 void OpsXplanet::slotSelectConfigFile() in slotSelectConfigFile()
226 void OpsXplanet::slotSelectStarMapFile() in slotSelectStarMapFile()
[all …]
H A Dopsxplanet.h13 class OpsXplanet : public QFrame, public Ui::OpsXplanet
18 explicit OpsXplanet(KStars *_ks);
19 virtual ~OpsXplanet() override = default;
/dports/astro/kstars/kstars-3.5.6/kstars/
H A Dkstars.h70 class OpsXplanet; variable
913 OpsXplanet *opsxplanet { nullptr };
H A Dkstarsactions.cpp1111 opsxplanet = new OpsXplanet(this); in prepareOps()