MeVisLab Toolbox Reference
ml::omAttribute_omMessage Class Reference

Attribute for messages. More...

#include <ObjMgr/mlObjMgrAttribute_Message.h>

Inheritance diagram for ml::omAttribute_omMessage:
ml::omData_omMessage ml::omDataType

Public Member Functions

 omAttribute_omMessage ()=default
 
 omAttribute_omMessage (const omMessage &value)
 
 ~omAttribute_omMessage () override=default
 
void assign (const omMessage &value) override
 
- Public Member Functions inherited from ml::omData_omMessage
 omData_omMessage ()
 
 omData_omMessage (const omData_omMessage &msg)
 
 omData_omMessage (const omMessage &value)
 
omData_omMessageoperator= (const omData_omMessage &msg)
 
omData_omMessageoperator= (const omMessage &value)
 
 operator const omMessage & () const
 
bool operator== (const omMessage &value) const
 
bool operator!= (const omMessage &value) const
 
std::string getStringValue () const override
 Get value of data type as string. More...
 
void setStringValue (const std::string &value) override
 Set data type value from string. More...
 
- Public Member Functions inherited from ml::omDataType
virtual ~omDataType ()
 Macro for declaring methods for the runtime system. More...
 
void setContainer (void *container)
 

Additional Inherited Members

- Protected Member Functions inherited from ml::omDataType
 omDataType ()
 Hidden constructor. More...
 
- Protected Attributes inherited from ml::omData_omMessage
omMessage _value
 
- Protected Attributes inherited from ml::omDataType
void * _container
 

Detailed Description

Attribute for messages.

Definition at line 125 of file mlObjMgrAttribute_Message.h.

Constructor & Destructor Documentation

◆ omAttribute_omMessage() [1/2]

ml::omAttribute_omMessage::omAttribute_omMessage ( )
default

◆ omAttribute_omMessage() [2/2]

ml::omAttribute_omMessage::omAttribute_omMessage ( const omMessage value)
inline

Definition at line 134 of file mlObjMgrAttribute_Message.h.

◆ ~omAttribute_omMessage()

ml::omAttribute_omMessage::~omAttribute_omMessage ( )
overridedefault

Member Function Documentation

◆ assign()

void ml::omAttribute_omMessage::assign ( const omMessage value)
overridevirtual

Reimplemented from ml::omData_omMessage.


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