Public Member Functions | Public Attributes | List of all members
slider Class Referenceabstract

#include <example-imgui.hpp>

Inheritance diagram for slider:
Inheritance graph
[legend]

Public Member Functions

virtual void show ()=0
 
 slider (const char *name, int seq_id, float init_value, float min_value, float max_value, ImVec2 position, ImVec2 size)
 

Public Attributes

float _max_value
 
float _min_value
 
const char * _name
 
ImVec2 _position
 
int _seq_id
 
ImVec2 _size
 
float _value
 

Detailed Description

Definition at line 20 of file example-imgui.hpp.

Constructor & Destructor Documentation

slider::slider ( const char *  name,
int  seq_id,
float  init_value,
float  min_value,
float  max_value,
ImVec2  position,
ImVec2  size 
)
inline

Definition at line 22 of file example-imgui.hpp.

Member Function Documentation

virtual void slider::show ( )
pure virtual

Implemented in hdr_slider.

Member Data Documentation

float slider::_max_value

Definition at line 31 of file example-imgui.hpp.

float slider::_min_value

Definition at line 32 of file example-imgui.hpp.

const char* slider::_name

Definition at line 28 of file example-imgui.hpp.

ImVec2 slider::_position

Definition at line 33 of file example-imgui.hpp.

int slider::_seq_id

Definition at line 29 of file example-imgui.hpp.

ImVec2 slider::_size

Definition at line 34 of file example-imgui.hpp.

float slider::_value

Definition at line 30 of file example-imgui.hpp.


The documentation for this class was generated from the following file:


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:32