Tizen Native API
|
Dali::BaseSignal::EmitGuard Struct Reference
Used to guard against nested Emit() calls. More...
Public Member Functions | |
EmitGuard (bool &flag) | |
Create the guard. | |
~EmitGuard () | |
Non-virtual destructor. | |
bool | ErrorOccurred () |
Determine if an error occured. | |
Public Attributes | |
bool * | mFlag |
Pointer to the emit guard flag. |
Detailed Description
Used to guard against nested Emit() calls.
- Since :
- 2.4
Constructor & Destructor Documentation
Dali::BaseSignal::EmitGuard::EmitGuard | ( | bool & | flag | ) |
Create the guard.
- Since :
- 2.4
- Parameters:
-
[in,out] flag This flag will be set to true during Emit() calls.
Non-virtual destructor.
- Since :
- 2.4