Comment 12 for bug 1194871

Revision history for this message
suresh (suresh-meetsme) wrote :

updates..

is there any way to copy document directly into memory,

        doc->doc()->emitReconstructionStart();

        //copy_doc(doc->doc()->rroot, mydoc->rroot);
        doc = reinterpret_cast<Inkscape::UI::View::View *>(mydoc);
        doc->doc()->emitReconstructionFinish();

I tried above code, but it is not applying any effect, so just wanted to know is there any way to assign new document directly into memory?