#include <LayoutFCMain.h>
Public Member Functions | |
bool | Show () |
show the layout, actually adds the current layout as a child of the root window | |
bool | Hide () |
removes the layout from the active layouts (so more seen and no more receiving input) | |
void | Iterate (float seconds) |
override this if you want to control the layout over time iterations | |
Static Public Member Functions | |
static CLayoutFCMain * | GetInstance () |
sub classes should implement this for easy access to self (which is a singleton) | |
Private Member Functions | |
bool | handle_CreateSession (const CEGUI::EventArgs &e) |
FC: called from main menu. | |
bool | handle_AccountMan (const CEGUI::EventArgs &e) |
handle_AccountMan | |
bool | handle_Credits (const CEGUI::EventArgs &e) |
handle_Credits | |
bool | handle_Settings (const CEGUI::EventArgs &e) |
handle_Settings | |
bool | Load () |
protected Load, should be called automatically when an unloaded layout is shown | |
bool | Unload () |
unloads all the gui-related (cegui) data associated with the layout. |