Lumiera  0.pre.03
»edit your freedom«
steam::mobject::session::test::anonymous_namespace{session-element-query-test.cpp} Namespace Reference

Typedefs

typedef Placement< DummyMO > const & PDummy
 

Functions

function< bool(PDummy)> elementID_contains (string expectedText)
 a filter predicate to pick some objects from a resultset, based on string match with the element's self-display string. More...
 

Function Documentation

◆ elementID_contains()

function<bool(PDummy)> steam::mobject::session::test::anonymous_namespace{session-element-query-test.cpp}::elementID_contains ( string  expectedText)
inline

a filter predicate to pick some objects from a resultset, based on string match with the element's self-display string.

Note
the query system allows us to use the specific API of DummyMO, without the need for any cast. It is sufficient to declare a suitable signature on the query predicate!

Definition at line 65 of file session-element-query-test.cpp.