/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/live_effects/ |
H A D | lpeobject-reference.h | 44 void link(const char* to);
|
H A D | lpeobject-reference.cpp | 53 LPEObjectReference::link(const char *to) function in class:Inkscape::LivePathEffect::LPEObjectReference
|
/inkscape/src/ |
H A D | persp3d-reference.h | 47 void link(char* to);
|
H A D | sp-tag-use-reference.h | 58 void link(char* to);
|
H A D | sp-use-reference.h | 58 void link(char* to);
|
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 | sp-tag-use-reference.cpp | 62 SPTagUsePath::link(char *to) function in class:SPTagUsePath
|
H A D | device-manager.h | 57 virtual void setLinkedTo(Glib::ustring const & id, Glib::ustring const& link) = 0;
|
H A D | sp-use-reference.cpp | 62 SPUsePath::link(char *to) function in class:SPUsePath
|
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();
|
H A D | sp-tspan.cpp | 286 this->sourcePath->link((char*)value);
|
H A D | sp-lpe-item.cpp | 148 path_effect_ref->link(href.c_str());
|
/inkscape/cxxtest/cxxtest/ |
H A D | LinkedList.h | 28 void leaveOnly( const Link &link );
|
H A D | LinkedList.cpp | 75 void List::leaveOnly( const Link &link ) 78 if ( l != &link )
|
/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/widgets/ |
H A D | eek-preview.h | 124 void eek_preview_set_linked( EekPreview* splat, LinkType link );
|
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
|
/inkscape/share/extensions/ |
H A D | synfig_output.py | 518 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 D | FixFiles.bat | 157 LINK32=link.exe 181 LINK32=link.exe
|