18namespace NAV::gui::widgets
42 float* v,
int* combo_current_item,
const char* combo_items_separated_by_zeros,
43 float step = 0.0,
float step_fast = 0.0,
const char* format =
"%.3f", ImGuiInputTextFlags flags = 0,
44 int combo_popup_max_height_in_items = -1);
58 float v[2],
int* combo_current_item,
const char* combo_items_separated_by_zeros,
59 const char* format =
"%.3f", ImGuiInputTextFlags flags = 0,
60 int combo_popup_max_height_in_items = -1);
74 float v[3],
int* combo_current_item,
const char* combo_items_separated_by_zeros,
75 const char* format =
"%.3f", ImGuiInputTextFlags flags = 0,
76 int combo_popup_max_height_in_items = -1);
90 float v[4],
int* combo_current_item,
const char* combo_items_separated_by_zeros,
91 const char* format =
"%.3f", ImGuiInputTextFlags flags = 0,
92 int combo_popup_max_height_in_items = -1);
108 double* v,
int* combo_current_item,
const char* combo_items_separated_by_zeros,
109 double step = 0.0,
double step_fast = 0.0,
const char* format =
"%.6f", ImGuiInputTextFlags flags = 0,
110 int combo_popup_max_height_in_items = -1);
124 double v[2],
int* combo_current_item,
const char* combo_items_separated_by_zeros,
125 const char* format =
"%.6f", ImGuiInputTextFlags flags = 0,
126 int combo_popup_max_height_in_items = -1);
140 double v[3],
int* combo_current_item,
const char* combo_items_separated_by_zeros,
141 const char* format =
"%.6f", ImGuiInputTextFlags flags = 0,
142 int combo_popup_max_height_in_items = -1);
156 double v[4],
int* combo_current_item,
const char* combo_items_separated_by_zeros,
157 const char* format =
"%.6f", ImGuiInputTextFlags flags = 0,
158 int combo_popup_max_height_in_items = -1);
178 float* v,
float v_min,
float v_max,
int* combo_current_item,
const char* combo_items_separated_by_zeros,
179 float step = 0.0,
float step_fast = 0.0,
const char* format =
"%.3f", ImGuiInputTextFlags flags = 0,
180 int combo_popup_max_height_in_items = -1);
196 float v[2],
float v_min,
float v_max,
int* combo_current_item,
const char* combo_items_separated_by_zeros,
197 const char* format =
"%.3f", ImGuiInputTextFlags flags = 0,
198 int combo_popup_max_height_in_items = -1);
214 float v[3],
float v_min,
float v_max,
int* combo_current_item,
const char* combo_items_separated_by_zeros,
215 const char* format =
"%.3f", ImGuiInputTextFlags flags = 0,
216 int combo_popup_max_height_in_items = -1);
232 float v[4],
float v_min,
float v_max,
int* combo_current_item,
const char* combo_items_separated_by_zeros,
233 const char* format =
"%.3f", ImGuiInputTextFlags flags = 0,
234 int combo_popup_max_height_in_items = -1);
252 double* v,
double v_min,
double v_max,
int* combo_current_item,
const char* combo_items_separated_by_zeros,
253 double step = 0.0,
double step_fast = 0.0,
const char* format =
"%.6f", ImGuiInputTextFlags flags = 0,
254 int combo_popup_max_height_in_items = -1);
270 double v[2],
double v_min,
double v_max,
int* combo_current_item,
const char* combo_items_separated_by_zeros,
271 const char* format =
"%.6f", ImGuiInputTextFlags flags = 0,
272 int combo_popup_max_height_in_items = -1);
288 double v[3],
double v_min,
double v_max,
int* combo_current_item,
const char* combo_items_separated_by_zeros,
289 const char* format =
"%.6f", ImGuiInputTextFlags flags = 0,
290 int combo_popup_max_height_in_items = -1);
306 double v[4],
double v_min,
double v_max,
int* combo_current_item,
const char* combo_items_separated_by_zeros,
307 const char* format =
"%.6f", ImGuiInputTextFlags flags = 0,
308 int combo_popup_max_height_in_items = -1);
326 float* v,
float v_min,
float v_max,
int* combo_current_item,
const char* combo_items_separated_by_zeros,
327 const char* format =
"%.3f", ImGuiSliderFlags flags = 0,
328 int combo_popup_max_height_in_items = -1);
344 float v[2],
float v_min,
float v_max,
int* combo_current_item,
const char* combo_items_separated_by_zeros,
345 const char* format =
"%.3f", ImGuiSliderFlags flags = 0,
346 int combo_popup_max_height_in_items = -1);
362 float v[3],
float v_min,
float v_max,
int* combo_current_item,
const char* combo_items_separated_by_zeros,
363 const char* format =
"%.3f", ImGuiSliderFlags flags = 0,
364 int combo_popup_max_height_in_items = -1);
380 float v[4],
float v_min,
float v_max,
int* combo_current_item,
const char* combo_items_separated_by_zeros,
381 const char* format =
"%.3f", ImGuiSliderFlags flags = 0,
382 int combo_popup_max_height_in_items = -1);
398 double* v,
double v_min,
double v_max,
int* combo_current_item,
const char* combo_items_separated_by_zeros,
399 const char* format =
"%.6f", ImGuiSliderFlags flags = 0,
400 int combo_popup_max_height_in_items = -1);
416 double v[2],
double v_min,
double v_max,
int* combo_current_item,
const char* combo_items_separated_by_zeros,
417 const char* format =
"%.6f", ImGuiSliderFlags flags = 0,
418 int combo_popup_max_height_in_items = -1);
434 double v[3],
double v_min,
double v_max,
int* combo_current_item,
const char* combo_items_separated_by_zeros,
435 const char* format =
"%.6f", ImGuiSliderFlags flags = 0,
436 int combo_popup_max_height_in_items = -1);
452 double v[4],
double v_min,
double v_max,
int* combo_current_item,
const char* combo_items_separated_by_zeros,
453 const char* format =
"%.6f", ImGuiSliderFlags flags = 0,
454 int combo_popup_max_height_in_items = -1);