Home
last modified time | relevance | path

Searched refs:realAlt (Results 1 – 2 of 2) sorted by relevance

/dports/astro/kstars/kstars-3.5.6/kstars/
H A Dkstarsactions.cpp1528 double realAlt(focusDialog->point()->alt().Degrees()); in slotManualFocus() local
1530 if (Options::useAltAz() && realAlt > 89.0) in slotManualFocus()
1571 if (Options::useAltAz() && realAlt > 89.0) in slotManualFocus()
1572 map()->focus()->setAlt(realAlt); in slotManualFocus()
1574 map()->focus()->setDec(realAlt); in slotManualFocus()
/dports/devel/kio-extras/kio-extras-21.12.3/fish/
H A Dfish.cpp786 QString realAlt = info.alt; local
796 realAlt.replace(QRegularExpression(QLatin1Char('%') + QString::number(i + 1)), arg);
799 s.append(realCmd).append("\n ").append(realAlt).append(" 2>&1;echo '### 200'\n");