Searched refs:make_action_helper (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/ |
H A D | verbs.cpp | 404 * can be written using \c make_action_helper. 417 * Calls \c make_action_helper with the \c vector. 425 return make_action_helper(context, &perform); 431 * Calls \c make_action_helper with the \c vector. 439 return make_action_helper(context, &perform); 445 * Calls \c make_action_helper with the \c vector. 452 return make_action_helper(context, &perform); 458 * Calls \c make_action_helper with the \c vector. 465 return make_action_helper(context, &perform); 471 * Calls \c make_action_helper wit 587 SPAction *Verb::make_action_helper(Inkscape::ActionContext const & context, void (*perform_fun)(SPAction *, void *), void *in_pntr) function in class:Inkscape::Verb [all...] |
H A D | verbs.h | 503 SPAction *make_action_helper (Inkscape::ActionContext const & context, void (*perform_fun)(SPAction *, void *), void *in_pntr = NULL);
|
/inkscape/src/extension/ |
H A D | effect.cpp | 366 return make_action_helper(context, &perform, static_cast<void *>(this));
|
Completed in 935 milliseconds