Class sh::actions::OnSingleEntrySelectionPredicate

class sh::actions::OnSingleEntrySelectionPredicate : public sh::actions::Predicate

Shows actions only on single-entry selections.

Public Functions

OnSingleEntrySelectionPredicate()
bool evaluate(ActionInstantiation *instantiation)

Evaluates if the predicate is solved.

If it returns true, the evaluation proceeds and eventually succeeds. If false, it stops at this place.

void prepare(ActionInstantiation *instantiation)

Prepares the evaluation.