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.
|
#include <goodviewer.h>
Public Member Functions | |
SysGoodViewer (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::Application & | GetApp () |
cqsp::common::Universe & | GetUniverse () |
scripting::ScriptInterface & | GetScriptInterface () |
cqsp::asset::AssetManager & | GetAssetManager () |
Private Member Functions | |
void | GoodViewerRight () |
Private Attributes | |
entt::entity | selected_good = entt::null |
Additional Inherited Members | |
Public Attributes inherited from cqsp::client::systems::SysUserInterface | |
ImGuiWindowFlags | window_flags = 0 |
|
inlineexplicit |
|
virtual |
Implements cqsp::client::systems::SysUserInterface.
|
virtual |
Implements cqsp::client::systems::SysUserInterface.
|
private |
|
virtual |
Implements cqsp::client::systems::SysUserInterface.
|
private |