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