TinkerCell Core 1.0
TinkerCell's Core library providing all basic functionalities
Public Member Functions
Tinkercell::RemoveHandlesCommand Class Reference

this command inserts new handles to a NetworkHandle More...

#include <UndoCommands.h>

Inheritance diagram for Tinkercell::RemoveHandlesCommand:
Inheritance graph
[legend]
Collaboration diagram for Tinkercell::RemoveHandlesCommand:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

this command inserts new handles to a NetworkHandle

Definition at line 89 of file UndoCommands.h.


Constructor & Destructor Documentation

Tinkercell::RemoveHandlesCommand::RemoveHandlesCommand ( TextEditor editor,
const QList< ItemHandle * > &  list,
bool  updateDataFields = true 
)

constructor

Parameters:
TextEditor*window where items are deleted
QList<ItemHandle*>deleted items
boolupdate 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

Parameters:
TextEditor*window where items are deleted
ItemHandle*deleted item
boolupdate data of other items where removed items might occur (default=true)

Definition at line 418 of file UndoCommands.cpp.


Member Function Documentation

void Tinkercell::RemoveHandlesCommand::redo ( )

redo the change

Definition at line 461 of file UndoCommands.cpp.

Here is the call graph for this function:

void Tinkercell::RemoveHandlesCommand::undo ( )

undo the change

Definition at line 432 of file UndoCommands.cpp.

Here is the call graph for this function:


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines