Lines Matching refs:effect
36 /** \brief This is the last effect that was used. This is used in
37 a menu item to rapidly recall the same effect. */
47 /** \brief This is the verb type that is used for all effect's verbs.
49 back to the effect that created it. */
54 /** \brief The effect that this verb represents. */
68 Effect * effect,
71 _effect(effect),
76 if (_showPrefs && effect != NULL && effect->param_visible_count() != 0) {
95 /** \brief The verb representing this effect. */
97 /** \brief The verb representing this effect. Without preferences. */
99 /** \brief Menu node created for this effect */
112 void effect (Inkscape::UI::View::View * doc);
116 /** \brief Static function to get the last effect used */
125 bool no_doc; // if true, the effect does not process SVG document at all, so no need to save, read, and watch for errors
126 bool no_live_preview; // if true, the effect does not need "live preview" checkbox in its dialog