Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
WindowLayoutInfo Class Reference

#include <GameWindowManager.h>

Public Member Functions

 WindowLayoutInfo ()
 

Public Attributes

UnsignedInt version
 file version that was loaded
 
WindowLayoutInitFunc init
 init method (if specified)
 
WindowLayoutUpdateFunc update
 update method (if specified)
 
WindowLayoutShutdownFunc shutdown
 shutdown method (if specified)
 
AsciiString initNameString
 init method in flavor of string name
 
AsciiString updateNameString
 update method in string flavor
 
AsciiString shutdownNameString
 shutdown method in string flavor, mmm!
 
std::list< GameWindow * > windows
 list of top-level windows in the layout
 

Detailed Description

Definition at line 56 of file GameWindowManager.h.

Constructor & Destructor Documentation

◆ WindowLayoutInfo()

WindowLayoutInfo::WindowLayoutInfo ( )

Definition at line 2684 of file GameWindowManagerScript.cpp.

Member Data Documentation

◆ init

WindowLayoutInitFunc WindowLayoutInfo::init

init method (if specified)

Definition at line 63 of file GameWindowManager.h.

◆ initNameString

AsciiString WindowLayoutInfo::initNameString

init method in flavor of string name

Definition at line 66 of file GameWindowManager.h.

◆ shutdown

WindowLayoutShutdownFunc WindowLayoutInfo::shutdown

shutdown method (if specified)

Definition at line 65 of file GameWindowManager.h.

◆ shutdownNameString

AsciiString WindowLayoutInfo::shutdownNameString

shutdown method in string flavor, mmm!

Definition at line 68 of file GameWindowManager.h.

◆ update

WindowLayoutUpdateFunc WindowLayoutInfo::update

update method (if specified)

Definition at line 64 of file GameWindowManager.h.

◆ updateNameString

AsciiString WindowLayoutInfo::updateNameString

update method in string flavor

Definition at line 67 of file GameWindowManager.h.

◆ version

UnsignedInt WindowLayoutInfo::version

file version that was loaded

Definition at line 62 of file GameWindowManager.h.

◆ windows

std::list<GameWindow *> WindowLayoutInfo::windows

list of top-level windows in the layout

Definition at line 69 of file GameWindowManager.h.


The documentation for this class was generated from the following files: