Home
last modified time | relevance | path

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

/dports/cad/fritzing/fritzing-app-0.9.2b/src/
H A Dwaitpushundostack.cpp76 writeUndo(cmd, 0, NULL); in push()
153 void WaitPushUndoStack::writeUndo(const QUndoCommand * cmd, int indent, const BaseCommand * parent) in writeUndo() function in WaitPushUndoStack
178 writeUndo(cmd->child(i), indent + 4, NULL); in writeUndo()
183 writeUndo(bcmd->subCommand(i), indent + 4, bcmd); in writeUndo()
H A Dwaitpushundostack.h54 void writeUndo(const QUndoCommand *, int indent, const class BaseCommand * parent);
H A Dcommands.cpp135 m_sketchWidget->undoStack()->writeUndo(subCommand, 4, this); in addSubCommand()
/dports/net-mgmt/py-pysnmp/pysnmp-4.4.9/pysnmp/smi/mibs/
H A DSNMPv2-SMI.py541 def writeUndo(self, name, val, idx, acInfo): member in MibTree
542 self.getBranch(name, idx).writeUndo(name, val, idx, acInfo)
759 def writeUndo(self, name, val, idx, acInfo): member in MibScalarInstance
795 self.writeUndo(name, val, idx, acInfo)
997 def writeUndo(self, name, val, idx, acInfo): member in MibTableColumn
1225 def writeUndo(self, name, val, idx, acInfo): member in MibTableRow