Home
last modified time | relevance | path

Searched refs:getLabelsColor (Results 1 – 13 of 13) sorted by relevance

/dports/astro/stellarium/stellarium-0.21.3/src/core/modules/
H A DAsterismMgr.hpp66 READ getLabelsColor
169 Vec3f getLabelsColor() const;
H A DConstellationMgr.hpp83 READ getLabelsColor
240 Vec3f getLabelsColor() const;
H A DNebulaMgr.hpp133 READ getLabelsColor
843 const Vec3f getLabelsColor(void) const;
H A DSolarSystem.hpp110 …Q_PROPERTY(Vec3f labelsColor READ getLabelsColor WRITE setLabelsColor NOTIFY labelsColorChan…
306 Vec3f getLabelsColor(void) const;
H A DAsterismMgr.cpp189 Vec3f AsterismMgr::getLabelsColor() const in getLabelsColor() function in AsterismMgr
H A DConstellationMgr.cpp426 Vec3f ConstellationMgr::getLabelsColor() const in getLabelsColor() function in ConstellationMgr
H A DNebula.cpp559 …_cast<NebulaMgr*>(StelApp::getInstance().getModuleMgr().getModule("NebulaMgr")))->getLabelsColor(); in getInfoColor()
H A DSolarSystem.cpp2496 Vec3f SolarSystem::getLabelsColor(void) const in getLabelsColor() function in SolarSystem
H A DNebulaMgr.cpp60 const Vec3f NebulaMgr::getLabelsColor(void) const {return Nebula::labelColor;} in getLabelsColor() function in NebulaMgr
H A DPlanet.cpp1477 …t<SolarSystem*>(StelApp::getInstance().getModuleMgr().getModule("SolarSystem")))->getLabelsColor(); in getInfoColor()
/dports/math/cgal/CGAL-5.3/demo/Arrangement_on_surface_2/
H A DGridGraphicsItem.h35 QColor getLabelsColor() const;
H A DGridGraphicsItem.cpp42 QColor GridGraphicsItem::getLabelsColor() const { return this->labelsColor; } in getLabelsColor() function in GridGraphicsItem
/dports/astro/stellarium/stellarium-0.21.3/plugins/TextUserInterface/src/
H A DTextUserInterface.cpp298 constellationMgr->getLabelsColor(), in init()
321 solarSystem->getLabelsColor(), in init()
371 nebulaMgr->getLabelsColor(), in init()
849 conf->setValue("color/const_names_color", colToConf(cmgr->getLabelsColor())); in saveDefaultSettings()
853 conf->setValue("color/planet_names_color", colToConf(ssmgr->getLabelsColor())); in saveDefaultSettings()
863 conf->setValue("color/nebula_label_color", colToConf(nmgr->getLabelsColor())); in saveDefaultSettings()