MeVisLabToolboxReference
ml::CSOCmdModifySet Class Reference

Class for undo/redo of modifying a set of CSOs. More...

#include <CSOUndoRedoCommands.h>

Inheritance diagram for ml::CSOCmdModifySet:
ml::CSOCommand

List of all members.

Classes

struct  CSOUndoRedoData

Public Member Functions

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

Detailed Description

Class for undo/redo of modifying a set of CSOs.

Definition at line 342 of file CSOUndoRedoCommands.h.


Constructor & Destructor Documentation

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

Constructor.

ml::CSOCmdModifySet::~CSOCmdModifySet ( )

Destructor.


Member Function Documentation

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

Method is executed on undo/redo.

Implements ml::CSOCommand.


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