Home
last modified time | relevance | path

Searched refs:peMainWindow (Results 1 – 2 of 2) sorted by relevance

/dports/cad/fritzing/fritzing-app-0.9.2b/src/partseditor/
H A Dpecommands.cpp38 m_peMainWindow = peMainWindow; in PEBaseCommand()
52 : PEBaseCommand(peMainWindow, parent) in ChangeMetadataCommand()
86 : PEBaseCommand(peMainWindow, parent) in ChangeTagsCommand()
118 : PEBaseCommand(peMainWindow, parent) in ChangePropertiesCommand()
150 : PEBaseCommand(peMainWindow, parent) in ChangeConnectorMetadataCommand()
181 : PEBaseCommand(peMainWindow, parent) in ChangeFzpCommand()
212 : PEBaseCommand(peMainWindow, parent) in ChangeSvgCommand()
244 : PEBaseCommand(peMainWindow, parent) in RelocateConnectorSvgCommand()
282 : PEBaseCommand(peMainWindow, parent) in MoveTerminalPointCommand()
316 : PEBaseCommand(peMainWindow, parent) in RemoveBusConnectorCommand()
[all …]
/dports/cad/fritzing/fritzing-app-0.9.2b/src/mainwindow/
H A Dmainwindow_menu.cpp2354 PEMainWindow * peMainWindow = qobject_cast<PEMainWindow *>(widget); in openNewPartsEditor() local
2355 if (peMainWindow == NULL) continue; in openNewPartsEditor()
2357 if (peMainWindow->editsModuleID(paletteItem->moduleID())) { in openNewPartsEditor()
2358 if (peMainWindow->isMinimized()) peMainWindow->showNormal(); in openNewPartsEditor()
2359 else peMainWindow->show(); in openNewPartsEditor()
2360 peMainWindow->raise(); in openNewPartsEditor()
2366 peMainWindow->init(m_referenceModel, false); in openNewPartsEditor()
2367 if (peMainWindow->setInitialItem(paletteItem)) { in openNewPartsEditor()
2368 peMainWindow->show(); in openNewPartsEditor()
2369 peMainWindow->raise(); in openNewPartsEditor()
[all …]