Searched defs:targets (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/dialog/
H A Dsymbols.cpp171 std::vector< Gtk::TargetEntry > targets; local
172 targets.push_back(Gtk::TargetEntry( "application/x-inkscape-paste"));
174 iconView->enable_model_drag_source (targets, Gdk::BUTTON1_MASK, Gdk::ACTION_COPY);
/inkscape/src/ui/
H A Dclipboard.cpp162 std::list<Glib::ustring> _preferred_targets; ///< List of supported clipboard targets
180 // push supported clipboard targets, in order of preference
1304 std::vector<Glib::ustring> targets = _clipboard->wait_for_targets(); local
1306 std::list<Glib::ustring> targets = _clipboard->wait_for_targets();
1311 g_message("Begin clipboard targets");
1312 for ( std::list<Glib::ustring>::iterator x = targets.begin() ; x != targets.end(); ++x )
1314 g_message("End clipboard targets\n");
1320 if ( std::find(targets.begin(), targets
[all...]
/inkscape/
H A Dbuildtool.cpp9294 { return targets; }
9402 std::map<String, Target> targets; member in class:buildtool::Make
9570 targets.find(currentTarget);
9571 if (iter == targets.end())
9963 if (targets.find(tname) != targets.end())
9968 //more work than targets[tname]=target, but avoids default allocator
9969 targets.insert(std::make_pair<String, Target>(tname, target));
9981 for (iter = targets.begin() ; iter!= targets
[all...]

Completed in 35 milliseconds