Searched defs:requestModified (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Ddocument.cpp1123 void SPDocument::requestModified() function in class:SPDocument
H A Dsp-object.cpp452 this->requestModified(SP_OBJECT_CHILD_MODIFIED_FLAG);
1123 /* requestModified must be used only to set one of SP_OBJECT_MODIFIED_FLAG or
1133 /* If requestModified has already been called on this object or one of its children, then we
1140 document->requestModified();
1191 void SPObject::requestModified(unsigned int flags) function in class:SPObject
1195 /* requestModified must be used only to set one of SP_OBJECT_MODIFIED_FLAG or
1205 /* If requestModified has already been called on this object or one of its children, then we
1210 parent->requestModified(SP_OBJECT_CHILD_MODIFIED_FLAG);
1212 document->requestModified();

Completed in 18 milliseconds