Home
last modified time | relevance | path

Searched refs:ChangeActivPP (Results 1 – 6 of 6) sorted by relevance

/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/undocommands/
H A Dundogroup.cpp55 doc->ChangeActivPP(nameActivDraw);//Without this user will not see this change in undo()
103 doc->ChangeActivPP(nameActivDraw);//Without this user will not see this change in redo()
212 doc->ChangeActivPP(nameActivDraw);//Without this user will not see this change in performUndoRedo()
298 doc->ChangeActivPP(nameActivDraw);//Without this user will not see this change in performUndoRedo()
396 doc->ChangeActivPP(m_nameActivDraw);//Without this user will not see this change in Do()
451 doc->ChangeActivPP(m_nameActivDraw);//Without this user will not see this change in undo()
491 doc->ChangeActivPP(m_nameActivDraw);//Without this user will not see this change in redo()
H A Daddtocalc.cpp53 doc->ChangeActivPP(nameActivDraw);//Without this user will not see this change in undo()
92 doc->ChangeActivPP(nameActivDraw);//Without this user will not see this change in redo()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/ifc/xml/
H A Dvabstractpattern.h104 void ChangeActivPP(const QString& name, const Document &parse = Document::FullParse);
H A Dvabstractpattern.cpp291 void VAbstractPattern::ChangeActivPP(const QString &name, const Document &parse) in ChangeActivPP() function in VAbstractPattern
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/app/valentina/xml/
H A Dvpattern.cpp202 ChangeActivPP(GetParametrString(domElement, AttrName)); in Parse()
208ChangeActivPP(GetParametrString(domElement, AttrName), Document::LiteParse); in Parse()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/app/valentina/
H A Dmainwindow.cpp2302 doc->ChangeActivPP(doc->GetNameActivPP(), Document::FullParse); in ExportDraw()
5872 doc->ChangeActivPP(comboBoxDraws->itemText(index)); in ChangePP()