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 eventFilter (self, obj, event)
 
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 293 of file param_editors.py.

Constructor & Destructor Documentation

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

Definition at line 296 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 393 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 387 of file param_editors.py.

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

Definition at line 416 of file param_editors.py.

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

Definition at line 419 of file param_editors.py.

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

Definition at line 422 of file param_editors.py.

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

Definition at line 382 of file param_editors.py.

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

Definition at line 372 of file param_editors.py.

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

Definition at line 377 of file param_editors.py.

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

Definition at line 403 of file param_editors.py.

def rqt_reconfigure.param_editors.DoubleEditor.eventFilter (   self,
  obj,
  event 
)

Definition at line 367 of file param_editors.py.

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

Definition at line 399 of file param_editors.py.

Member Data Documentation

rqt_reconfigure.param_editors.DoubleEditor._func
private

Definition at line 316 of file param_editors.py.

rqt_reconfigure.param_editors.DoubleEditor._ifunc
private

Definition at line 317 of file param_editors.py.

rqt_reconfigure.param_editors.DoubleEditor._max
private

Definition at line 309 of file param_editors.py.

rqt_reconfigure.param_editors.DoubleEditor._min
private

Definition at line 302 of file param_editors.py.

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

Definition at line 294 of file param_editors.py.

rqt_reconfigure.param_editors.DoubleEditor.scale

Definition at line 323 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 Sat Mar 20 2021 02:51:58