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::SpaceshipWindow Class Reference

#include <spaceshipwindow.h>

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

Public Member Functions

 SpaceshipWindow (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 show_orbital_elements = true
 
bool show_orbital_vectors = false
 
double new_perigee = 0.
 
double new_apogee = 0.
 
double new_hohmann = 0.
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ SpaceshipWindow()

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

Member Function Documentation

◆ DoUI()

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

◆ DoUpdate()

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

◆ Init()

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

Member Data Documentation

◆ new_apogee

double cqsp::client::systems::SpaceshipWindow::new_apogee = 0.
private

◆ new_hohmann

double cqsp::client::systems::SpaceshipWindow::new_hohmann = 0.
private

◆ new_perigee

double cqsp::client::systems::SpaceshipWindow::new_perigee = 0.
private

◆ show_orbital_elements

bool cqsp::client::systems::SpaceshipWindow::show_orbital_elements = true
private

◆ show_orbital_vectors

bool cqsp::client::systems::SpaceshipWindow::show_orbital_vectors = false
private

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