QListWidgetItem subclass with additional signals, slots, and properties.
More...
#include <pqListWidgetItemObject.h>
Inherits QObject, and QListWidgetItem.
QListWidgetItem subclass with additional signals, slots, and properties.
Definition at line 15 of file pqListWidgetItemObject.h.
◆ pqListWidgetItemObject()
pqListWidgetItemObject::pqListWidgetItemObject |
( |
const QString & |
t, |
|
|
QListWidget * |
p |
|
) |
| |
construct list widget item to for QListWidget with a string
◆ setData()
void pqListWidgetItemObject::setData |
( |
int |
role, |
|
|
const QVariant & |
v |
|
) |
| |
|
override |
◆ isChecked
bool pqListWidgetItemObject::isChecked |
( |
| ) |
const |
|
slot |
◆ setChecked
void pqListWidgetItemObject::setChecked |
( |
bool |
v | ) |
|
|
slot |
set the check state true/false
◆ checkedStateChanged
void pqListWidgetItemObject::checkedStateChanged |
( |
bool |
| ) |
|
|
signal |
signal check state changed
◆ checked
bool pqListWidgetItemObject::checked |
|
readwrite |
The documentation for this class was generated from the following file: