MeVisLab Toolbox Reference
ml::CSOChangeEventScope Class Reference

Base class for event grouping / pre-/post-command of changes of a CSO. More...

#include <CSOScopeEvents.h>

Inheritance diagram for ml::CSOChangeEventScope:
ml::CSOAttributeChangeScope ml::CSOGeometryChangeScope ml::CSOModificationScope

Public Member Functions

 CSOChangeEventScope (CSOList *csoList, unsigned int id, CSOEvent::CSOEventType eventType)
 
 ~CSOChangeEventScope ()
 

Protected Attributes

CSOList_csoList
 
unsigned int _id
 
CSOEvent::CSOEventType _eventType
 

Detailed Description

Base class for event grouping / pre-/post-command of changes of a CSO.

Definition at line 31 of file CSOScopeEvents.h.

Constructor & Destructor Documentation

◆ CSOChangeEventScope()

ml::CSOChangeEventScope::CSOChangeEventScope ( CSOList csoList,
unsigned int  id,
CSOEvent::CSOEventType  eventType 
)

◆ ~CSOChangeEventScope()

ml::CSOChangeEventScope::~CSOChangeEventScope ( )

Member Data Documentation

◆ _csoList

CSOList* ml::CSOChangeEventScope::_csoList
protected

Definition at line 37 of file CSOScopeEvents.h.

◆ _eventType

CSOEvent::CSOEventType ml::CSOChangeEventScope::_eventType
protected

Definition at line 39 of file CSOScopeEvents.h.

◆ _id

unsigned int ml::CSOChangeEventScope::_id
protected

Definition at line 38 of file CSOScopeEvents.h.


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