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 278 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 281 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 366 of file param_editors.py.

@return: Current value in text field.

Definition at line 361 of file param_editors.py.

Definition at line 388 of file param_editors.py.

Definition at line 391 of file param_editors.py.

Definition at line 394 of file param_editors.py.

Definition at line 356 of file param_editors.py.

Definition at line 346 of file param_editors.py.

Definition at line 351 of file param_editors.py.

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

Definition at line 376 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 372 of file param_editors.py.


Member Data Documentation

Definition at line 281 of file param_editors.py.

Definition at line 281 of file param_editors.py.

Definition at line 281 of file param_editors.py.

Definition at line 281 of file param_editors.py.

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

Definition at line 279 of file param_editors.py.

Definition at line 281 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 Mon Oct 6 2014 07:15:23