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

this command places all the graphics items inside one handle into the other More...

#include <UndoCommands.h>

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

List of all members.

Public Member Functions

 MergeHandlesCommand (const QString &text, NetworkHandle *, const QList< ItemHandle * > &handles)
 MergeHandlesCommand (const QString &text, const QList< ItemHandle * > &allHandles, const QList< ItemHandle * > &handles)
void redo ()
void undo ()
 ~MergeHandlesCommand ()

Public Attributes

QList< ItemHandle * > oldHandles
ItemHandlenewHandle

Detailed Description

this command places all the graphics items inside one handle into the other

Definition at line 620 of file UndoCommands.h.


Constructor & Destructor Documentation

Tinkercell::MergeHandlesCommand::MergeHandlesCommand ( const QString &  text,
NetworkHandle net,
const QList< ItemHandle * > &  handles 
)

Definition at line 3101 of file UndoCommands.cpp.

Here is the call graph for this function:

Tinkercell::MergeHandlesCommand::MergeHandlesCommand ( const QString &  text,
const QList< ItemHandle * > &  allHandles,
const QList< ItemHandle * > &  handles 
)

Definition at line 3095 of file UndoCommands.cpp.

Tinkercell::MergeHandlesCommand::~MergeHandlesCommand ( )

Definition at line 3232 of file UndoCommands.cpp.


Member Function Documentation

void Tinkercell::MergeHandlesCommand::redo ( )

Definition at line 3244 of file UndoCommands.cpp.

Here is the call graph for this function:

void Tinkercell::MergeHandlesCommand::undo ( )

Definition at line 3294 of file UndoCommands.cpp.

Here is the call graph for this function:


Member Data Documentation

Definition at line 629 of file UndoCommands.h.

Definition at line 628 of file UndoCommands.h.


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