Class sh::actions::HideOnCurrentDirectoryLevelPredicate¶
-
class
sh::actions
::
HideOnCurrentDirectoryLevelPredicate
: public sh::actions::Predicate¶ Shows actions only when not searching for ‘current directory level’ actions.
Public Functions
-
HideOnCurrentDirectoryLevelPredicate
()¶
-
bool
evaluate
(ActionInstantiation *instantiation)¶ Evaluates if the predicate is solved.
If it returns
true
, the evaluation proceeds and eventually succeeds. Iffalse
, it stops at this place.
-
void
prepare
(ActionInstantiation *instantiation)¶ Prepares the evaluation.
-