Searched refs:emitResizedSignal (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Ddocument.h271 void emitResizedSignal(double width, double height);
H A Dsp-root.cpp305 this->document->emitResizedSignal(this->width.computed, this->height.computed);
H A Dfile.cpp308 doc->emitResizedSignal(doc->getWidth().value("px"), doc->getHeight().value("px"));
H A Ddocument.cpp927 void SPDocument::emitResizedSignal(gdouble width, gdouble height) function in class:SPDocument

Completed in 108 milliseconds