MeVisLab Toolbox Reference
|
This event informs about attributes that have changed their values. More...
#include <mlAbstractItemModel.h>
Public Member Functions | |
ItemsDataChangedEvent (const std::vector< ModelIndex > &itemIndices, const std::vector< int > &attributeIndices) | |
const std::vector< ModelIndex > & | itemIndices () const |
const std::vector< int > & | attributeIndices () 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 attributes that have changed their values.
Definition at line 329 of file mlAbstractItemModel.h.
ml::ItemsDataChangedEvent::ItemsDataChangedEvent | ( | const std::vector< ModelIndex > & | itemIndices, |
const std::vector< int > & | attributeIndices ) |
Definition at line 336 of file mlAbstractItemModel.h.
|
inline |
Definition at line 335 of file mlAbstractItemModel.h.