Home
last modified time | relevance | path

Searched refs:oneScope (Results 1 – 3 of 3) sorted by relevance

/dports/astro/kstars/kstars-3.5.6/kstars/ekos/
H A Dprofileeditor.cpp135 OAL::Scope *oneScope = m_scopeList[i]; in loadScopeEquipment() local
137 ui->primaryScopeCombo->addItem(oneScope->name()); in loadScopeEquipment()
141 ui->guideScopeCombo->addItem(oneScope->name()); in loadScopeEquipment()
142 if (pi && oneScope->id().toInt() == pi->guidescope) in loadScopeEquipment()
145 double FocalLength = oneScope->focalLength(); in loadScopeEquipment()
146 double Aperture = oneScope->aperture(); in loadScopeEquipment()
262 foreach(OAL::Scope *oneScope, m_scopeList) in saveProfile()
264 if (selectedScope == oneScope->name()) in saveProfile()
265 pi->primaryscope = oneScope->id().toInt(); in saveProfile()
266 if (selectedGuide == oneScope->name()) in saveProfile()
[all …]
H A Dmanager.cpp3149 for(auto oneScope : m_scopeList) in getCurrentProfileTelescopeInfo() local
3151 if (oneScope->id().toInt() == primaryScopeID) in getCurrentProfileTelescopeInfo()
3153 primaryFocalLength = oneScope->focalLength(); in getCurrentProfileTelescopeInfo()
3154 primaryAperture = oneScope->aperture(); in getCurrentProfileTelescopeInfo()
3157 if (oneScope->id().toInt() == guideScopeID) in getCurrentProfileTelescopeInfo()
3159 guideFocalLength = oneScope->focalLength(); in getCurrentProfileTelescopeInfo()
3160 guideAperture = oneScope->aperture(); in getCurrentProfileTelescopeInfo()
/dports/astro/kstars/kstars-3.5.6/kstars/
H A Dkstarsactions.cpp279 ISD::GDInterface *oneScope = nullptr; in slotINDIToolBar() local
300 oneScope = gd; in slotINDIToolBar()
304 if (oneScope == nullptr) in slotINDIToolBar()
311 oneScope->runCommand(INDI_CENTER_LOCK); in slotINDIToolBar()
313 oneScope->runCommand(INDI_CENTER_UNLOCK); in slotINDIToolBar()