|
class AddSymbolThis operation adds a symbol to a part. #include <addSymbol.h> Inherits: Operation |
This operation adds a symbol to a part. In case the operation is undone, the element has to be deleted when the operation-instance is deleted. For this reason, a _delete element is used...
AddSymbol (Symbol * o, Part * part)
example: new AddSymbol(new Expression(0), new Part());
Generated by: wuerthne@clouseau on Fri Jan 19 23:08:00 200. |