![]() |
TinkerCell Core 1.0
TinkerCell's Core library providing all basic functionalities
|
this command assigns handles to items More...
#include <UndoCommands.h>
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 |
this command assigns handles to items
Definition at line 600 of file UndoCommands.h.
Tinkercell::AssignHandleCommand::AssignHandleCommand | ( | const QString & | text, |
QGraphicsItem * | item, | ||
ItemHandle * | handle | ||
) |
Tinkercell::AssignHandleCommand::AssignHandleCommand | ( | const QString & | text, |
const QList< QGraphicsItem * > & | items, | ||
ItemHandle * | handle | ||
) |
Tinkercell::AssignHandleCommand::AssignHandleCommand | ( | const QString & | text, |
const QList< QGraphicsItem * > & | items, | ||
QList< ItemHandle * > & | handles | ||
) |
Tinkercell::AssignHandleCommand::~AssignHandleCommand | ( | ) |
void Tinkercell::AssignHandleCommand::redo | ( | ) |
void Tinkercell::AssignHandleCommand::undo | ( | ) |
QList<QGraphicsItem*> Tinkercell::AssignHandleCommand::graphicsItems |
Definition at line 609 of file UndoCommands.h.
Definition at line 611 of file UndoCommands.h.
Definition at line 610 of file UndoCommands.h.