Searched defs:document (Results 1 - 25 of 136) sorted by relevance

123456

/inkscape/src/ui/widget/
H A Dimageicon.h99 * The svg document we are currently showing
101 SPDocument *document; member in class:Inkscape::UI::Widget::ImageIcon
/inkscape/src/display/
H A Dnr-filter-image.h36 void set_document( SPDocument *document );
44 SPDocument *document; member in class:Inkscape::Filters::FilterImage
/inkscape/src/
H A Dsp-linear-gradient.cpp21 void SPLinearGradient::build(SPDocument *document, Inkscape::XML::Node *repr) { argument
22 SPGradient::build(document, repr);
H A Dsp-tag.cpp63 SPTag::build(SPDocument *document, Inkscape::XML::Node *repr) argument
66 SPObject::build(document, repr);
H A Dpersp3d.h23 #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 Dprofile-manager.cpp2 * 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 Dsp-glyph.cpp20 #include "document.h"
37 void SPGlyph::build(SPDocument *document, Inkscape::XML::Node *repr) argument
39 SPObject::build(document, repr);
H A Dsp-polyline.cpp21 #include "document.h"
29 void SPPolyLine::build(SPDocument * document, Inkscape::XML::Node * repr) { argument
30 SPShape::build(document, repr);
H A Dsp-anchor.cpp22 #include "document.h"
31 void SPAnchor::build(SPDocument *document, Inkscape::XML::Node *repr) { argument
32 SPGroup::build(document, repr);
H A Dsp-radial-gradient.cpp28 void SPRadialGradient::build(SPDocument *document, Inkscape::XML::Node *repr) { argument
29 SPGradient::build(document, repr);
H A Dsp-tag-use.cpp19 #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 Drepr-action-test.h13 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 Drebase-hrefs-test.h11 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 Dtile.cpp32 void SPFeTile::build(SPDocument *document, Inkscape::XML::Node *repr) { argument
33 SPFilterPrimitive::build(document, repr);
H A Ddistantlight.cpp19 #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 Dpointlight.cpp19 #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 Dspotlight.cpp19 #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 Doffset.cpp37 void SPFeOffset::build(SPDocument *document, Inkscape::XML::Node *repr) { argument
38 SPFilterPrimitive::build(document, repr);
H A Dblend.cpp43 void SPFeBlend::build(SPDocument *document, Inkscape::XML::Node *repr) { argument
44 SPFilterPrimitive::build(document, repr);
H A Dcolormatrix.cpp41 void SPFeColorMatrix::build(SPDocument *document, Inkscape::XML::Node *repr) { argument
42 SPFilterPrimitive::build(document, repr);
H A Dcomponenttransfer-funcnode.cpp19 #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 Dconvolvematrix.cpp53 void SPFeConvolveMatrix::build(SPDocument *document, Inkscape::XML::Node *repr) { argument
54 SPFilterPrimitive::build(document, repr);
H A Dflood.cpp41 void SPFeFlood::build(SPDocument *document, Inkscape::XML::Node *repr) { argument
42 SPFilterPrimitive::build(document, repr);
H A Dgaussian-blur.cpp41 void SPGaussianBlur::build(SPDocument *document, Inkscape::XML::Node *repr) { argument
42 SPFilterPrimitive::build(document, repr);
/inkscape/src/ui/dialog/
H A Dpanel-dialog.h38 * 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);

Completed in 30 milliseconds

123456