Searched refs:link (Results 1 - 21 of 21) sorted by relevance

/inkscape/src/ui/dialog/
H A Daboutbox.cpp123 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 Dinput.cpp561 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/live_effects/
H A Dlpeobject-reference.h44 void link(const char* to);
H A Dlpeobject-reference.cpp53 LPEObjectReference::link(const char *to) function in class:Inkscape::LivePathEffect::LPEObjectReference
/inkscape/src/
H A Dpersp3d-reference.h47 void link(char* to);
H A Dsp-tag-use-reference.h58 void link(char* to);
H A Dsp-use-reference.h58 void link(char* to);
H A Ddevice-manager.cpp187 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 Dsp-tag-use-reference.cpp62 SPTagUsePath::link(char *to) function in class:SPTagUsePath
H A Ddevice-manager.h57 virtual void setLinkedTo(Glib::ustring const & id, Glib::ustring const& link) = 0;
H A Dsp-use-reference.cpp62 SPUsePath::link(char *to) function in class:SPUsePath
H A Dgradient-chemistry.cpp160 // 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();
H A Dsp-tspan.cpp286 this->sourcePath->link((char*)value);
H A Dsp-lpe-item.cpp148 path_effect_ref->link(href.c_str());
/inkscape/cxxtest/cxxtest/
H A DLinkedList.h28 void leaveOnly( const Link &link );
H A DLinkedList.cpp75 void List::leaveOnly( const Link &link )
78 if ( l != &link )
/inkscape/src/extension/internal/
H A Dgdkpixbuf-input.cpp31 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/widgets/
H A Deek-preview.h124 void eek_preview_set_linked( EekPreview* splat, LinkType link );
H A Deek-preview.cpp751 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
/inkscape/share/extensions/
H A Dsynfig_output.py518 def add_linear_gradient(self, gradient_id, p1, p2, mtx=[[1.0, 0.0, 0.0], [0.0, 1.0, 0.0]], stops=[], link="", spread_method="pad"):
530 elif link != "":
531 gradient["link"] = link
533 raise MalformedSVGError, "Gradient has neither stops nor link"
536 def add_radial_gradient(self, gradient_id, center, radius, focus, mtx=[[1.0, 0.0, 0.0], [0.0, 1.0, 0.0]], stops=[], link="", spread_method="pad"):
549 elif link != "":
550 gradient["link"] = link
552 raise MalformedSVGError, "Gradient has neither stops nor link"
[all...]
/inkscape/cxxtest/sample/msvc/
H A DFixFiles.bat157 LINK32=link.exe
181 LINK32=link.exe

Completed in 325 milliseconds