MeVisLabToolboxReference
ml::ItemsRemovedEvent Class Reference

This event informs about removed items. More...

#include <mlAbstractItemModel.h>

Inheritance diagram for ml::ItemsRemovedEvent:
ml::TwoPhaseItemModelEvent ml::ItemModelEvent ml::BaseEvent

List of all members.

Public Member Functions

 ItemsRemovedEvent (const ModelIndex &parentIndex, unsigned int position, unsigned int itemsInserted, bool after)
const ModelIndexparentIndex () const
unsigned int position () const
unsigned int itemsRemoved () const

Detailed Description

This event informs about removed items.

Definition at line 266 of file mlAbstractItemModel.h.


Constructor & Destructor Documentation

ml::ItemsRemovedEvent::ItemsRemovedEvent ( const ModelIndex parentIndex,
unsigned int  position,
unsigned int  itemsInserted,
bool  after 
)

Member Function Documentation

unsigned int ml::ItemsRemovedEvent::itemsRemoved ( ) const [inline]

Definition at line 273 of file mlAbstractItemModel.h.

const ModelIndex& ml::ItemsRemovedEvent::parentIndex ( ) const [inline]

Definition at line 271 of file mlAbstractItemModel.h.

unsigned int ml::ItemsRemovedEvent::position ( ) const [inline]

Definition at line 272 of file mlAbstractItemModel.h.


The documentation for this class was generated from the following file: