#include "GroupedItemsProxyModel.h"
Definition at line 213 of file GroupedItemsProxyModel.h.
◆ GroupedProxyItem() [1/2]
GroupedItemsProxyModel::GroupedProxyItem::GroupedProxyItem |
( |
const QModelIndex & |
srcIndex, |
|
|
const bool |
isSrcItem = false , |
|
|
GroupedProxyItem * |
parent = NULL |
|
) |
| |
|
explicit |
◆ GroupedProxyItem() [2/2]
GroupedItemsProxyModel::GroupedProxyItem::GroupedProxyItem |
( |
GroupedProxyItem * |
parent = NULL | ) |
|
|
explicit |
◆ ~GroupedProxyItem()
GroupedItemsProxyModel::GroupedProxyItem::~GroupedProxyItem |
( |
| ) |
|
|
virtual |
◆ addChild()
◆ child()
GroupedProxyItem* GroupedItemsProxyModel::GroupedProxyItem::child |
( |
const int |
row | ) |
const |
|
inline |
◆ children()
◆ childRow()
int GroupedItemsProxyModel::GroupedProxyItem::childRow |
( |
GroupedProxyItem * |
child | ) |
const |
|
inline |
◆ clear()
void GroupedItemsProxyModel::GroupedProxyItem::clear |
( |
| ) |
|
◆ data()
◆ isGroupItem()
bool GroupedItemsProxyModel::GroupedProxyItem::isGroupItem |
( |
| ) |
const |
|
inline |
◆ isSourceItem()
bool GroupedItemsProxyModel::GroupedProxyItem::isSourceItem |
( |
| ) |
const |
|
inline |
◆ itemData()
QMap<int, QVariant> GroupedItemsProxyModel::GroupedProxyItem::itemData |
( |
| ) |
const |
|
inline |
◆ parent()
◆ removeChild() [1/2]
void GroupedItemsProxyModel::GroupedProxyItem::removeChild |
( |
GroupedProxyItem * |
item | ) |
|
◆ removeChild() [2/2]
void GroupedItemsProxyModel::GroupedProxyItem::removeChild |
( |
const int |
row | ) |
|
|
inline |
◆ row()
int GroupedItemsProxyModel::GroupedProxyItem::row |
( |
| ) |
const |
◆ rowCount()
int GroupedItemsProxyModel::GroupedProxyItem::rowCount |
( |
| ) |
const |
|
inline |
◆ setData()
bool GroupedItemsProxyModel::GroupedProxyItem::setData |
( |
const QVariant & |
data, |
|
|
int |
role = Qt::EditRole |
|
) |
| |
◆ setItemData()
bool GroupedItemsProxyModel::GroupedProxyItem::setItemData |
( |
const QMap< int, QVariant > & |
roles | ) |
|
◆ sourceIndex()
QModelIndex GroupedItemsProxyModel::GroupedProxyItem::sourceIndex |
( |
| ) |
const |
|
inline |
◆ GroupedItemsProxyModel
◆ m_childItems
◆ m_isSourceItem
bool GroupedItemsProxyModel::GroupedProxyItem::m_isSourceItem |
|
protected |
◆ m_itemData
QMap<int, QVariant> GroupedItemsProxyModel::GroupedProxyItem::m_itemData |
|
protected |
◆ m_parentItem
◆ m_sourceIndex