Home
last modified time | relevance | path

Searched refs:choosemenPanel (Results 1 – 2 of 2) sorted by relevance

/dports/games/gigalomania/gigalomaniasrc/
H A Dgamestate.cpp619 this->choosemenPanel = NULL; in PlaceMenGameState()
629 if( this->choosemenPanel ) in ~PlaceMenGameState()
630 delete choosemenPanel; in ~PlaceMenGameState()
635 return this->choosemenPanel; in getChooseMenPanel()
657 if( this->choosemenPanel != NULL ) { in reset()
658 delete this->choosemenPanel; in reset()
659 this->choosemenPanel = NULL; in reset()
662 this->choosemenPanel = new ChooseMenPanel(this); in reset()
763 this->choosemenPanel->draw(); in draw()
792 …!done && m_left && click && this->choosemenPanel->getPage() == ChooseMenPanel::STATE_CHOOSEMEN && … in mouseClick()
[all …]
H A Dgamestate.h290 ChooseMenPanel *choosemenPanel; variable