![]() |
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 | |
SetGraphicsSceneVisibilityCommand (const QString &name, const QList< QGraphicsItem * > &, const QList< bool > &) | |
constructor | |
SetGraphicsSceneVisibilityCommand (const QString &name, QGraphicsItem *, bool) | |
constructor | |
SetGraphicsSceneVisibilityCommand (const QString &name, const QList< QGraphicsItem * > &, bool) | |
constructor | |
void | redo () |
redo parent change | |
void | undo () |
undo parent change |
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 677 of file UndoCommands.h.
Tinkercell::SetGraphicsSceneVisibilityCommand::SetGraphicsSceneVisibilityCommand | ( | const QString & | name, |
const QList< QGraphicsItem * > & | list, | ||
const QList< bool > & | values | ||
) |
constructor
Definition at line 3463 of file UndoCommands.cpp.
Tinkercell::SetGraphicsSceneVisibilityCommand::SetGraphicsSceneVisibilityCommand | ( | const QString & | name, |
QGraphicsItem * | item, | ||
bool | value | ||
) |
constructor
Definition at line 3502 of file UndoCommands.cpp.
Tinkercell::SetGraphicsSceneVisibilityCommand::SetGraphicsSceneVisibilityCommand | ( | const QString & | name, |
const QList< QGraphicsItem * > & | list, | ||
bool | value | ||
) |
constructor
Definition at line 3540 of file UndoCommands.cpp.
void Tinkercell::SetGraphicsSceneVisibilityCommand::redo | ( | ) |
redo parent change
Definition at line 3580 of file UndoCommands.cpp.
void Tinkercell::SetGraphicsSceneVisibilityCommand::undo | ( | ) |
undo parent change
Definition at line 3588 of file UndoCommands.cpp.