Searched refs:foreach (Results 1 - 10 of 10) sorted by relevance

/inkscape/src/extension/
H A Ddb.cpp108 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 Ddb.h52 lists via "foreach" */
62 void foreach (void (*in_func)(Extension * in_plug, gpointer in_data), gpointer in_data);
H A Dsystem.cpp60 * 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 Dinit.cpp347 db.foreach(check_extensions_internal, (gpointer)&count);
/inkscape/src/ui/dialog/
H A Dextensions.cpp101 Inkscape::Extension::db.foreach(listCB, (gpointer)this);
H A Dextension-editor.cpp86 Inkscape::Extension::db.foreach(dbfunc, this);
186 * the Extension Database's foreach function. It will get called for
H A Dlayers.cpp321 _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 Dtags.cpp319 _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 Dobjects.cpp489 _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 Dgradient-selector.cpp412 store->foreach( sigc::bind<SPGradient*>(sigc::mem_fun(*this, &SPGradientSelector::_checkForSelected), vector) );

Completed in 41 milliseconds