MeVisLabToolboxReference
ml::CSOCmdRemoveCSOSet Class Reference

Class for undo/redo of removing a set of CSOs from the CSOList. More...

#include <CSOUndoRedoCommands.h>

Inheritance diagram for ml::CSOCmdRemoveCSOSet:
ml::CSOCommand

List of all members.

Public Member Functions

 CSOCmdRemoveCSOSet (const CSOListPtr &csoList, const std::vector< CSO * > &csos)
 Constructor.
virtual ~CSOCmdRemoveCSOSet ()
 Destructor.
virtual int execute ()
 Method is executed on undo/redo.

Detailed Description

Class for undo/redo of removing a set of CSOs from the CSOList.

Definition at line 321 of file CSOUndoRedoCommands.h.


Constructor & Destructor Documentation

ml::CSOCmdRemoveCSOSet::CSOCmdRemoveCSOSet ( const CSOListPtr &  csoList,
const std::vector< CSO * > &  csos 
)

Constructor.

virtual ml::CSOCmdRemoveCSOSet::~CSOCmdRemoveCSOSet ( ) [virtual]

Destructor.


Member Function Documentation

virtual int ml::CSOCmdRemoveCSOSet::execute ( ) [virtual]

Method is executed on undo/redo.

Implements ml::CSOCommand.


The documentation for this class was generated from the following file: