#include <constructionmenu.h>
|
| bool | RecipeCombo (const char *label, int &selected_idx, std::vector< std::pair< std::string, entt::entity > > &list) |
| |
| void | PerformConstruction (int count) |
| |
◆ ConstructionMenu()
◆ DoUI()
| void cqsp::client::systems::ConstructionMenu::DoUI |
( |
int |
delta_time | ) |
|
|
overridevirtual |
◆ DoUpdate()
| void cqsp::client::systems::ConstructionMenu::DoUpdate |
( |
int |
delta_time | ) |
|
|
overridevirtual |
◆ Init()
| void cqsp::client::systems::ConstructionMenu::Init |
( |
| ) |
|
|
overridevirtual |
◆ PerformConstruction()
| void cqsp::client::systems::ConstructionMenu::PerformConstruction |
( |
int |
count | ) |
|
|
private |
◆ RecipeCombo()
| bool cqsp::client::systems::ConstructionMenu::RecipeCombo |
( |
const char * |
label, |
|
|
int & |
selected_idx, |
|
|
std::vector< std::pair< std::string, entt::entity > > & |
list |
|
) |
| |
|
private |
◆ constructing
| bool cqsp::client::systems::ConstructionMenu::constructing = false |
|
private |
◆ recipe_list
| std::vector<std::pair<std::string, entt::entity> > cqsp::client::systems::ConstructionMenu::recipe_list |
|
private |
◆ search_text
| std::array<char, 255> cqsp::client::systems::ConstructionMenu::search_text |
|
private |
◆ selected_index
| int cqsp::client::systems::ConstructionMenu::selected_index = 0 |
|
private |
The documentation for this class was generated from the following files: