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

List of all members.

Public Member Functions

def __init__
def update_value

Public Attributes

 scale

Private Member Functions

def _get_value_slider
def _get_value_textfield
def _set_to_max
def _set_to_min
def _set_to_nan
def _slider_changed
def _slider_moved
def _text_changed
def _update_gui

Private Attributes

 _func
 _ifunc
 _max
 _min

Static Private Attributes

tuple _update_signal = Signal(float)

Detailed Description

Definition at line 280 of file param_editors.py.


Constructor & Destructor Documentation

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 283 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 368 of file param_editors.py.

@return: Current value in text field.

Definition at line 363 of file param_editors.py.

Definition at line 390 of file param_editors.py.

Definition at line 393 of file param_editors.py.

Definition at line 396 of file param_editors.py.

Definition at line 358 of file param_editors.py.

Definition at line 348 of file param_editors.py.

Definition at line 353 of file param_editors.py.

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

Definition at line 378 of file param_editors.py.

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 374 of file param_editors.py.


Member Data Documentation

Definition at line 283 of file param_editors.py.

Definition at line 283 of file param_editors.py.

Definition at line 283 of file param_editors.py.

Definition at line 283 of file param_editors.py.

tuple rqt_reconfigure::param_editors.DoubleEditor::_update_signal = Signal(float) [static, private]

Definition at line 281 of file param_editors.py.

Definition at line 283 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 Jul 6 2019 03:49:38