#include <LayoutFCAccounts.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) | |
Static Public Member Functions | |
static CLayoutFCAccounts * | GetInstance () |
sub classes should implement this for easy access to self (which is a singleton) | |
Private Member Functions | |
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. | |
bool | handle_Search (const CEGUI::EventArgs &e) |
FC: Account Management Display - Search a trainee name. | |
bool | handle_Update (const CEGUI::EventArgs &e) |
handle_Update | |
bool | handle_Delete (const CEGUI::EventArgs &e) |
handle_Delete | |
bool | handle_Create (const CEGUI::EventArgs &e) |
handle_Create | |
bool | handle_Stats (const CEGUI::EventArgs &e) |
handle_Stats | |
bool | handle_CloseLayout (const CEGUI::EventArgs &e) |
handle_CloseLayout |