MeVisLabToolboxReference
ml::CSOCmdAddCSOSet Class Reference

Class for undo/redo of of adding a set of CSOs to the CSOList. More...

#include <CSOUndoRedoCommands.h>

Inheritance diagram for ml::CSOCmdAddCSOSet:
ml::CSOCommand

List of all members.

Classes

struct  CSOUndoRedoData

Public Member Functions

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

Detailed Description

Class for undo/redo of of adding a set of CSOs to the CSOList.

Definition at line 288 of file CSOUndoRedoCommands.h.


Constructor & Destructor Documentation

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

Constructor.

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

Destructor.


Member Function Documentation

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

Method is executed on undo/redo.

Implements ml::CSOCommand.


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