Arguments of the event notifying a change in the state of a variable. More...
#include <arcane/core/VariableStatusChangedEventArgs.h>
Public Types | |
| enum class | Status { Added , Removed } |
Public Member Functions | |
| VariableStatusChangedEventArgs (IVariable *var, Status s) | |
| VariableStatusChangedEventArgs (const VariableStatusChangedEventArgs &rhs)=default | |
| VariableStatusChangedEventArgs & | operator= (const VariableStatusChangedEventArgs &rhs)=default |
| IVariable * | variable () const |
| Variable whose state changes. | |
| Status | status () const |
| Status. | |
Arguments of the event notifying a change in the state of a variable.
Definition at line 36 of file VariableStatusChangedEventArgs.h.
|
strong |
| Enumerator | |
|---|---|
| Added | Variable added. |
| Removed | Variable removed. |
Definition at line 40 of file VariableStatusChangedEventArgs.h.
|
inline |
Definition at line 50 of file VariableStatusChangedEventArgs.h.
|
inline |
Definition at line 62 of file VariableStatusChangedEventArgs.h.
|
inline |
Variable whose state changes.
Definition at line 60 of file VariableStatusChangedEventArgs.h.