Searched refs:_checkForUpdated (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | layers.h | 89 bool _checkForUpdated(const Gtk::TreePath &path, const Gtk::TreeIter& iter, SPObject* layer);
|
H A D | objects.h | 226 bool _checkForUpdated(const Gtk::TreeIter& iter, SPObject* obj);
|
H A D | tags.h | 95 bool _checkForUpdated(const Gtk::TreePath &path, const Gtk::TreeIter& iter, SPObject* obj);
|
H A D | layers.cpp | 321 _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 D | tags.cpp | 319 _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 D | objects.cpp | 398 _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