KTutorial
0.5.1
|
Composed WaitFor that performs an OR between its children. More...
#include <WaitForOr.h>
Public Member Functions | |
Q_INVOKABLE | WaitForOr () |
Creates a new WaitForOr. | |
virtual | ~WaitForOr () |
Destroys this WaitForOr. | |
virtual bool | conditionMet () const |
Returns true if at least one of its children met its condition, false otherwise. |
Composed WaitFor that performs an OR between its children.
Definition at line 33 of file WaitForOr.h.
bool ktutorial::WaitForOr::conditionMet | ( | ) | const [virtual] |
Returns true if at least one of its children met its condition, false otherwise.
If there are no children, false is returned.
Implements ktutorial::WaitFor.
Definition at line 35 of file WaitForOr.cpp.
References ktutorial::WaitForComposed::waitFors().