|
MeVisLab Toolbox Reference
|
This event informs about removed items. More...
#include <mlAbstractItemModel.h>
Public Member Functions | |
| ItemsRemovedEvent (const ModelIndex &parentIndex, unsigned int position, unsigned int itemsInserted, bool after) | |
| const ModelIndex & | parentIndex () const |
| unsigned int | position () const |
| unsigned int | itemsRemoved () const |
| Public Member Functions inherited from ml::TwoPhaseItemModelEvent | |
| TwoPhaseItemModelEvent (bool afterArg=false) | |
| bool | after () 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 |
| Returns the Base object emitting this event. | |
This event informs about removed items.
Definition at line 288 of file mlAbstractItemModel.h.
| ml::ItemsRemovedEvent::ItemsRemovedEvent | ( | const ModelIndex & | parentIndex, |
| unsigned int | position, | ||
| unsigned int | itemsInserted, | ||
| bool | after ) |
References ml::TwoPhaseItemModelEvent::after(), parentIndex(), and position().
|
inline |
Definition at line 295 of file mlAbstractItemModel.h.
|
inline |
Definition at line 293 of file mlAbstractItemModel.h.
Referenced by ItemsRemovedEvent().
|
inline |
Definition at line 294 of file mlAbstractItemModel.h.
Referenced by ItemsRemovedEvent().