|
bool | button (const rect &r, const std::string &label) |
|
bool | checkbox (const rect &r, bool &value) |
|
void | fill_rect (const rect &r, const color &c) |
|
| gui () |
|
void | indicator (const rect &r, double min, double max, double value) |
|
void | label (const int2 &p, const color &c, const char *format,...) |
|
void | option_label (const int2 &p, const color &c, rs::device &dev, rs::option opt, double max_width, bool enabled, double *value=nullptr) |
|
void | outline_rect (const rect &r, const color &c) |
|
bool | slider (int id, const rect &r, double min, double max, double step, double &value, bool disable_dragger=false) |
|
void | vscroll (const rect &r, int client_height, int &offset) |
|
Definition at line 39 of file cpp-config-ui.cpp.
bool gui::checkbox |
( |
const rect & |
r, |
|
|
bool & |
value |
|
) |
| |
|
inline |
void gui::indicator |
( |
const rect & |
r, |
|
|
double |
min, |
|
|
double |
max, |
|
|
double |
value |
|
) |
| |
|
inline |
void gui::label |
( |
const int2 & |
p, |
|
|
const color & |
c, |
|
|
const char * |
format, |
|
|
|
... |
|
) |
| |
|
inline |
bool gui::slider |
( |
int |
id, |
|
|
const rect & |
r, |
|
|
double |
min, |
|
|
double |
max, |
|
|
double |
step, |
|
|
double & |
value, |
|
|
bool |
disable_dragger = false |
|
) |
| |
|
inline |
The documentation for this struct was generated from the following file: