A check box with an index.
More...
#include <RobotComponents/gui-plugins/MotionPlanning/QtWidgets/IndexedQCheckBox.h>
A check box with an index.
The index and check state is emitted when its check state changes.
Definition at line 33 of file IndexedQCheckBox.h.
◆ IndexedQCheckBox() [1/2]
ctor.
- Parameters
-
index | The index to emit, |
parent | The widget's parent. |
Definition at line 42 of file IndexedQCheckBox.h.
◆ IndexedQCheckBox() [2/2]
IndexedQCheckBox |
( |
int |
index, |
|
|
const QString & |
text, |
|
|
QWidget * |
parent = nullptr |
|
) |
| |
|
inline |
ctor.
- Parameters
-
index | The index to emit, |
The | checkboxes' label. |
parent | The widget's parent. |
Definition at line 54 of file IndexedQCheckBox.h.
◆ stateChangedIndex
void stateChangedIndex |
( |
int |
index, |
|
|
Qt::CheckState |
state |
|
) |
| |
|
signal |
Emitted when the check state changes.
- Parameters
-
index | The index. |
state | The check state. |
The documentation for this class was generated from the following file: