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

this command assigns parent(s) to one or more handles More...

#include <UndoCommands.h>

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

List of all members.

Public Member Functions

 SetParentHandleCommand (const QString &name, NetworkHandle *, ItemHandle *child, ItemHandle *parent)
 constructor
 SetParentHandleCommand (const QString &name, NetworkHandle *, const QList< ItemHandle * > &children, ItemHandle *parent)
 constructor
 SetParentHandleCommand (const QString &name, NetworkHandle *, const QList< ItemHandle * > &children, const QList< ItemHandle * > &parents)
 constructor
 ~SetParentHandleCommand ()
 destructor
void redo ()
 redo parent change
void undo ()
 undo parent change

Friends

class NetworkHandle

Detailed Description

this command assigns parent(s) to one or more handles

Definition at line 645 of file UndoCommands.h.


Constructor & Destructor Documentation

Tinkercell::SetParentHandleCommand::SetParentHandleCommand ( const QString &  name,
NetworkHandle net,
ItemHandle child,
ItemHandle parent 
)

constructor

Definition at line 3348 of file UndoCommands.cpp.

Tinkercell::SetParentHandleCommand::SetParentHandleCommand ( const QString &  name,
NetworkHandle net,
const QList< ItemHandle * > &  children,
ItemHandle parent 
)

constructor

Definition at line 3376 of file UndoCommands.cpp.

Tinkercell::SetParentHandleCommand::SetParentHandleCommand ( const QString &  name,
NetworkHandle net,
const QList< ItemHandle * > &  children,
const QList< ItemHandle * > &  parents 
)

constructor

Definition at line 3358 of file UndoCommands.cpp.

Tinkercell::SetParentHandleCommand::~SetParentHandleCommand ( )

destructor

Definition at line 3394 of file UndoCommands.cpp.


Member Function Documentation

void Tinkercell::SetParentHandleCommand::redo ( )

redo parent change

Definition at line 3407 of file UndoCommands.cpp.

Here is the call graph for this function:

void Tinkercell::SetParentHandleCommand::undo ( )

undo parent change

Definition at line 3448 of file UndoCommands.cpp.

Here is the call graph for this function:


Friends And Related Function Documentation

friend class NetworkHandle [friend]

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