This commit is contained in:
parent
be3f0f9be4
commit
90d4097793
8 changed files with 92 additions and 25 deletions
|
@ -111,13 +111,6 @@ void CFrontEndOptions::init()
|
|||
tg=new ("togglebutton") CGUIToggleButton();
|
||||
tg->init(fr);
|
||||
tg->setButtonTarget(&m_exitFlag);
|
||||
|
||||
m_optionsMenu->select();
|
||||
|
||||
m_exitFlag=false;
|
||||
m_closingDown=false;
|
||||
|
||||
CFader::setFadingIn();
|
||||
}
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
|
@ -132,6 +125,33 @@ void CFrontEndOptions::shutdown()
|
|||
m_background->shutdown(); delete m_background;
|
||||
}
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
Function:
|
||||
Purpose:
|
||||
Params:
|
||||
Returns:
|
||||
---------------------------------------------------------------------- */
|
||||
void CFrontEndOptions::select()
|
||||
{
|
||||
m_optionsMenu->select();
|
||||
|
||||
m_exitFlag=false;
|
||||
m_closingDown=false;
|
||||
|
||||
CFader::setFadingIn();
|
||||
}
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
Function:
|
||||
Purpose:
|
||||
Params:
|
||||
Returns:
|
||||
---------------------------------------------------------------------- */
|
||||
void CFrontEndOptions::unselect()
|
||||
{
|
||||
m_optionsMenu->unselect();
|
||||
}
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
Function:
|
||||
Purpose:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue