Searched refs:_checkForUpdated (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/ui/dialog/
H A Dlayers.h89 bool _checkForUpdated(const Gtk::TreePath &path, const Gtk::TreeIter& iter, SPObject* layer);
H A Dobjects.h226 bool _checkForUpdated(const Gtk::TreeIter& iter, SPObject* obj);
H A Dtags.h95 bool _checkForUpdated(const Gtk::TreePath &path, const Gtk::TreeIter& iter, SPObject* obj);
H A Dlayers.cpp321 _store->foreach( sigc::bind<SPObject*>(sigc::mem_fun(*this, &LayersPanel::_checkForUpdated), layer) );
324 bool LayersPanel::_checkForUpdated(const Gtk::TreePath &/*path*/, const Gtk::TreeIter& iter, SPObject* layer) function in class:Inkscape::UI::Dialog::LayersPanel
H A Dtags.cpp319 _store->foreach( sigc::bind<SPObject*>(sigc::mem_fun(*this, &TagsPanel::_checkForUpdated), obj) );
322 bool TagsPanel::_checkForUpdated(const Gtk::TreePath &/*path*/, const Gtk::TreeIter& iter, SPObject* obj) function in class:Inkscape::UI::Dialog::TagsPanel
H A Dobjects.cpp398 _store->foreach_iter( sigc::bind<SPObject*>(sigc::mem_fun(*this, &ObjectsPanel::_checkForUpdated), obj) );
415 bool ObjectsPanel::_checkForUpdated(const Gtk::TreeIter& iter, SPObject* obj) function in class:Inkscape::UI::Dialog::ObjectsPanel

Completed in 22 milliseconds