MeVisLab Toolbox Reference
ml::TwoPhaseItemModelEvent Class Reference

This is the base class for all events that are sent before and after a change. More...

#include <mlAbstractItemModel.h>

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

Public Member Functions

 TwoPhaseItemModelEvent (bool afterArg=false)
 
bool after () const
 
- Public Member Functions inherited from ml::ItemModelEvent
 ItemModelEvent ()
 
AbstractItemModelmodel () const
 
- Public Member Functions inherited from ml::BaseEvent
 BaseEvent ()
 
virtual ~BaseEvent ()
 
EventSourcesource () const
 get the Base object emitting this event More...
 

Detailed Description

This is the base class for all events that are sent before and after a change.

Definition at line 251 of file mlAbstractItemModel.h.

Constructor & Destructor Documentation

◆ TwoPhaseItemModelEvent()

ml::TwoPhaseItemModelEvent::TwoPhaseItemModelEvent ( bool  afterArg = false)
inline

Definition at line 254 of file mlAbstractItemModel.h.

Member Function Documentation

◆ after()

bool ml::TwoPhaseItemModelEvent::after ( ) const
inline

Definition at line 255 of file mlAbstractItemModel.h.


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