![]() |
TinkerCell Core 1.0
TinkerCell's Core library providing all basic functionalities
|
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>
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 |
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.
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.
void Tinkercell::SetHandleFamilyCommand::redo | ( | ) |
redo parent change
Definition at line 3618 of file UndoCommands.cpp.
void Tinkercell::SetHandleFamilyCommand::undo | ( | ) |
undo parent change
Definition at line 3625 of file UndoCommands.cpp.
friend class NetworkHandle [friend] |
Definition at line 714 of file UndoCommands.h.