27 #include "../xlink/SimpleLink.h" 34 : m_wellKnownName(nullptr),
35 m_onlineResource(nullptr),
36 m_inlineContent(nullptr),
Stroke * clone() const
It creates a new copy of this object.
A Mark specifies a geometric shape and applies coloring to it.
A Fill specifies the pattern for filling an area geometry.
Fill * m_fill
It specifies the pattern for filling an area geometry. (Optional)
Stroke * m_stroke
It specifies the appearance of a linear geometry. (Optional)
InlineContent is XML- or base64-encoded encoded content in some externally-defined format that is inc...
const std::string * getFormat() const
InlineContent * clone() const
It creates a new copy of this object.
who udp maintains data bases showing who s shell tcp cmd syslog udp printer tcp spooler printer udp spooler videotex tcp videotex videotex udp videotex talk tcp like tenex link
void setOnlineResource(te::xl::SimpleLink *link)
InlineContent is XML or base64 encoded content in some externally-defined format that is included in ...
void setInlineContent(InlineContent *iContent)
Mark()
It initializes a new Mark.
A Fill specifies the pattern for filling an area geometry.
const std::string * getWellKnownName() const
std::string * m_format
Identifies the expected document MIME type of a successful fetch. (Mandatory if onlineResource_ or in...
const Stroke * getStroke() const
const te::xl::SimpleLink * getOnlineResource() const
Fill * clone() const
It creates a new copy of this object.
A Mark specifies a geometric shape and applies coloring to it.
InlineContent * getInlineContent() const
te::xl::SimpleLink * m_onlineResource
The graphics can either be referenced from an external URL in a common format. (Optional and just one...
A Stroke specifies the appearance of a linear geometry.
void setFormat(std::string *f)
std::string * m_wellKnownName
The WellKnownName element gives the well-known name of the shape of the mark. (Optional and if it is ...
void setStroke(Stroke *s)
Mark * clone() const
It creates a new copy of this object.
InlineContent * m_inlineContent
Allows the content of an external graphic object to be included in-line. (Optional and just one of on...
int m_markIndex
It allows an individual mark in a mark archive to be selected. (Optional and it should be set only if...
void setWellKnownName(std::string *name)
The WellKnownName element gives the well-known name of the shape of the mark.
A Stroke specifies the appearance of a linear geometry.
const Fill * getFill() const