Searched defs:link (Results 1 - 9 of 9) sorted by relevance
/inkscape/src/ |
H A D | sp-tag-use-reference.cpp | 62 SPTagUsePath::link(char *to) function in class:SPTagUsePath
|
H A D | sp-use-reference.cpp | 62 SPUsePath::link(char *to) function in class:SPUsePath
|
H A D | device-manager.cpp | 187 virtual Glib::ustring getLink() const {return link;} 188 virtual void setLink( Glib::ustring const& link ) {this->link = link;} 207 Glib::ustring link; member in class:Inkscape::InputDeviceImpl 236 link(), 309 virtual void setLinkedTo(Glib::ustring const & id, Glib::ustring const& link); 564 void DeviceManagerImpl::setLinkedTo(Glib::ustring const & id, Glib::ustring const& link) argument 571 if ( !link.empty() ) { 572 // Need to be sure the target of the link exist [all...] |
H A D | gradient-chemistry.cpp | 160 // link to vector 1466 static void sp_gradient_repr_set_link(Inkscape::XML::Node *repr, SPGradient *link) argument 1469 g_message("sp_gradient_repr_set_link(%p, %p)", repr, link); 1472 if (link) { 1473 g_return_if_fail(SP_IS_GRADIENT(link)); 1476 if (link) { 1478 ref += link->getId();
|
/inkscape/src/live_effects/ |
H A D | lpeobject-reference.cpp | 53 LPEObjectReference::link(const char *to) function in class:Inkscape::LivePathEffect::LPEObjectReference
|
/inkscape/src/extension/internal/ |
H A D | gdkpixbuf-input.cpp | 31 Glib::ustring link = prefs->getString("/dialogs/import/link"); local 36 // << ", link: " << link 41 // << ", link: " << mod->get_param_optiongroup("link") 45 Glib::ustring mod_link = mod->get_param_optiongroup("link"); 49 if( link.compare( mod_link ) != 0 ) { 50 link = mod_link; 52 prefs->setString("/dialogs/import/link", lin [all...] |
/inkscape/src/ui/dialog/ |
H A D | aboutbox.cpp | 123 Gtk::Label *link = new Gtk::Label(); local 127 link->set_markup(website_link); 128 link->set_alignment(Gtk::ALIGN_END); 129 link->set_padding(5,5); 130 link->set_selectable(true); 131 link->show(); 135 get_content_area()->pack_start(*manage(link), false, false); 138 get_vbox()->pack_start(*manage(link), false, false); 1175 "permission to link or combine any covered work with a work licensed\n"
|
H A D | input.cpp | 561 Glib::ustring link, 1013 // Check if there is an eraser we can link to a pen 1429 Glib::ustring link, 1434 if ( dev && (dev->getLink() == link) ) { 1447 // g_message("Links!!!! for %p hits [%s] with link of [%s]", &device, device->getId().c_str(), device->getLink().c_str()); 1428 findDeviceByLink(const Gtk::TreeModel::iterator& iter, Glib::ustring link, Gtk::TreeModel::iterator* result) argument
|
/inkscape/src/widgets/ |
H A D | eek-preview.cpp | 751 LinkType link) 757 link = (LinkType)(link & PREVIEW_LINK_ALL); 759 if (link != (LinkType)priv->linked) 761 priv->linked = link; 750 eek_preview_set_linked(EekPreview *preview, LinkType link) argument
|
Completed in 158 milliseconds