MeVisLab Toolbox Reference
|
This BaseEvent informs that the children of an item are requested for the first time. More...
#include <mlStandardItemModel.h>
Public Member Functions | |
ItemChildrenRequestEvent (const ModelIndex &parentIndexArg) | |
const ModelIndex & | parentIndex () const |
Public Member Functions inherited from ml::ItemModelEvent | |
ItemModelEvent () | |
AbstractItemModel * | model () const |
Public Member Functions inherited from ml::BaseEvent | |
BaseEvent () | |
virtual | ~BaseEvent () |
EventSource * | source () const |
get the Base object emitting this event | |
This BaseEvent informs that the children of an item are requested for the first time.
This can be used to add the direct children of items dynamically when requested. The insertItems call will generate no notification for the parent given in this event (since its children haven't been requested up to now).
Definition at line 171 of file mlStandardItemModel.h.
|
inline |
Definition at line 174 of file mlStandardItemModel.h.
|
inline |
Definition at line 176 of file mlStandardItemModel.h.