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.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 (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 (engine::Application &_app)
 
virtual ~SysUserInterface ()=default
 
engine::ApplicationGetApp ()
 
common::UniverseGetUniverse ()
 
scripting::ScriptInterfaceGetScriptInterface ()
 
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 ( 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: