|
Tizen Native API
5.0
|
Used to guard against nested Emit() calls. More...
Public Member Functions | |
| EmitGuard (bool &flag) | |
| Creates the guard. | |
| ~EmitGuard () | |
| Non-virtual destructor. | |
| bool | ErrorOccurred () |
| Determines if an error occurred. | |
Public Attributes | |
| bool * | mFlag |
| Pointer to the emit guard flag. | |
Used to guard against nested Emit() calls.
| Dali::BaseSignal::EmitGuard::EmitGuard | ( | bool & | flag | ) |
Creates the guard.
| [in,out] | flag | This flag will be set to true during Emit() calls |
Non-virtual destructor.