![]() |
TinkerCell Core 1.0
TinkerCell's Core library providing all basic functionalities
|
this command inserts new handles to a NetworkHandle More...
#include <UndoCommands.h>
Public Member Functions | |
RemoveHandlesCommand (TextEditor *, const QList< ItemHandle * > &, bool updateDataFields=true) | |
constructor | |
RemoveHandlesCommand (TextEditor *, ItemHandle *, bool updateDataFields=true) | |
constructor | |
void | redo () |
redo the change | |
void | undo () |
undo the change |
this command inserts new handles to a NetworkHandle
Definition at line 89 of file UndoCommands.h.
Tinkercell::RemoveHandlesCommand::RemoveHandlesCommand | ( | TextEditor * | editor, |
const QList< ItemHandle * > & | list, | ||
bool | updateDataFields = true |
||
) |
constructor
TextEditor* | window where items are deleted |
QList<ItemHandle*> | deleted items |
bool | update data of other items where removed items might occur (default=true) |
Definition at line 402 of file UndoCommands.cpp.
Tinkercell::RemoveHandlesCommand::RemoveHandlesCommand | ( | TextEditor * | editor, |
ItemHandle * | h, | ||
bool | updateDataFields = true |
||
) |
constructor
TextEditor* | window where items are deleted |
ItemHandle* | deleted item |
bool | update data of other items where removed items might occur (default=true) |
Definition at line 418 of file UndoCommands.cpp.
void Tinkercell::RemoveHandlesCommand::redo | ( | ) |
redo the change
Definition at line 461 of file UndoCommands.cpp.
void Tinkercell::RemoveHandlesCommand::undo | ( | ) |
undo the change
Definition at line 432 of file UndoCommands.cpp.