diff options
| author | Ted Gould <ted@gould.cx> | 2007-06-27 06:25:23 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2007-06-27 06:25:23 +0000 |
| commit | 22dad424b4835fc8c994741bbebf76ff16f6e3ec (patch) | |
| tree | de047ec347529b1e81e67829365fc87bcca8480e /src/extension/effect.h | |
| parent | (bzr r3124) (diff) | |
| download | inkscape-22dad424b4835fc8c994741bbebf76ff16f6e3ec.tar.gz inkscape-22dad424b4835fc8c994741bbebf76ff16f6e3ec.zip | |
r15480@tres: ted | 2007-05-20 23:51:34 -0700
The basics are all working, no call back from the preferences yet.
That's the next step. But the dialogs appear correctly, and it works in
the background.
(bzr r3125)
Diffstat (limited to 'src/extension/effect.h')
| -rw-r--r-- | src/extension/effect.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/extension/effect.h b/src/extension/effect.h index 53d31cf06..bebdb1c4f 100644 --- a/src/extension/effect.h +++ b/src/extension/effect.h @@ -86,6 +86,8 @@ class Effect : public Extension { EffectVerb _verb_nopref; /** \brief Menu node created for this effect */ Inkscape::XML::Node * _menu_node; + /** \brief Whehter a working dialog should be shown */ + bool _workingDialog; public: Effect (Inkscape::XML::Node * in_repr, Implementation::Implementation * in_imp); @@ -109,9 +111,6 @@ public: private: static gchar * remove_ (gchar * instr); - - bool _canceled; - void workingCanceled (const int resp); }; } } /* namespace Inkscape, Extension */ |
