#include <checklistmodel.h>
|
| ChecklistItem (const QVariant &id=QVariant(), const QString &label=QString(), Qt::CheckState checked=Qt::Unchecked) |
|
const QVariant & | id () const |
| Returns the ID of the item.
|
|
const QString & | label () const |
| Returns the label.
|
|
Qt::CheckState | checkState () const |
| Returns the check state.
|
|
bool | isChecked () const |
| Returns whether the item is checked.
|
|
Definition at line 15 of file checklistmodel.h.
◆ ChecklistItem()
QtUtilities::ChecklistItem::ChecklistItem |
( |
const QVariant & | id = QVariant(), |
|
|
const QString & | label = QString(), |
|
|
Qt::CheckState | checked = Qt::Unchecked ) |
|
inline |
◆ checkState()
Qt::CheckState QtUtilities::ChecklistItem::checkState |
( |
| ) |
const |
|
inline |
◆ id()
const QVariant & QtUtilities::ChecklistItem::id |
( |
| ) |
const |
|
inline |
◆ isChecked()
bool QtUtilities::ChecklistItem::isChecked |
( |
| ) |
const |
|
inline |
◆ label()
const QString & QtUtilities::ChecklistItem::label |
( |
| ) |
const |
|
inline |
◆ ChecklistModel
The documentation for this class was generated from the following file: