34 virtual int messageSize();
42 virtual void setentityId(
const std::string& name);
43 virtual std::string entityId()
const;
46 virtual void setDrawFeaturePath();
47 virtual bool drawFeaturePath()
const;
50 virtual void setDeleteFeaturePath();
51 virtual bool deleteFeaturePath();
57 virtual void addLine(
const DtLine& line);
82 virtual int messageSize();
89 virtual void setSucces(
bool success);
90 virtual bool success()
const;
93 virtual void setError(
const std::string&
error);
94 virtual std::string
error()
const;
#define DT_DLL_DEBUGDRAWCONNECTOR
Definition: export.h:15
** Copyright (c) 2019 MAK Technologies, Inc. ** All rights reserved.
DtBaseMessage is the base class for all messages that can be sent between the server and the client...
Definition: vrfMessage.h:25
std::vector< DtLine > lineListType
Definition: vrfFeatureMessage.h:53
** Copyright (c) 2019 MAK Technologies, Inc. ** All rights reserved.
Instances of DtStreamReader decode values from a byte array this assumes the data in the byte stream ...
Definition: byteStream.h:27
lineListType myLinesList
Definition: vrfFeatureMessage.h:68
DtFeatureRequest is a message to draw/delete feature information from the debugDrawManager to the deb...
Definition: vrfFeatureMessage.h:26
std::string myIdName
Definition: vrfFeatureMessage.h:65
** Copyright (c) 2019 MAK Technologies, Inc. ** All rights reserved.
bool myDeleteFeaturePath
Definition: vrfFeatureMessage.h:67
bool myDrawFeaturePath
Definition: vrfFeatureMessage.h:66
Instances of DtStreamWriter encode values into a byte array this writes the data to the stream in lit...
Definition: byteStream.h:74
Definition: asyncJobServer.h:39
DtFeatureResponse is the returned response of DtFeatureRequest by the debugDrawRenderer.
Definition: vrfFeatureMessage.h:74
std::string myError
Definition: vrfFeatureMessage.h:102
DT_DLL_readerWriter const char * decode(DtString &val, const char *buffer)
Decodes a value from buffer and places the result in val of the type specified by val...
bool mySuccess
Definition: vrfFeatureMessage.h:101