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 close (self)
 
def contextMenuEvent (self, e)
 
def display (self, grid)
 
def update_configuration (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
 

Detailed Description

Definition at line 293 of file param_editors.py.

Constructor & Destructor Documentation

◆ __init__()

def rqt_reconfigure.param_editors.DoubleEditor.__init__ (   self,
  updater,
  config 
)
@param updater: A class that extends threading.Thread.
@type updater: rqt_reconfigure.param_updater.ParamUpdater

Reimplemented from rqt_reconfigure.param_editors.EditorWidget.

Definition at line 296 of file param_editors.py.

Member Function Documentation

◆ _get_value_slider()

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

Definition at line 393 of file param_editors.py.

◆ _get_value_textfield()

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.

◆ _set_to_max()

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

Definition at line 416 of file param_editors.py.

◆ _set_to_min()

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

Definition at line 419 of file param_editors.py.

◆ _set_to_nan()

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

Definition at line 422 of file param_editors.py.

◆ _slider_changed()

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

Definition at line 382 of file param_editors.py.

◆ _slider_moved()

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

Definition at line 372 of file param_editors.py.

◆ _text_changed()

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

Definition at line 377 of file param_editors.py.

◆ _update_gui()

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

Definition at line 403 of file param_editors.py.

◆ eventFilter()

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

Definition at line 367 of file param_editors.py.

◆ update_value()

def rqt_reconfigure.param_editors.DoubleEditor.update_value (   self,
  value 
)
To be implemented in subclass, but still used.

Update the value that's displayed on the arbitrary GUI component
based on user's input.

This method is not called from the GUI thread, so any changes to
QObjects will need to be done through a signal.

Reimplemented from rqt_reconfigure.param_editors.EditorWidget.

Definition at line 399 of file param_editors.py.

Member Data Documentation

◆ _func

rqt_reconfigure.param_editors.DoubleEditor._func
private

Definition at line 316 of file param_editors.py.

◆ _ifunc

rqt_reconfigure.param_editors.DoubleEditor._ifunc
private

Definition at line 317 of file param_editors.py.

◆ _max

rqt_reconfigure.param_editors.DoubleEditor._max
private

Definition at line 309 of file param_editors.py.

◆ _min

rqt_reconfigure.param_editors.DoubleEditor._min
private

Definition at line 302 of file param_editors.py.

◆ _update_signal

rqt_reconfigure.param_editors.DoubleEditor._update_signal
staticprivate

Definition at line 294 of file param_editors.py.

◆ scale

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, Scott K Logan , Michael Jeronimo
autogenerated on Sun Apr 27 2025 02:59:16