Home
last modified time | relevance | path

Searched refs:KSTARS_TELESCOPE (Results 1 – 16 of 16) sorted by relevance

/dports/astro/kstars/kstars-3.5.6/kstars/indi/
H A Dindicommon.h164 KSTARS_TELESCOPE, enumerator
181 {KSTARS_TELESCOPE, "Telescopes"},
H A Dindidriver.cpp570 int groupType = KSTARS_TELESCOPE; in buildDeviceGroup()
588 groupType = KSTARS_TELESCOPE; in buildDeviceGroup()
756 dv->type = KSTARS_TELESCOPE; in updateCustomDrivers()
H A Dtelescopewizardprocess.cpp61 if (dv->getType() == KSTARS_TELESCOPE) in telescopeWizardProcess()
H A Ddrivermanager.cpp1068 DeviceFamily groupType = KSTARS_TELESCOPE; in buildDeviceGroup()
1229 if (groupType == KSTARS_TELESCOPE && driversStringList.contains(driver) == false) in buildDriverElement()
1347 dv->setType(KSTARS_TELESCOPE);
H A Dinditelescope.cpp29 dType = KSTARS_TELESCOPE; in Telescope()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/
H A Dmanager.cpp1436 managedDevices[KSTARS_TELESCOPE] = scopeDevice; in setTelescope()
1545 if (managedDevices.contains(KSTARS_TELESCOPE)) in setCCD()
1547 alignProcess->setTelescope(managedDevices[KSTARS_TELESCOPE]); in setCCD()
1548 captureProcess->setTelescope(managedDevices[KSTARS_TELESCOPE]); in setCCD()
1549 guideProcess->setTelescope(managedDevices[KSTARS_TELESCOPE]); in setCCD()
1787 guideProcess->setTelescope(managedDevices[KSTARS_TELESCOPE]); in processNewNumber()
1793 alignProcess->setTelescope(managedDevices[KSTARS_TELESCOPE]); in processNewNumber()
1799 mountProcess->setTelescope(managedDevices[KSTARS_TELESCOPE]); in processNewNumber()
1967 guideProcess->setTelescope(managedDevices[KSTARS_TELESCOPE]); in processNewProperty()
1973 alignProcess->setTelescope(managedDevices[KSTARS_TELESCOPE]); in processNewProperty()
[all …]
H A Dprofileeditor.cpp651 …o(m_MountModel, ui->mountCombo, selectedMount, isLocal, QList<DeviceFamily>() << KSTARS_TELESCOPE); in loadDrivers()
/dports/astro/kstars/kstars-3.5.6/kstars/fitsviewer/
H A Dfitslabel.cpp332 if (gd->getType() != KSTARS_TELESCOPE) in centerTelescope()
H A Dfitsview.cpp2203 if (gd->getType() != KSTARS_TELESCOPE) in isTelescopeActive()
/dports/astro/kstars/kstars-3.5.6/kstars/tools/
H A Dflagmanager.cpp272 if (gd->getType() != KSTARS_TELESCOPE) in slotCenterTelescope()
H A Dobservinglist.cpp691 if (gd->getType() != KSTARS_TELESCOPE) in slotSlewToObject()
/dports/astro/kstars/kstars-3.5.6/kstars/
H A Dskymapdrawabstract.cpp269 if (gd->getType() != KSTARS_TELESCOPE) in drawTelescopeSymbols()
H A Dkstarsactions.cpp285 if (gd->getType() != KSTARS_TELESCOPE) in slotINDIToolBar()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/ekoslive/
H A Dmessage.cpp318 for(ISD::GDInterface *gd : m_Manager->findDevices(KSTARS_TELESCOPE)) in sendMounts()
338 for(ISD::GDInterface *gd : m_Manager->findDevices(KSTARS_TELESCOPE)) in sendMounts()
/dports/astro/kstars/kstars-3.5.6/kstars/tools/whatsinteresting/
H A Dwiview.cpp346 if (gd->getType() != KSTARS_TELESCOPE) in onSlewTelescopeButtonClicked()
/dports/astro/kstars/kstars-3.5.6/kstars/dialogs/
H A Ddetaildialog.cpp1107 if (gd->getType() != KSTARS_TELESCOPE) in centerTelescope()