Arguments d'un évènement envoyé par une collection. Plus de détails...
Graphe de collaboration de Arcane::CollectionEventArgs:Types publics | |
| enum | eAction { ClearComplete , InsertComplete , RemoveComplete , SetComplete } |
Fonctions membres publiques | |
| CollectionEventArgs (eAction aaction, void *aobject, Integer aposition) | |
| eAction | action () const |
| void * | object () const |
| Integer | position () const |
Attributs privés | |
| eAction | m_action |
| void * | m_object |
| Integer | m_position |
Arguments d'un évènement envoyé par une collection.
Une collection peut envoyé 4 types d'évènements, indiqué par le champs m_action:
Définition à la ligne 256 du fichier arccore/src/common/arccore/common/Collection.h.
| enum Arcane::CollectionEventArgs::eAction |
Définition à la ligne 260 du fichier arccore/src/common/arccore/common/Collection.h.
|
inline |
Définition à la ligne 270 du fichier arccore/src/common/arccore/common/Collection.h.
|
inline |
Définition à la ligne 278 du fichier arccore/src/common/arccore/common/Collection.h.
|
inline |
Définition à la ligne 279 du fichier arccore/src/common/arccore/common/Collection.h.
|
inline |
Définition à la ligne 280 du fichier arccore/src/common/arccore/common/Collection.h.
|
private |
Définition à la ligne 284 du fichier arccore/src/common/arccore/common/Collection.h.
|
private |
Définition à la ligne 285 du fichier arccore/src/common/arccore/common/Collection.h.
|
private |
Définition à la ligne 286 du fichier arccore/src/common/arccore/common/Collection.h.