/inkscape/src/ui/widget/ |
H A D | imageicon.h | 99 * The svg document we are currently showing 101 SPDocument *document; member in class:Inkscape::UI::Widget::ImageIcon
|
/inkscape/src/display/ |
H A D | nr-filter-image.h | 36 void set_document( SPDocument *document ); 44 SPDocument *document; member in class:Inkscape::Filters::FilterImage
|
/inkscape/src/ |
H A D | sp-linear-gradient.cpp | 21 void SPLinearGradient::build(SPDocument *document, Inkscape::XML::Node *repr) { argument 22 SPGradient::build(document, repr);
|
H A D | sp-tag.cpp | 63 SPTag::build(SPDocument *document, Inkscape::XML::Node *repr) argument 66 SPObject::build(document, repr);
|
H A D | persp3d.h | 23 #include "document.h" 49 SPDocument *document; member in class:Persp3DImpl 107 Persp3D * persp3d_create_xml_element (SPDocument *document, Persp3DImpl *dup = NULL); 108 Persp3D * persp3d_document_first_persp (SPDocument *document);
|
H A D | profile-manager.cpp | 2 * Inkscape::ProfileManager - a view of a document's color profiles. 13 #include "document.h" 20 ProfileManager::ProfileManager(SPDocument *document) : argument 21 _doc(document),
|
H A D | sp-glyph.cpp | 20 #include "document.h" 37 void SPGlyph::build(SPDocument *document, Inkscape::XML::Node *repr) argument 39 SPObject::build(document, repr);
|
H A D | sp-polyline.cpp | 21 #include "document.h" 29 void SPPolyLine::build(SPDocument * document, Inkscape::XML::Node * repr) { argument 30 SPShape::build(document, repr);
|
H A D | sp-anchor.cpp | 22 #include "document.h" 31 void SPAnchor::build(SPDocument *document, Inkscape::XML::Node *repr) { argument 32 SPGroup::build(document, repr);
|
H A D | sp-radial-gradient.cpp | 28 void SPRadialGradient::build(SPDocument *document, Inkscape::XML::Node *repr) { argument 29 SPGradient::build(document, repr);
|
H A D | sp-tag-use.cpp | 19 #include "document.h" 54 SPTagUse::build(SPDocument *document, Inkscape::XML::Node *repr) argument 56 SPObject::build(document, repr); 170 child_->invoke_build(this->document, childrepr, TRUE);
|
/inkscape/src/xml/ |
H A D | repr-action-test.h | 13 Inkscape::XML::Document *document; member in class:XmlReprActionTest 22 document = sp_repr_document_new("test"); 23 root = document->root(); 25 a = document->createElement("a"); 26 b = document->createElement("b"); 27 c = document->createElement("c"); 38 sp_repr_begin_transaction(document); 44 sp_repr_rollback(document); 52 sp_repr_begin_transaction(document); 58 sp_repr_rollback(document); [all...] |
H A D | rebase-hrefs-test.h | 11 Inkscape::XML::Document *document; member in class:RebaseHrefsTest 20 document = sp_repr_document_new("test"); 21 root = document->root(); 23 a = document->createElement("a"); 24 b = document->createElement("b"); 25 c = document->createElement("c");
|
/inkscape/src/filters/ |
H A D | tile.cpp | 32 void SPFeTile::build(SPDocument *document, Inkscape::XML::Node *repr) { argument 33 SPFilterPrimitive::build(document, repr);
|
H A D | distantlight.cpp | 19 #include "document.h" 41 void SPFeDistantLight::build(SPDocument *document, Inkscape::XML::Node *repr) { argument 42 SPObject::build(document, repr); 49 document->addResource("fedistantlight", this); 56 if ( this->document ) { 58 this->document->removeResource("fedistantlight", this);
|
H A D | pointlight.cpp | 19 #include "document.h" 41 void SPFePointLight::build(SPDocument *document, Inkscape::XML::Node *repr) { argument 42 SPObject::build(document, repr); 50 document->addResource("fepointlight", this); 57 if ( this->document ) { 59 this->document->removeResource("fepointlight", this);
|
H A D | spotlight.cpp | 19 #include "document.h" 45 void SPFeSpotLight::build(SPDocument *document, Inkscape::XML::Node *repr) { argument 46 SPObject::build(document, repr); 59 document->addResource("fespotlight", this); 66 if ( this->document ) { 68 this->document->removeResource("fespotlight", this);
|
H A D | offset.cpp | 37 void SPFeOffset::build(SPDocument *document, Inkscape::XML::Node *repr) { argument 38 SPFilterPrimitive::build(document, repr);
|
H A D | blend.cpp | 43 void SPFeBlend::build(SPDocument *document, Inkscape::XML::Node *repr) { argument 44 SPFilterPrimitive::build(document, repr);
|
H A D | colormatrix.cpp | 41 void SPFeColorMatrix::build(SPDocument *document, Inkscape::XML::Node *repr) { argument 42 SPFilterPrimitive::build(document, repr);
|
H A D | componenttransfer-funcnode.cpp | 19 #include "document.h" 44 void SPFeFuncNode::build(SPDocument *document, Inkscape::XML::Node *repr) { argument 45 SPObject::build(document, repr); 58 document->addResource("fefuncnode", this); //maybe feFuncR, fefuncG, feFuncB and fefuncA ? 65 if ( this->document ) { 67 this->document->removeResource("fefuncnode", this);
|
H A D | convolvematrix.cpp | 53 void SPFeConvolveMatrix::build(SPDocument *document, Inkscape::XML::Node *repr) { argument 54 SPFilterPrimitive::build(document, repr);
|
H A D | flood.cpp | 41 void SPFeFlood::build(SPDocument *document, Inkscape::XML::Node *repr) { argument 42 SPFilterPrimitive::build(document, repr);
|
H A D | gaussian-blur.cpp | 41 void SPGaussianBlur::build(SPDocument *document, Inkscape::XML::Node *repr) { argument 42 SPFilterPrimitive::build(document, repr);
|
/inkscape/src/ui/dialog/ |
H A D | panel-dialog.h | 38 * different desktop or a new document. 53 inline virtual void _propagateDocumentReplaced(SPDesktop* desktop, SPDocument *document); 123 void PanelDialogBase::_propagateDocumentReplaced(SPDesktop *desktop, SPDocument *document) argument 125 _panel.signalDocumentReplaced().emit(desktop, document);
|