isInDtor

This method determines whether event dispatching is stopped. It is called by the processEvent and rootState_dispatchEvent methods.

Visibility
Public
Signature
unsigned char isInDtor() const 
Returns

If the return value is 0, the object is not under destruction. If the value is greater than 0, the object is under destruction.


Feedback