Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
rqt_reconfigure.param_editors.DoubleEditor Class Reference
Inheritance diagram for rqt_reconfigure.param_editors.DoubleEditor:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, updater, config)
 
def update_value (self, value)
 
- Public Member Functions inherited from rqt_reconfigure.param_editors.EditorWidget
def __init__ (self, updater, config)
 
def close (self)
 
def contextMenuEvent (self, e)
 
def display (self, grid)
 
def update_configuration (self, value)
 
def update_value (self, value)
 

Public Attributes

 scale
 
- Public Attributes inherited from rqt_reconfigure.param_editors.EditorWidget
 cmenu
 
 old_value
 
 param_default
 
 param_description
 
 param_name
 

Private Member Functions

def _get_value_slider (self, value)
 
def _get_value_textfield (self)
 
def _set_to_max (self)
 
def _set_to_min (self)
 
def _set_to_nan (self)
 
def _slider_changed (self)
 
def _slider_moved (self)
 
def _text_changed (self)
 
def _update_gui (self, value)
 

Private Attributes

 _func
 
 _ifunc
 
 _max
 
 _min
 

Static Private Attributes

 _update_signal = Signal(float)
 

Detailed Description

Definition at line 284 of file param_editors.py.

Constructor & Destructor Documentation

def rqt_reconfigure.param_editors.DoubleEditor.__init__ (   self,
  updater,
  config 
)

Definition at line 287 of file param_editors.py.

Member Function Documentation

def rqt_reconfigure.param_editors.DoubleEditor._get_value_slider (   self,
  value 
)
private
@rtype: double

Definition at line 376 of file param_editors.py.

def rqt_reconfigure.param_editors.DoubleEditor._get_value_textfield (   self)
private
@return: Current value in text field.

Definition at line 370 of file param_editors.py.

def rqt_reconfigure.param_editors.DoubleEditor._set_to_max (   self)
private

Definition at line 399 of file param_editors.py.

def rqt_reconfigure.param_editors.DoubleEditor._set_to_min (   self)
private

Definition at line 402 of file param_editors.py.

def rqt_reconfigure.param_editors.DoubleEditor._set_to_nan (   self)
private

Definition at line 405 of file param_editors.py.

def rqt_reconfigure.param_editors.DoubleEditor._slider_changed (   self)
private

Definition at line 365 of file param_editors.py.

def rqt_reconfigure.param_editors.DoubleEditor._slider_moved (   self)
private

Definition at line 355 of file param_editors.py.

def rqt_reconfigure.param_editors.DoubleEditor._text_changed (   self)
private

Definition at line 360 of file param_editors.py.

def rqt_reconfigure.param_editors.DoubleEditor._update_gui (   self,
  value 
)
private

Definition at line 386 of file param_editors.py.

def rqt_reconfigure.param_editors.DoubleEditor.update_value (   self,
  value 
)

Definition at line 382 of file param_editors.py.

Member Data Documentation

rqt_reconfigure.param_editors.DoubleEditor._func
private

Definition at line 307 of file param_editors.py.

rqt_reconfigure.param_editors.DoubleEditor._ifunc
private

Definition at line 308 of file param_editors.py.

rqt_reconfigure.param_editors.DoubleEditor._max
private

Definition at line 300 of file param_editors.py.

rqt_reconfigure.param_editors.DoubleEditor._min
private

Definition at line 293 of file param_editors.py.

rqt_reconfigure.param_editors.DoubleEditor._update_signal = Signal(float)
staticprivate

Definition at line 285 of file param_editors.py.

rqt_reconfigure.param_editors.DoubleEditor.scale

Definition at line 314 of file param_editors.py.


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


rqt_reconfigure
Author(s): Isaac Saito, Ze'ev Klapow
autogenerated on Wed Jul 10 2019 04:02:40