|
def | __init__ (self, min_value=0, max_value=100, decimals=2, *args) |
|
def | createEditor (self, parent, option, index) |
|
Definition at line 37 of file item_delegates.py.
◆ __init__()
def rqt_py_common.item_delegates.SpinBoxDelegate.__init__ |
( |
|
self, |
|
|
|
min_value = 0 , |
|
|
|
max_value = 100 , |
|
|
|
decimals = 2 , |
|
|
* |
args |
|
) |
| |
◆ createEditor()
def rqt_py_common.item_delegates.SpinBoxDelegate.createEditor |
( |
|
self, |
|
|
|
parent, |
|
|
|
option, |
|
|
|
index |
|
) |
| |
◆ _decimals
rqt_py_common.item_delegates.SpinBoxDelegate._decimals |
|
private |
◆ _max
rqt_py_common.item_delegates.SpinBoxDelegate._max |
|
private |
◆ _min
rqt_py_common.item_delegates.SpinBoxDelegate._min |
|
private |
The documentation for this class was generated from the following file: