MeVisLabToolboxReference
ml::ItemsDataChangedEvent Class Reference

This event informs about attributes that have changed their values. More...

#include <mlAbstractItemModel.h>

Inheritance diagram for ml::ItemsDataChangedEvent:
ml::ItemModelEvent ml::BaseEvent

List of all members.

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

Detailed Description

This event informs about attributes that have changed their values.

Definition at line 307 of file mlAbstractItemModel.h.


Constructor & Destructor Documentation

ml::ItemsDataChangedEvent::ItemsDataChangedEvent ( const std::vector< ModelIndex > &  itemIndices,
const std::vector< int > &  attributeIndices 
)

Member Function Documentation

const std::vector<int>& ml::ItemsDataChangedEvent::attributeIndices ( ) const [inline]

Definition at line 314 of file mlAbstractItemModel.h.

const std::vector<ModelIndex>& ml::ItemsDataChangedEvent::itemIndices ( ) const [inline]

Definition at line 313 of file mlAbstractItemModel.h.


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