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

#include <recipeviewer.h>

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

Public Member Functions

 SysRecipeViewer (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 Member Functions

void RecipeViewerRight ()
 

Private Attributes

entt::entity selected_recipe = entt::null
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ SysRecipeViewer()

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

Member Function Documentation

◆ DoUI()

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

◆ DoUpdate()

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

◆ Init()

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

◆ RecipeViewerRight()

void cqsp::client::systems::SysRecipeViewer::RecipeViewerRight ( )
private

Member Data Documentation

◆ selected_recipe

entt::entity cqsp::client::systems::SysRecipeViewer::selected_recipe = entt::null
private

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