Home
last modified time | relevance | path

Searched refs:IncLabelTextCommand (Results 1 – 3 of 3) sorted by relevance

/dports/cad/fritzing/fritzing-app-0.9.2b/src/
H A Dcommands.cpp1563 IncLabelTextCommand::IncLabelTextCommand(SketchWidget *sketchWidget, long id, QUndoCommand *parent) in IncLabelTextCommand() function in IncLabelTextCommand
1569 void IncLabelTextCommand::undo() { in undo()
1574 void IncLabelTextCommand::redo() { in redo()
1581 QString IncLabelTextCommand::getParamString() const { in getParamString()
H A Dcommands.h794 class IncLabelTextCommand : public BaseCommand
797 IncLabelTextCommand(class SketchWidget *sketchWidget, long id, QUndoCommand *parent);
/dports/cad/fritzing/fritzing-app-0.9.2b/src/mainwindow/
H A Dmainwindow_menu.cpp546 new IncLabelTextCommand(m_breadboardGraphicsView, id, parentCommand); in pasteAux()