#include <kis_categorized_list_model.h>
◆ AdditionalRoles
| Enumerator |
|---|
| IsHeaderRole | |
| ExpandCategoryRole | |
| SortRole | |
| isLockedRole | |
| isLockableRole | |
| isToggledRole | |
Definition at line 19 of file kis_categorized_list_model.h.
◆ __CategorizedListModelBase()
| __CategorizedListModelBase::__CategorizedListModelBase |
( |
QObject * | parent | ) |
|
◆ ~__CategorizedListModelBase()
| __CategorizedListModelBase::~__CategorizedListModelBase |
( |
| ) |
|
|
override |
◆ slotBeginInsertRow
| void __CategorizedListModelBase::slotBeginInsertRow |
( |
int | row | ) |
|
|
inlineprivateslot |
◆ slotBeginRemoveRow
| void __CategorizedListModelBase::slotBeginRemoveRow |
( |
int | row | ) |
|
|
inlineprivateslot |
◆ slotEndInsertRow
| void __CategorizedListModelBase::slotEndInsertRow |
( |
| ) |
|
|
inlineprivateslot |
◆ slotEndRemoveRow
| void __CategorizedListModelBase::slotEndRemoveRow |
( |
| ) |
|
|
inlineprivateslot |
◆ slotRowChanged
| void __CategorizedListModelBase::slotRowChanged |
( |
int | row | ) |
|
|
inlineprivateslot |
Definition at line 34 of file kis_categorized_list_model.h.
34 {
35 QModelIndex changedIndex(index(row));
36 Q_EMIT dataChanged(changedIndex, changedIndex);
37 }
The documentation for this class was generated from the following files: