Home
last modified time | relevance | path

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

/dports/astro/stellarium/stellarium-0.21.3/plugins/RemoteControl/src/
H A DMainService.cpp173 if(fov < mvmgr->getMinFov()) in get()
174 fov = mvmgr->getMinFov(); in get()
/dports/astro/stellarium/stellarium-0.21.3/src/core/
H A DStelMovementMgr.hpp311 double getMinFov(void) const {return minFov;} in getMinFov() function in StelMovementMgr
/dports/cad/ldview/ldview-4.4/
H A DLDViewPreferences.h277 virtual TCFloat getMinFov(void);
H A DLDViewPreferences.cpp1748 if (fTemp >= getMinFov() && fTemp <= getMaxFov()) in applyGeneralChanges()
3016 TCFloat minFov = getMinFov(); in setupFov()
4634 TCFloat LDViewPreferences::getMinFov(void) in getMinFov() function in LDViewPreferences