![]() |
Carousel
|
The Changes class describes ObservableList's changes. More...
#include <Changes.h>
Public Member Functions | |
Changes () | |
Changes (ChangedAction action, const QList< TItem > &items) | |
Changes (ChangedAction action, const TItem &item) | |
Public Attributes | |
ChangedAction | action |
QList< TItem > | affectedItems |
The Changes class describes ObservableList's changes.
It contains changing action (Add, Remove, ...) and affected items.
Initializes a new instance of the Changes class for TItem type.
|
inline |
Initializes a new instance of the Changes class for TItem type with specified action type action and affected item.
|
inline |
Initializes a new instance of the Changes class for TItem type with specified action type action and affected items.
ChangedAction Changes< TItem >::action |
Gets an action that triggered changes.