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 | Public Attributes | List of all members
cqsp::client::systems::gui::SysEvent Class Reference

#include <sysevent.h>

Inheritance diagram for cqsp::client::systems::gui::SysEvent:
cqsp::client::systems::SysUserInterface

Public Member Functions

 SysEvent (cqsp::engine::Application &app)
 
void Init ()
 
void DoUI (int delta_time)
 
void DoUpdate (int delta_time)
 
void FireEvent ()
 
- 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 ()
 

Public Attributes

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

Constructor & Destructor Documentation

◆ SysEvent()

cqsp::client::systems::gui::SysEvent::SysEvent ( cqsp::engine::Application app)
inlineexplicit

Member Function Documentation

◆ DoUI()

void cqsp::client::systems::gui::SysEvent::DoUI ( int  delta_time)
virtual

◆ DoUpdate()

void cqsp::client::systems::gui::SysEvent::DoUpdate ( int  delta_time)
virtual

◆ FireEvent()

void cqsp::client::systems::gui::SysEvent::FireEvent ( )

◆ Init()

void cqsp::client::systems::gui::SysEvent::Init ( )
virtual

Member Data Documentation

◆ to_show

bool cqsp::client::systems::gui::SysEvent::to_show

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