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 Member Functions | Private Attributes | List of all members
cqsp::client::systems::SysGoodViewer Class Reference

#include <sysgoodviewer.h>

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

Public Member Functions

 SysGoodViewer (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 (engine::Application &_app)
 
virtual ~SysUserInterface ()=default
 
engine::ApplicationGetApp ()
 
common::UniverseGetUniverse ()
 
common::scripting::ScriptInterfaceGetScriptInterface ()
 
asset::AssetManagerGetAssetManager ()
 

Private Member Functions

void GoodViewerRight ()
 
void RecipeTable ()
 
void InputRecipeTable ()
 
void OutputRecipeTable ()
 
void RecipeTooltip (entt::entity recipe)
 

Private Attributes

std::array< char, 255 > search_text
 
entt::entity selected_good = entt::null
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ SysGoodViewer()

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

Member Function Documentation

◆ DoUI()

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

◆ DoUpdate()

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

◆ GoodViewerRight()

void cqsp::client::systems::SysGoodViewer::GoodViewerRight ( )
private

◆ Init()

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

◆ InputRecipeTable()

void cqsp::client::systems::SysGoodViewer::InputRecipeTable ( )
private

◆ OutputRecipeTable()

void cqsp::client::systems::SysGoodViewer::OutputRecipeTable ( )
private

◆ RecipeTable()

void cqsp::client::systems::SysGoodViewer::RecipeTable ( )
private

◆ RecipeTooltip()

void cqsp::client::systems::SysGoodViewer::RecipeTooltip ( entt::entity  recipe)
private

Member Data Documentation

◆ search_text

std::array<char, 255> cqsp::client::systems::SysGoodViewer::search_text
private

◆ selected_good

entt::entity cqsp::client::systems::SysGoodViewer::selected_good = entt::null
private

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