Home
last modified time | relevance | path

Searched refs:markerTexture (Results 1 – 15 of 15) sorted by relevance

/dports/astro/stellarium/stellarium-0.21.3/src/core/modules/
H A DMarkerMgr.cpp116 StelTextureSP markerTexture; member in SkyMarker
141 StelTextureSP markerTexture; member in HorizonMarker
189 , markerTexture(Q_NULLPTR) in SkyMarker()
209markerTexture = StelApp::getInstance().getTextureManager().createTexture(StelFileMgr::getInstallat… in SkyMarker()
214 markerTexture.clear(); in ~SkyMarker()
239 markerTexture->bind(); in draw()
272 , markerTexture(Q_NULLPTR) in HorizonMarker()
291markerTexture = StelApp::getInstance().getTextureManager().createTexture(StelFileMgr::getInstallat… in HorizonMarker()
296 markerTexture.clear(); in ~HorizonMarker()
310 markerTexture->bind(); in draw()
H A DCustomObject.cpp42 , markerTexture(Q_NULLPTR) in CustomObject()
46markerTexture = StelApp::getInstance().getTextureManager().createTexture(StelFileMgr::getInstallat… in CustomObject()
52 markerTexture.clear(); in ~CustomObject()
141 markerTexture->bind(); in draw()
H A DCustomObject.hpp85 StelTextureSP markerTexture; member in CustomObject
/dports/astro/stellarium/stellarium-0.21.3/plugins/NavStars/src/
H A DNavStars.cpp123 markerTexture = StelApp::getInstance().getTextureManager().createTexture(path); in init()
156 markerTexture.clear(); in deinit()
210 if (!markerTexture.isNull()) in draw()
214 markerTexture->bind(); in draw()
H A DNavStars.hpp224 StelTextureSP markerTexture; member in NavStars
/dports/astro/stellarium/stellarium-0.21.3/plugins/Quasars/src/
H A DQuasar.hpp108 static StelTextureSP markerTexture; member in Quasar
H A DQuasar.cpp40 StelTextureSP Quasar::markerTexture; member in Quasar
231 Quasar::markerTexture->bind(); in draw()
H A DQuasars.cpp129 Quasar::markerTexture.clear(); in deinit()
169 …Quasar::markerTexture = StelApp::getInstance().getTextureManager().createTexture(":/Quasars/quasar… in init()
/dports/astro/stellarium/stellarium-0.21.3/plugins/Pulsars/src/
H A DPulsar.hpp115 static StelTextureSP markerTexture; member in Pulsar
H A DPulsar.cpp45 StelTextureSP Pulsar::markerTexture; member in Pulsar
453 Pulsar::markerTexture->bind(); in draw()
H A DPulsars.cpp126 Pulsar::markerTexture.clear(); in deinit()
167 …Pulsar::markerTexture = StelApp::getInstance().getTextureManager().createTexture(":/Pulsars/pulsar… in init()
/dports/astro/stellarium/stellarium-0.21.3/plugins/Exoplanets/src/
H A DExoplanet.hpp160 static StelTextureSP markerTexture; member in Exoplanet
H A DExoplanet.cpp44 StelTextureSP Exoplanet::markerTexture; member in Exoplanet
612 Exoplanet::markerTexture->bind(); in draw()
H A DExoplanets.cpp124 Exoplanet::markerTexture.clear(); in deinit()
170 …Exoplanet::markerTexture = StelApp::getInstance().getTextureManager().createTexture(":/Exoplanets/… in init()
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwgui/
H A Dmapwindow.cpp433 std::string markerTexture; in addDetectionMarkers() local
436 markerTexture = "textures\\detect_animal_icon.dds"; in addDetectionMarkers()
440 markerTexture = "textures\\detect_key_icon.dds"; in addDetectionMarkers()
444 markerTexture = "textures\\detect_enchantment_icon.dds"; in addDetectionMarkers()
460 markerWidget->setImageTexture(markerTexture); in addDetectionMarkers()