Class sh::search::criteria::AbstractActionDrivenSearchCriterion¶
-
class
sh::search::criteria
::
AbstractActionDrivenSearchCriterion
: public sh::search::SearchCriterion¶ Abstract search criterion filtering by something which is configured in a wizard-like way by an action execution.
This provides an easy yet powerful programming interface, e.g. for usage in scripting.
Subclassed by sh::scripting::api::ApiSearchCriterion
Public Functions
Checks if a given file (by eurl) matches this criterion. .
-
QString
valuedescription
()¶ Returns a human readable text describing the current criterion shortly and precisely. .
-
QString
serialize
()¶ Serializes this criterion to a string. See also SearchCriterion::deserialize.
-
std::shared_ptr<sh::search::SearchCriterionFactory>
factory
()¶ Returns the factory this criterion has created (provides some more metadata).
Public Members
-
QStringList
searchspec
¶
Public Static Functions
-
std::shared_ptr<sh::search::SearchCriterion>
deserialize
(QString s)¶ Deserializes this criterion from a string. See also SearchCriterion::serialize.
Friends
- friend class ActionAbstractActionDrivenSearchCriterionConfigure