generictreeitem.h
Go to the documentation of this file.
29 qWarning() << "!!!!!! Your are trying to append a child with incompatible type in GenericTreeItem !!!!!!";
30 throw std::runtime_error("Your are trying to append a child with incompatible type in GenericTreeItem");
QModelIndex idxmodel() const
Definition: generictreeitem.h:47
Definition: generictreeitem.h:14
void setIdx(const QModelIndex &ref)
Definition: generictreeitem.h:48
virtual void appendChild(T *child)
Definition: generictreeitem.h:24
QList< T * > m_childItems
Definition: generictreeitem.h:75
const QList< T * > & childrenItem() const
Definition: generictreeitem.h:36
Definition: api.h:13
virtual ~GenericTreeItem()
Definition: generictreeitem.h:21
GenericTreeItem(T *parent=nullptr)
Definition: generictreeitem.h:17
virtual int columnCount() const =0