Home
last modified time | relevance | path

Searched refs:saveBundledPart (Results 1 – 4 of 4) sorted by relevance

/dports/cad/fritzing/fritzing-app-0.9.2b/src/mainwindow/
H A Dmainwindow.h390 void saveBundledPart(const QString &moduleId=___emptyString___);
H A Dmainwindow.cpp1736 void MainWindow::saveBundledPart(const QString &moduleId) { in saveBundledPart() function in MainWindow
H A Dmainwindow_menu.cpp1076 connect(m_saveBundledPart, SIGNAL(triggered()), this, SLOT(saveBundledPart())); in createPartMenuActions()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/partsbinpalette/binmanager/
H A Dbinmanager.cpp123 …connect(this, SIGNAL(savePartAsBundled(const QString &)), m_mainWindow, SLOT(saveBundledPart(const… in BinManager()