Home
last modified time | relevance | path

Searched refs:fzpPath (Results 1 – 7 of 7) sorted by relevance

/dports/cad/fritzing/fritzing-app-0.9.2b/src/items/
H A Dpartfactory.h47 static QString fzpPath();
H A Dpartfactory.cpp456 path = fzpPath() + expectedFileName; in fzpFileExists()
477 QString filename = fzpPath() + moduleID + ".fzp"; in getFzpFilename()
568 QString PartFactory::fzpPath() { in fzpPath() function in PartFactory
H A Dpaletteitem.cpp1156 if (!TextUtils::writeUtf8(PartFactory::fzpPath() + newFzpFilename, fzp)) { in changeHoleSize()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/partseditor/
H A Dpemainwindow.cpp1786 DebugDialog::debug("temp path " + fzpPath); in saveFzp()
1787 writeXml(fzpPath, m_fzpDocument.toString(), true); in saveFzp()
1788 return fzpPath; in saveFzp()
2305 QString fzpPath = dir.absoluteFilePath(QString("%1.fzp").arg(suffix)); in saveAs() local
2308 fzpPath = m_originalFzpPath; in saveAs()
2324 bool result = writeXml(fzpPath, m_fzpDocument.toString(), false); in saveAs()
2327 m_originalFzpPath = fzpPath; in saveAs()
2344 modelPart = m_referenceModel->loadPart(fzpPath, true); in saveAs()
2348 m_referenceModel->reloadPart(fzpPath, m_originalModuleID); in saveAs()
2718 void PEMainWindow::restoreFzp(const QString & fzpPath) in restoreFzp() argument
[all …]
/dports/cad/fritzing/fritzing-app-0.9.2b/src/autoroute/
H A Ddrc.cpp1045 QString fzpPath = itemBase->modelPart()->path(); in checkCopperBoth() local
1046 QFile file(fzpPath); in checkCopperBoth()
1048 DebugDialog::debug(QString("unable to open %1").arg(fzpPath)); in checkCopperBoth()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/model/
H A Dpalettemodel.cpp663 QString path = PartFactory::fzpPath() + moduleID + ".fzp"; in makeSubpart()
H A Dmodelbase.cpp868 QString oldFzpPath = PartFactory::fzpPath() + oldModuleIDRef + ".fzp"; in createOldSchematicPartAux()