Searched refs:in_effect (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/extension/
H A Deffect.cpp291 \param in_effect The effect that has been called
296 If the \c in_effect variable is \c NULL then the last effect
300 Effect::set_last_effect (Effect * in_effect) argument
302 if (in_effect) {
303 gchar const * verb_id = in_effect->get_verb()->get_id();
317 if (in_effect == NULL) {
325 _last_effect = in_effect;
H A Deffect.h118 static void set_last_effect (Effect * in_effect);

Completed in 14 milliseconds