MeVisLabToolboxReference
ml::ItemsInsertedEvent Class Reference

This event informs about inserted items. More...

#include <mlAbstractItemModel.h>

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

List of all members.

Public Member Functions

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

Detailed Description

This event informs about inserted items.

Definition at line 244 of file mlAbstractItemModel.h.


Constructor & Destructor Documentation

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

Member Function Documentation

unsigned int ml::ItemsInsertedEvent::itemsInserted ( ) const [inline]

Definition at line 251 of file mlAbstractItemModel.h.

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

Definition at line 249 of file mlAbstractItemModel.h.

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

Definition at line 250 of file mlAbstractItemModel.h.


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