27class UILayout :
public Listener {
36 CLASS_PROTOTYPE( UILayout );
39 void BogusFunction(
void );
40 void CreateWidgetContainer(
Event *ev );
41 void ProcessCommands(
bool bFullLoad );
45 UILayout(
const char *filename );
47 void Load(
const char *filename,
bool bFullLoad );
48 int ForceLoad(
void );
Definition listener.h:246