MeVisLab Toolbox Reference
|
Structure holding information about the processor/editor state. More...
#include <SoCSODefines.h>
Public Attributes | |
ml::CSO * | csoCurrentlyUnderMouse = nullptr |
bool | isCurrentlyMovingCSO = false |
ml::CSOProcessorData * | processorData = nullptr |
Structure holding information about the processor/editor state.
The processorData pointer might be unified with the new editor extension.
Definition at line 236 of file SoCSODefines.h.
ml::CSO* CSOEditorState::csoCurrentlyUnderMouse = nullptr |
Definition at line 238 of file SoCSODefines.h.
bool CSOEditorState::isCurrentlyMovingCSO = false |
Definition at line 239 of file SoCSODefines.h.
ml::CSOProcessorData* CSOEditorState::processorData = nullptr |
Definition at line 240 of file SoCSODefines.h.