Conquer Space 0.0.0
A space themed grand strategy game set in the near future, with realistic orbital mechanics, and an emphasis on economics and politics.
Public Member Functions | Private Attributes | List of all members
cqsp::client::systems::SysPauseMenu Class Reference

Menu when the key escape is pressed, pauses all interaction with the background, displays exit game, options, and other things. More...

#include <syspausemenu.h>

Inheritance diagram for cqsp::client::systems::SysPauseMenu:
cqsp::client::systems::SysUserInterface

Public Member Functions

 SysPauseMenu (cqsp::engine::Application &app)
 
void Init ()
 
void DoUI (int delta_time)
 
void DoUpdate (int delta_time)
 
- Public Member Functions inherited from cqsp::client::systems::SysUserInterface
 SysUserInterface (cqsp::engine::Application &_app)
 
virtual ~SysUserInterface ()=default
 
cqsp::engine::ApplicationGetApp ()
 
cqsp::common::UniverseGetUniverse ()
 
scripting::ScriptInterfaceGetScriptInterface ()
 
cqsp::asset::AssetManagerGetAssetManager ()
 

Private Attributes

bool to_show = false
 
bool to_show_options_window = false
 

Additional Inherited Members

- Public Attributes inherited from cqsp::client::systems::SysUserInterface
ImGuiWindowFlags window_flags = 0
 

Detailed Description

Menu when the key escape is pressed, pauses all interaction with the background, displays exit game, options, and other things.

Constructor & Destructor Documentation

◆ SysPauseMenu()

cqsp::client::systems::SysPauseMenu::SysPauseMenu ( cqsp::engine::Application app)
inlineexplicit

Member Function Documentation

◆ DoUI()

void cqsp::client::systems::SysPauseMenu::DoUI ( int  delta_time)
virtual

◆ DoUpdate()

void cqsp::client::systems::SysPauseMenu::DoUpdate ( int  delta_time)
virtual

◆ Init()

void cqsp::client::systems::SysPauseMenu::Init ( )
virtual

Member Data Documentation

◆ to_show

bool cqsp::client::systems::SysPauseMenu::to_show = false
private

◆ to_show_options_window

bool cqsp::client::systems::SysPauseMenu::to_show_options_window = false
private

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