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

this command is used to hide graphics items. Hidden graphics items will be part (unless their handles are also hidden) of the network but not visible on the screen. More...

#include <UndoCommands.h>

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

List of all members.

Public Member Functions

 SetHandleFamilyCommand (const QString &name, const QList< ItemHandle * > &, const QList< ItemFamily * > &)
 constructor
 SetHandleFamilyCommand (const QString &name, ItemHandle *, ItemFamily *)
 constructor
void redo ()
 redo parent change
void undo ()
 undo parent change

Friends

class NetworkHandle

Detailed Description

this command is used to hide graphics items. Hidden graphics items will be part (unless their handles are also hidden) of the network but not visible on the screen.

Definition at line 699 of file UndoCommands.h.


Constructor & Destructor Documentation

Tinkercell::SetHandleFamilyCommand::SetHandleFamilyCommand ( const QString &  name,
const QList< ItemHandle * > &  items,
const QList< ItemFamily * > &  families 
)

constructor

Definition at line 3596 of file UndoCommands.cpp.

Tinkercell::SetHandleFamilyCommand::SetHandleFamilyCommand ( const QString &  name,
ItemHandle item,
ItemFamily family 
)

constructor

Definition at line 3608 of file UndoCommands.cpp.


Member Function Documentation

void Tinkercell::SetHandleFamilyCommand::redo ( )

redo parent change

Definition at line 3618 of file UndoCommands.cpp.

Here is the caller graph for this function:

void Tinkercell::SetHandleFamilyCommand::undo ( )

undo parent change

Definition at line 3625 of file UndoCommands.cpp.

Here is the caller graph for this function:


Friends And Related Function Documentation

friend class NetworkHandle [friend]

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