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

this command assigns handles to items More...

#include <UndoCommands.h>

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

List of all members.

Public Member Functions

 AssignHandleCommand (const QString &text, QGraphicsItem *item, ItemHandle *handle)
 AssignHandleCommand (const QString &text, const QList< QGraphicsItem * > &items, ItemHandle *handle)
 AssignHandleCommand (const QString &text, const QList< QGraphicsItem * > &items, QList< ItemHandle * > &handles)
void redo ()
void undo ()
 ~AssignHandleCommand ()

Public Attributes

QList< QGraphicsItem * > graphicsItems
QList< ItemHandle * > oldHandles
QList< ItemHandle * > newHandles

Detailed Description

this command assigns handles to items

Definition at line 600 of file UndoCommands.h.


Constructor & Destructor Documentation

Tinkercell::AssignHandleCommand::AssignHandleCommand ( const QString &  text,
QGraphicsItem *  item,
ItemHandle handle 
)

Definition at line 3018 of file UndoCommands.cpp.

Here is the call graph for this function:

Tinkercell::AssignHandleCommand::AssignHandleCommand ( const QString &  text,
const QList< QGraphicsItem * > &  items,
ItemHandle handle 
)

Definition at line 2998 of file UndoCommands.cpp.

Here is the call graph for this function:

Tinkercell::AssignHandleCommand::AssignHandleCommand ( const QString &  text,
const QList< QGraphicsItem * > &  items,
QList< ItemHandle * > &  handles 
)

Definition at line 2978 of file UndoCommands.cpp.

Here is the call graph for this function:

Tinkercell::AssignHandleCommand::~AssignHandleCommand ( )

Definition at line 3067 of file UndoCommands.cpp.

Here is the call graph for this function:


Member Function Documentation

void Tinkercell::AssignHandleCommand::redo ( )

Definition at line 3031 of file UndoCommands.cpp.

Here is the call graph for this function:

void Tinkercell::AssignHandleCommand::undo ( )

Definition at line 3049 of file UndoCommands.cpp.

Here is the call graph for this function:


Member Data Documentation

Definition at line 609 of file UndoCommands.h.

Definition at line 611 of file UndoCommands.h.

Definition at line 610 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