TinkerCell Core 1.0
TinkerCell's Core library providing all basic functionalities
Public Member Functions
Tinkercell::SetGraphicsSceneVisibilityCommand 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::SetGraphicsSceneVisibilityCommand:
Inheritance graph
[legend]
Collaboration diagram for Tinkercell::SetGraphicsSceneVisibilityCommand:
Collaboration graph
[legend]

List of all members.

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

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 677 of file UndoCommands.h.


Constructor & Destructor Documentation

Tinkercell::SetGraphicsSceneVisibilityCommand::SetGraphicsSceneVisibilityCommand ( const QString &  name,
const QList< QGraphicsItem * > &  list,
const QList< bool > &  values 
)

constructor

Definition at line 3463 of file UndoCommands.cpp.

Here is the call graph for this function:

Tinkercell::SetGraphicsSceneVisibilityCommand::SetGraphicsSceneVisibilityCommand ( const QString &  name,
QGraphicsItem *  item,
bool  value 
)

constructor

Definition at line 3502 of file UndoCommands.cpp.

Here is the call graph for this function:

Tinkercell::SetGraphicsSceneVisibilityCommand::SetGraphicsSceneVisibilityCommand ( const QString &  name,
const QList< QGraphicsItem * > &  list,
bool  value 
)

constructor

Definition at line 3540 of file UndoCommands.cpp.

Here is the call graph for this function:


Member Function Documentation

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.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines