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.
|
Gui with sound More...
Functions | |
void | SetApplication (cqsp::engine::Application *context) |
bool | DefaultButton (const char *name, const ImVec2 &size) |
bool | SmallDefaultButton (const char *label) |
bool | DefaultSelectable (const char *label, bool selected, ImGuiSelectableFlags flags, const ImVec2 &size) |
bool | DefaultSelectable (const char *label, bool *p_selected, ImGuiSelectableFlags flags, const ImVec2 &size) |
bool | DefaultCheckbox (const char *label, bool *v) |
bool | ArrowButton (const char *label, ImGuiDir dir) |
bool | SliderFloat (const char *label, float *v, float v_min, float v_max, const char *format, ImGuiSliderFlags flags) |
bool | SliderInt (const char *label, int *v, int v_min, int v_max, const char *format, ImGuiSliderFlags flags) |
bool | DragFloat (const char *label, float *v, float v_speed, float v_min, float v_max, const char *format, ImGuiSliderFlags flags) |
bool | DragInt (const char *label, int *v, float v_speed, int v_min, int v_max, const char *format, ImGuiSliderFlags flags) |
template<typename... Args> | |
void | SimpleTextTooltip (fmt::format_string< Args... > fmt, Args &&... args) |
Gui with sound
bool CQSPGui::ArrowButton | ( | const char * | label, |
ImGuiDir | dir | ||
) |
bool CQSPGui::DefaultButton | ( | const char * | name, |
const ImVec2 & | size | ||
) |
bool CQSPGui::DefaultCheckbox | ( | const char * | label, |
bool * | v | ||
) |
bool CQSPGui::DefaultSelectable | ( | const char * | label, |
bool * | p_selected, | ||
ImGuiSelectableFlags | flags, | ||
const ImVec2 & | size | ||
) |
bool CQSPGui::DefaultSelectable | ( | const char * | label, |
bool | selected, | ||
ImGuiSelectableFlags | flags, | ||
const ImVec2 & | size | ||
) |
bool CQSPGui::DragFloat | ( | const char * | label, |
float * | v, | ||
float | v_speed, | ||
float | v_min, | ||
float | v_max, | ||
const char * | format, | ||
ImGuiSliderFlags | flags | ||
) |
bool CQSPGui::DragInt | ( | const char * | label, |
int * | v, | ||
float | v_speed, | ||
int | v_min, | ||
int | v_max, | ||
const char * | format, | ||
ImGuiSliderFlags | flags | ||
) |
void CQSPGui::SetApplication | ( | cqsp::engine::Application * | context | ) |
void CQSPGui::SimpleTextTooltip | ( | fmt::format_string< Args... > | fmt, |
Args &&... | args | ||
) |
bool CQSPGui::SliderFloat | ( | const char * | label, |
float * | v, | ||
float | v_min, | ||
float | v_max, | ||
const char * | format, | ||
ImGuiSliderFlags | flags | ||
) |
bool CQSPGui::SliderInt | ( | const char * | label, |
int * | v, | ||
int | v_min, | ||
int | v_max, | ||
const char * | format, | ||
ImGuiSliderFlags | flags | ||
) |
bool CQSPGui::SmallDefaultButton | ( | const char * | label | ) |