MeVisLab Toolbox Reference
CSOEditorState Struct Reference

Structure holding information about the processor/editor state. More...

#include <SoCSODefines.h>

Public Attributes

ml::CSOcsoCurrentlyUnderMouse = nullptr
 
bool isCurrentlyMovingCSO = false
 
ml::CSOProcessorDataprocessorData = nullptr
 

Detailed Description

Structure holding information about the processor/editor state.

The processorData pointer might be unified with the new editor extension.

Definition at line 225 of file SoCSODefines.h.

Member Data Documentation

◆ csoCurrentlyUnderMouse

ml::CSO* CSOEditorState::csoCurrentlyUnderMouse = nullptr

Definition at line 227 of file SoCSODefines.h.

◆ isCurrentlyMovingCSO

bool CSOEditorState::isCurrentlyMovingCSO = false

Definition at line 228 of file SoCSODefines.h.

◆ processorData

ml::CSOProcessorData* CSOEditorState::processorData = nullptr

Definition at line 229 of file SoCSODefines.h.


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