Home
last modified time | relevance | path

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

/dports/games/scourge/scourge/src/
H A Dpceditor.h59 ScrollingLabel *deityTypeDescription; variable
H A Dpceditor.cpp191 deityTypeDescription->setText( MagicSchool::getMagicSchool( deityIndex )->getDeityDescription() ); in loadUI()
415 if ( school ) deityTypeDescription->setText( school->getDeityDescription() ); in setDeityType()
604 deityTypeDescription = new ScrollingLabel( secondColStart, 130 + 10 + deityHeight, in createUI()
607 cards->addWidget( deityTypeDescription, DEITY_TAB ); in createUI()