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 |
![]() | |
ItemModelEvent () | |
AbstractItemModel * | model () const |
![]() | |
BaseEvent () | |
virtual | ~BaseEvent () |
EventSource * | source () const |
Returns 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 174 of file mlStandardItemModel.h.
|
inline |
Definition at line 177 of file mlStandardItemModel.h.
|
inline |
Definition at line 179 of file mlStandardItemModel.h.