Go to the source code of this file.
|
| template<class T , class S > |
| void | checkbox (const char *id, T *val, S T::*f, bool &to_set) |
| |
| void | draw_advanced_mode_controls (rs400::advanced_mode &advanced, advanced_mode_control &amc, bool &get_curr_advanced_controls, bool &was_set, std::string &error_message) |
| |
| template<class T > |
| bool * | draw_edit_button (const char *id, T val, std::string *&val_str) |
| |
| template<class T , class S > |
| void | slider_float (std::string &error_message, const char *id, T *val, S T::*field, bool &to_set) |
| |
| template<class T , class S > |
| void | slider_int (std::string &error_message, const char *id, T *val, S T::*field, bool &to_set) |
| |
| bool | string_to_int (const std::string &str, float &result) |
| |
| #define TEXT_BUFF_SIZE 1024 |
template<class T , class S >
| void checkbox |
( |
const char * |
id, |
|
|
T * |
val, |
|
|
S T::* |
f, |
|
|
bool & |
to_set |
|
) |
| |
|
inline |
template<class T >
| bool* draw_edit_button |
( |
const char * |
id, |
|
|
T |
val, |
|
|
std::string *& |
val_str |
|
) |
| |
template<class T , class S >
| void slider_float |
( |
std::string & |
error_message, |
|
|
const char * |
id, |
|
|
T * |
val, |
|
|
S T::* |
field, |
|
|
bool & |
to_set |
|
) |
| |
|
inline |
template<class T , class S >
| void slider_int |
( |
std::string & |
error_message, |
|
|
const char * |
id, |
|
|
T * |
val, |
|
|
S T::* |
field, |
|
|
bool & |
to_set |
|
) |
| |
|
inline |
| bool string_to_int |
( |
const std::string & |
str, |
|
|
float & |
result |
|
) |
| |
|
inline |