Stellarium  0.19.3
Deprecated List
Global StelMainScriptAPI::getMilkyWayIntensity ()
This method will be removed in version 0.20. Use MilkyWay.getIntensity() instead.
Global StelMainScriptAPI::getZodiacalLightIntensity ()
This method will be removed in version 0.20. Use ZodiacalLight.getIntensity() instead.
Global StelMainScriptAPI::isDSSModeEnabled ()
This method will be removed in version 0.20. Use ToastMgr.getFlagShow() instead.
Global StelMainScriptAPI::setDSSMode (bool b)
This method will be removed in version 0.20. Use ToastMgr.setFlagShow(b) instead.
Global StelMainScriptAPI::setMilkyWayIntensity (double i)
This method will be removed in version 0.20. Use MilkyWay.setIntensity(i) instead.
Global StelMainScriptAPI::setMilkyWayVisible (bool b)
This method will be removed in version 0.20. Use MilkyWay.setFlagShow(b) instead.
Global StelMainScriptAPI::setZodiacalLightIntensity (double i)
This method will be removed in version 0.20. Use ZodiacalLight.setIntensity(i) instead.
Global StelMainScriptAPI::setZodiacalLightVisible (bool b)
This method will be removed in version 0.20. Use ZodiacalLight.setFlagShow(b) instead.
Global StelOBJ::Material::Illum
If possible, do not use. Illum use is very inconsistent between different modeling programs
Global StelUtils::strToVec3f (const QStringList &s)
Use the >> operator from Vec3f class (Will be removed in version 0.20)
Global ToastMgr::getFlagSurveyShow (void) const
Will be removed in version 0.20. Use getFlagShow() instead.
Global ToastMgr::setFlagSurveyShow (bool displayed)
Will be removed in version 0.20. Use setFlagShow() instead.