61 virtual const std::string&
type()
const override;
76 virtual const std::string&
getText()
const;
77 virtual void setText(
const std::string& val);
virtual const std::string & getPanel() const
virtual void serialize(DtStreamWriter &writer) const override
Serializes the message to a stream writer.
static DebugDrawTextPanelMessage * create()
virtual void setLayerId(const std::string &val)
virtual const std::string & getText() const
virtual const std::string & type() const override
Get the name of the message type.
static const makVre::DtVreMessageId & theId()
DebugDrawTextPanelData myData
Definition debugDrawTextPanel.h:110
virtual void deserialize(DtStreamReader &reader) override
Deserializes the message from a stream reader.
virtual void setPanel(const std::string &val)
static makVre::DtVreMessage * decode(char *buffer, int length)
virtual int messageSize() const override
Static decode function pattern for derived classes.
virtual void setText(const std::string &val)
static DebugDrawTextPanelMessage * createFrom(DebugDrawTextPanelMessage *)
virtual const std::string & getLayerName() const
static DebugDrawTextPanelMessage * createFromData(const DebugDrawTextPanelData)
virtual double getDuration() const
virtual void setColor(const makVre::DtColor &val)
DebugDrawTextPanelMessage()
static UInt64 theVersionNumber()
static const std::string & theType()
static message identity functions
virtual void setLayerName(const std::string &val)
virtual void setDuration(double val)
virtual const std::string & getLayerId() const
bool operator==(const DebugDrawTextPanelMessage &rhs) const
DebugDrawTextPanelData getData()
virtual const makVre::DtColor & getColor() const
static UInt64 theVersion
Definition debugDrawTextPanel.h:107
DebugDrawTextPanelData getData() const
virtual const makVre::DtVreMessageId & messageId() const override
Gets the message ID object.
static makVre::DtVreMessageId theMessageId
Definition debugDrawTextPanel.h:106
virtual ~DebugDrawTextPanelMessage() override
virtual bool getTop() const
virtual void setTop(bool val)
Class for representing and manipulating RGBA colors.
Definition color.h:22
Reader class for decoding values from a byte array.
Definition byteStream.h:42
Writer class for encoding values into a byte array.
Definition byteStream.h:161
Abstract base class for all VREngage messages.
Definition vreMessage.h:50
Message identifier class for the VREngage messaging system.
Definition vreMessageId.h:35
Provides color representation and manipulation functionality.
Defines export macros for the VREngage Debug Manager library.
Include export definitions for this library.
Definition glsVreMessageUtil.h:49
unsigned long long UInt64
Unsigned 64-bit integer type.
Definition utilFunctions.h:42
constexpr const char * DebugDrawTextPanelMessageType
Definition debugDrawTextPanel.h:27
Definition debugDrawTextPanel.h:36
bool myTop
Definition debugDrawTextPanel.h:44
std::string myLayerName
Definition debugDrawTextPanel.h:39
double myDuration
Definition debugDrawTextPanel.h:45
std::string myPanel
Definition debugDrawTextPanel.h:41
std::string myText
Definition debugDrawTextPanel.h:42
makVre::DtColor myColor
Definition debugDrawTextPanel.h:43
std::string myLayerId
Definition debugDrawTextPanel.h:40
bool operator==(const DebugDrawTextPanelData &rhs) const
Defines the base class for all VREngage messages.
Defines message identifier class for the VREngage messaging system.