MeVisLab Toolbox Reference
mlObjMgrClient.h File Reference
#include "MLObjMgrSystem.h"
#include "mlObjMgrBase.h"
#include "mlObjMgrObjectContainer.h"
#include "mlObjMgrEvent.h"

Go to the source code of this file.

Classes

class  ml::ObjMgrClient
 Base class for all modules that wish to use and communicate (send and receive notifications) with the ObjMgr module. More...
 

Namespaces

 ml
 Main documentation file for ML users and developers.
 

Macros

#define mlDebugBySym(SYM, COUTS)
 This file declares the ObjMgr client module interface. More...
 
#define omcDebug(msg)   mlDebug(getFieldStringValue("instanceName") << " (" << debugCommentFld->getStringValue() << "): " << msg)
 
#define omcDebugBySym(sym, msg)
 

Macro Definition Documentation

◆ mlDebugBySym

#define mlDebugBySym (   SYM,
  COUTS 
)

This file declares the ObjMgr client module interface.

Definition at line 33 of file mlObjMgrClient.h.

◆ omcDebug

#define omcDebug (   msg)    mlDebug(getFieldStringValue("instanceName") << " (" << debugCommentFld->getStringValue() << "): " << msg)

Definition at line 36 of file mlObjMgrClient.h.

◆ omcDebugBySym

#define omcDebugBySym (   sym,
  msg 
)
Value:
{ mlDebugBySym(sym, getFieldStringValue("instanceName") << " (" << debugCommentFld->getStringValue() << "): " << msg); \
omcDebug(msg); }
#define mlDebugBySym(SYM, COUTS)
This file declares the ObjMgr client module interface.

Definition at line 37 of file mlObjMgrClient.h.