MeVisLab Toolbox Reference
|
This event informs about inserted items. More...
#include <mlAbstractItemModel.h>
Public Member Functions | |
ItemsInsertedEvent (const ModelIndex &parentIndex, unsigned int position, unsigned int itemsInserted, bool after) | |
const ModelIndex & | parentIndex () const |
unsigned int | position () const |
unsigned int | itemsInserted () 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 |
get the Base object emitting this event | |
This event informs about inserted items.
Definition at line 266 of file mlAbstractItemModel.h.
ml::ItemsInsertedEvent::ItemsInsertedEvent | ( | const ModelIndex & | parentIndex, |
unsigned int | position, | ||
unsigned int | itemsInserted, | ||
bool | after ) |
Definition at line 273 of file mlAbstractItemModel.h.
|
inline |
Definition at line 271 of file mlAbstractItemModel.h.
Definition at line 272 of file mlAbstractItemModel.h.