Home
last modified time | relevance | path

Searched refs:performExecute (Results 1 – 25 of 219) sorted by relevance

123456789

/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/library/cat/cmd/
H A Dcmdlibrarycategoryedit.cpp62 bool CmdLibraryCategoryEdit::performExecute() { in performExecute() function in librepcb::library::CmdLibraryCategoryEdit
63 if (CmdLibraryBaseElementEdit::performExecute()) return true; // can throw in performExecute()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/library/cmd/
H A Dcmdlibraryelementedit.cpp61 bool CmdLibraryElementEdit::performExecute() { in performExecute() function in librepcb::library::CmdLibraryElementEdit
62 if (CmdLibraryBaseElementEdit::performExecute()) return true; // can throw in performExecute()
H A Dcmdlibraryedit.cpp74 bool CmdLibraryEdit::performExecute() { in performExecute() function in librepcb::library::CmdLibraryEdit
75 if (CmdLibraryBaseElementEdit::performExecute()) return true; // can throw in performExecute()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/projecteditor/cmd/
H A Dcmdremoveunusednetsignals.cpp55 bool CmdRemoveUnusedNetSignals::performExecute() { in performExecute() function in librepcb::project::editor::CmdRemoveUnusedNetSignals
72 return UndoCommandGroup::performExecute(); // can throw in performExecute()
H A Dcmdboardsplitnetline.cpp54 bool CmdBoardSplitNetLine::performExecute() { in performExecute() function in librepcb::project::editor::CmdBoardSplitNetLine
67 return UndoCommandGroup::performExecute(); in performExecute()
H A Dcmdaddcomponenttocircuit.cpp76 bool CmdAddComponentToCircuit::performExecute() { in performExecute() function in librepcb::project::editor::CmdAddComponentToCircuit
104 return UndoCommandGroup::performExecute(); // can throw in performExecute()
H A Dcmdrotateselectedschematicitems.cpp66 bool CmdRotateSelectedSchematicItems::performExecute() { in performExecute() function in librepcb::project::editor::CmdRotateSelectedSchematicItems
121 return UndoCommandGroup::performExecute(); // can throw in performExecute()
H A Dcmdmirrorselectedschematicitems.cpp66 bool CmdMirrorSelectedSchematicItems::performExecute() { in performExecute() function in librepcb::project::editor::CmdMirrorSelectedSchematicItems
134 return UndoCommandGroup::performExecute(); // can throw in performExecute()
H A Dcmdremoveunusedlibraryelements.cpp60 bool CmdRemoveUnusedLibraryElements::performExecute() { in performExecute() function in librepcb::project::editor::CmdRemoveUnusedLibraryElements
120 return UndoCommandGroup::performExecute(); // can throw in performExecute()
H A Dcmdmoveselectedschematicitems.cpp113 bool CmdMoveSelectedSchematicItems::performExecute() { in performExecute() function in librepcb::project::editor::CmdMoveSelectedSchematicItems
141 return UndoCommandGroup::performExecute(); // can throw in performExecute()
H A Dcmdremoveunusedlibraryelements.h55 bool performExecute() override;
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/libraryeditor/sym/fsm/cmd/
H A Dcmdremoveselectedsymbolitems.cpp57 bool CmdRemoveSelectedSymbolItems::performExecute() { in performExecute() function in librepcb::library::editor::CmdRemoveSelectedSymbolItems
85 return UndoCommandGroup::performExecute(); // can throw in performExecute()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/project/boards/cmd/
H A Dcmdfootprintstroketextsreset.cpp57 bool CmdFootprintStrokeTextsReset::performExecute() { in performExecute() function in librepcb::project::CmdFootprintStrokeTextsReset
83 return UndoCommandGroup::performExecute(); // can throw in performExecute()
H A Dcmdfootprintstroketextsreset.h55 bool performExecute() override;
H A Dcmddeviceinstanceadd.cpp51 bool CmdDeviceInstanceAdd::performExecute() { in performExecute() function in librepcb::project::CmdDeviceInstanceAdd
H A Dcmdboardpolygonremove.cpp53 bool CmdBoardPolygonRemove::performExecute() { in performExecute() function in librepcb::project::CmdBoardPolygonRemove
H A Dcmddeviceinstanceremove.cpp53 bool CmdDeviceInstanceRemove::performExecute() { in performExecute() function in librepcb::project::CmdDeviceInstanceRemove
H A Dcmdboardholeadd.cpp53 bool CmdBoardHoleAdd::performExecute() { in performExecute() function in librepcb::project::CmdBoardHoleAdd
H A Dcmdboardplaneremove.cpp53 bool CmdBoardPlaneRemove::performExecute() { in performExecute() function in librepcb::project::CmdBoardPlaneRemove
H A Dcmdboardstroketextadd.cpp53 bool CmdBoardStrokeTextAdd::performExecute() { in performExecute() function in librepcb::project::CmdBoardStrokeTextAdd
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/libraryeditor/pkg/fsm/cmd/
H A Dcmdremoveselectedfootprintitems.cpp59 bool CmdRemoveSelectedFootprintItems::performExecute() { in performExecute() function in librepcb::library::editor::CmdRemoveSelectedFootprintItems
94 return UndoCommandGroup::performExecute(); // can throw in performExecute()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/library/cmp/cmd/
H A Dcmdcomponentedit.cpp81 bool CmdComponentEdit::performExecute() { in performExecute() function in librepcb::library::CmdComponentEdit
82 if (CmdLibraryElementEdit::performExecute()) return true; // can throw in performExecute()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/project/schematics/cmd/
H A Dcmdschematicnetlabelanchorsupdate.cpp52 bool CmdSchematicNetLabelAnchorsUpdate::performExecute() { in performExecute() function in librepcb::project::CmdSchematicNetLabelAnchorsUpdate
H A Dcmdschematicnetlabelanchorsupdate.h58 bool performExecute() override;
H A Dcmdsymbolinstanceadd.cpp53 bool CmdSymbolInstanceAdd::performExecute() { in performExecute() function in librepcb::project::CmdSymbolInstanceAdd

123456789