Searched refs:ActionFunc (Results 1 – 3 of 3) sorted by relevance
54 using ActionFunc = std::function<bool(Element*)>; variable63 void Action(ActionFunc f);
24 static bool wrapper_one(const XmlNodeAction::ActionFunc& f, Element* el, in wrapper_one()41 void XmlNodeAction::Action(XmlNodeAction::ActionFunc f) { in Action()
159 typedef void (NuPlayer::*ActionFunc)(); typedef161 explicit SimpleAction(ActionFunc func) in SimpleAction()170 ActionFunc mFunc;