Searched refs:SpellCheck (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/dialog/
H A Dspellcheck.cpp59 SpellCheck::SpellCheck (void) : function in class:Inkscape::UI::Dialog::SpellCheck
162 accept_button.signal_clicked().connect(sigc::mem_fun(*this, &SpellCheck::onAccept));
163 ignoreonce_button.signal_clicked().connect(sigc::mem_fun(*this, &SpellCheck::onIgnoreOnce));
164 ignore_button.signal_clicked().connect(sigc::mem_fun(*this, &SpellCheck::onIgnore));
165 add_button.signal_clicked().connect(sigc::mem_fun(*this, &SpellCheck::onAdd));
166 start_button.signal_clicked().connect(sigc::mem_fun(*this, &SpellCheck::onStart));
167 stop_button.signal_clicked().connect(sigc::mem_fun(*this, &SpellCheck::onStop));
168 tree_view.get_selection()->signal_changed().connect(sigc::mem_fun(*this, &SpellCheck::onTreeSelectionChange));
169 desktopChangeConn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &SpellCheck
[all...]
H A Dspellcheck.h49 class SpellCheck : public Widget::Panel { class in namespace:Inkscape::UI::Dialog
51 SpellCheck ();
52 ~SpellCheck ();
54 static SpellCheck &getInstance() { return *new SpellCheck(); }
H A Ddialog-manager.cpp141 registerFactory("SpellCheck", &create<SpellCheck, FloatingBehavior>);
180 registerFactory("SpellCheck", &create<SpellCheck, DockBehavior>);

Completed in 15 milliseconds