Searched refs:foreach (Results 1 - 10 of 10) sorted by relevance
/inkscape/src/extension/ |
H A D | db.cpp | 108 DB::foreach (void (*in_func)(Extension * in_plug, gpointer in_data), gpointer in_data) function in class:Inkscape::Extension::DB 113 // printf("foreach: %s\n", (*cur)->get_id()); 204 Calls the database \c foreach function with \c input_internal. 209 foreach(input_internal, (gpointer)&ou_list); 217 Calls the database \c foreach function with \c output_internal. 222 foreach(output_internal, (gpointer)&ou_list); 230 Calls the database \c foreach function with \c effect_internal. 235 foreach(effect_internal, (gpointer)&ou_list);
|
H A D | db.h | 52 lists via "foreach" */ 62 void foreach (void (*in_func)(Extension * in_plug, gpointer in_data), gpointer in_data);
|
H A D | system.cpp | 60 * needs to be found, and that is done with a database lookup through the module DB. The foreach 80 db.foreach(open_internal, (gpointer)&parray); 198 * needs to be found, and that is done with a database lookup through the module DB. The foreach 220 db.foreach(save_internal, (gpointer)&parray);
|
H A D | init.cpp | 347 db.foreach(check_extensions_internal, (gpointer)&count);
|
/inkscape/src/ui/dialog/ |
H A D | extensions.cpp | 101 Inkscape::Extension::db.foreach(listCB, (gpointer)this);
|
H A D | extension-editor.cpp | 86 Inkscape::Extension::db.foreach(dbfunc, this); 186 * the Extension Database's foreach function. It will get called for
|
H A D | layers.cpp | 321 _store->foreach( sigc::bind<SPObject*>(sigc::mem_fun(*this, &LayersPanel::_checkForUpdated), layer) ); 353 _store->foreach( sigc::bind<SPObject*>(sigc::mem_fun(*this, &LayersPanel::_checkForSelected), layer) );
|
H A D | tags.cpp | 319 _store->foreach( sigc::bind<SPObject*>(sigc::mem_fun(*this, &TagsPanel::_checkForUpdated), obj) ); 355 _store->foreach(sigc::bind<SPObject *>( sigc::mem_fun(*this, &TagsPanel::_checkForSelected), obj));
|
H A D | objects.cpp | 489 _store->foreach(sigc::bind<SPItem *, bool>( sigc::mem_fun(*this, &ObjectsPanel::_checkForSelected), item, (*i)==items.back())); 495 _store->foreach(sigc::bind<SPItem *, bool>( sigc::mem_fun(*this, &ObjectsPanel::_checkForSelected), item, true));
|
/inkscape/src/widgets/ |
H A D | gradient-selector.cpp | 412 store->foreach( sigc::bind<SPGradient*>(sigc::mem_fun(*this, &SPGradientSelector::_checkForSelected), vector) );
|
Completed in 41 milliseconds