KTutorial
0.5.1
|
Public Attributes | |
QString | mId |
The identifier of this Step. | |
QString | mText |
The text shown to the user. | |
bool | mActive |
Whether this Step is active or not. | |
bool | mDeleteAddedObjectsInTearDown |
When this flag is on, the conditions and conditions to wait for added are removed and deleted the next time this Step is deactivated. | |
QList< Option * > | mOptions |
The Options for this Step. | |
QList< Option * > | mOptionsToBeDeletedInTearDown |
The Options added in the setup to be deleted in the tearDown. | |
QList< WaitFor * > | mOptionsWaitsFor |
The conditions to wait for in each Option. | |
QList< WaitFor * > | mWaitsFor |
The conditions to wait for in this Step. | |
QList< WaitFor * > | mWaitsForToBeDeletedInTearDown |
The conditions to wait for added in the setup to be deleted in the tearDown. | |
QHash< WaitFor *, QString > | mNextStepForWaitFor |
Associates a condition to wait for with the id of the step to execute when the condition is met. |
The conditions to wait for in each Option.
The order of both lists is the same, so the index in the Options list is the index of it associated WaitFor.
Definition at line 65 of file Step_p.h.
Referenced by ktutorial::Step::addOption(), and ktutorial::Step::removeOption().