Home
last modified time | relevance | path

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

/dports/cad/fritzing/fritzing-app-0.9.2b/src/partseditor/
H A Dpemainwindow.h213 void updateWireMenu();
H A Dpemainwindow.cpp708 connect( menu, SIGNAL(aboutToShow()), this, SLOT(updateWireMenu())); in breadboardWireMenu()
2990 void PEMainWindow::updateWireMenu() { in updateWireMenu() function in PEMainWindow
/dports/cad/fritzing/fritzing-app-0.9.2b/src/mainwindow/
H A Dmainwindow.h314 virtual void updateWireMenu();
H A Dmainwindow_menu.cpp1737 void MainWindow::updateWireMenu() { in updateWireMenu() function in MainWindow
3429 connect( menu, SIGNAL(aboutToShow()), this, SLOT(updateWireMenu())); in breadboardWireMenu()
3454 connect(menu, SIGNAL(aboutToShow()), this, SLOT(updateWireMenu())); in pcbWireMenu()
3485 connect( menu, SIGNAL(aboutToShow()), this, SLOT(updateWireMenu())); in schematicWireMenu()