Arguments of an event sent by a collection. More...
Public Types | |
| enum | eAction { ClearComplete , InsertComplete , RemoveComplete , SetComplete } |
Public Member Functions | |
| CollectionEventArgs (eAction aaction, void *aobject, Integer aposition) | |
| eAction | action () const |
| void * | object () const |
| Integer | position () const |
Private Attributes | |
| eAction | m_action |
| void * | m_object |
| Integer | m_position |
Arguments of an event sent by a collection.
A collection can send 4 types of events, indicated by the field m_action:
Definition at line 259 of file arccore/src/common/arccore/common/Collection.h.
| enum Arcane::CollectionEventArgs::eAction |
Definition at line 263 of file arccore/src/common/arccore/common/Collection.h.
|
inline |
Definition at line 273 of file arccore/src/common/arccore/common/Collection.h.
|
inline |
Definition at line 281 of file arccore/src/common/arccore/common/Collection.h.
|
inline |
Definition at line 282 of file arccore/src/common/arccore/common/Collection.h.
|
inline |
Definition at line 283 of file arccore/src/common/arccore/common/Collection.h.
|
private |
Definition at line 287 of file arccore/src/common/arccore/common/Collection.h.
|
private |
Definition at line 288 of file arccore/src/common/arccore/common/Collection.h.
|
private |
Definition at line 289 of file arccore/src/common/arccore/common/Collection.h.