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

List of all members.

Public Member Functions

def __init__
def update_value

Private Member Functions

def _set_to_max
def _set_to_min
def _slider_changed
def _slider_moved
def _text_changed
def _update_gui

Private Attributes

 _max
 _min

Static Private Attributes

tuple _update_signal = Signal(int)

Detailed Description

Definition at line 204 of file param_editors.py.


Constructor & Destructor Documentation

def rqt_reconfigure.param_editors.IntegerEditor.__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 207 of file param_editors.py.


Member Function Documentation

Definition at line 273 of file param_editors.py.

Definition at line 276 of file param_editors.py.

Definition at line 255 of file param_editors.py.

Definition at line 245 of file param_editors.py.

Definition at line 250 of file param_editors.py.

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

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


Member Data Documentation

Definition at line 207 of file param_editors.py.

Definition at line 207 of file param_editors.py.

tuple rqt_reconfigure::param_editors.IntegerEditor::_update_signal = Signal(int) [static, private]

Definition at line 205 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