Home
last modified time | relevance | path

Searched refs:txLap (Results 1 – 3 of 3) sorted by relevance

/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/
H A DHud_Create.cpp123 h.txLap->setPosition(lx+126,ly); in Size()
380 h.txLap = h.parent->createWidget<TextBox>("TextBox", in Create()
382 h.txLap->setInheritsAlpha(false); in Create()
383 h.txLap->setFontName("hud.times"); h.txLap->setTextShadow(true); in Create()
384 h.txLap->setVisible(false); in Create()
541 ,txLapTxt(0), txLap(0), bckLap(0) in Hud()
587 Dest(h.txLapTxt) Dest(h.txLap) Dest(h.bckLap) in Destroy()
H A DHud_Update.cpp482 if (h.txLap) in Update()
483 h.txLap->setCaption(h.sLap); in Update()
494 if (h.txLap) in Update()
509 h.txLapTxt->setAlpha(a); h.txLap->setAlpha(a); in Update()
512 h.txLapTxt->setVisible(vis); h.txLap->setVisible(vis); in Update()
H A DCHud.h51 MyGUI::TextBox *txLapTxt,*txLap; MyGUI::ImageBox *bckLap; variable