LevelStrategy

Undocumented in source.

Members

Functions

copy
void copy(Strategy target)
Undocumented in source. Be warned that the author may not have intended to support it.
getDepth
int getDepth()
Undocumented in source. Be warned that the author may not have intended to support it.
next
void next(bool success)
Undocumented in source. Be warned that the author may not have intended to support it.
nextInLevel
bool nextInLevel()
Undocumented in source. Be warned that the author may not have intended to support it.
nextIteration
void nextIteration()
Undocumented in source. Be warned that the author may not have intended to support it.
setLevel
bool setLevel(size_t level)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

currentLevel
size_t currentLevel [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

invalid
bool invalid;
Undocumented in source.
levelChanged
bool levelChanged;
Undocumented in source.

Inherited Members

From IterativeStrategy

iteration
int iteration;
Undocumented in source.
iterationChanged
bool iterationChanged;
Undocumented in source.
getIteration
int getIteration()
Undocumented in source. Be warned that the author may not have intended to support it.
copy
void copy(Strategy target)
Undocumented in source. Be warned that the author may not have intended to support it.
next
void next(bool success)
Undocumented in source. Be warned that the author may not have intended to support it.
nextIteration
void nextIteration()
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta