34 std::string buf =
exec;
39 while (!buf.empty()) {
40 std::string sub = buf;
41 auto pos = buf.find(
";;");
42 if (pos == std::string::npos) {
46 sub = buf.substr(0,pos);
47 buf = buf.substr(pos+2);
std::unique_ptr< RDrawableReply > Process() override
Execute method of the drawable.
std::string exec
that to execute
virtual ~RDrawableReply()
destructor, pin vtable
const RDrawable::RDisplayContext & GetContext() const
virtual ~RDrawableRequest()
destructor, pin vtable
auto GetDrawable(const std::shared_ptr< DRAWABLE > &drawable)
Central method to insert drawable in list of pad primitives By default drawable placed as is.