YourCityInvadedByAliens
Documentation for code of the game
GameState Member List

This is the complete list of members for GameState, including all inherited members.

addBuilding(GameBuilding *)GameState
GameState(int windowWidth, int windowHeight)GameState
getCoordLeftTop() constGameState
getElapsedTime() constGameState
getMaxPoint()GameState
getMinPoint()GameState
getWindowHeight() constGameState
getWindowRect() constGameState
getWindowWidth() constGameState
init()GameState
isChangedWindowSize() constGameState
isMouseCaptured() constGameState
isPlayMusic() constGameState
m_bIsChangedWindowSizeGameStateprivate
m_bMouseCapturedGameStateprivate
m_bPlayMusicGameStateprivate
m_coordLeftTopGameStateprivate
m_maxPointGameStateprivate
m_minPointGameStateprivate
m_nElapsedTimeGameStateprivate
m_nStartTimeGameStateprivate
m_nWindowHeightGameStateprivate
m_nWindowWidthGameStateprivate
m_vBuildingsGameStateprivate
m_windowRectGameStateprivate
setCoordLeftTop(const CoordXY &)GameState
setMaxPoint(const CoordXY &p)GameState
setMinPoint(const CoordXY &p)GameState
setMouseCaptured(bool bMouseCaptured)GameState
setPlayMusic(bool bPlayMusic)GameState
togglePlayMusic()GameState
updateElapsedTime()GameState
updateWindowSize(int w, int h)GameState