Murl Engine API  Version 2024.1
Murl::Graph::ITagged Interface Referenceabstract

The ITagged property interface. More...

#include <murl_graph_i_tagged.h>

Detailed Description

The ITagged property interface.

Inheritance diagram for Murl::Graph::ITagged:
Murl::Graph::ITextStyleColor Murl::Graph::ITextStyleFont Murl::Graph::ITextStyleImage Murl::Graph::TextStyleColor Murl::Graph::TextStyleFont Murl::Graph::TextStyleImage

Public Member Functions

virtual Bool SetStartTag (const String &tag)=0
 Set the start tag. More...
 
virtual const StringGetStartTag () const =0
 Get the start tag. More...
 
virtual Bool SetEndTag (const String &tag)=0
 Set the end tag. More...
 
virtual const StringGetEndTag () const =0
 Get the end tag. More...
 

Member Function Documentation

◆ SetStartTag()

virtual Bool Murl::Graph::ITagged::SetStartTag ( const String tag)
pure virtual

Set the start tag.

Parameters
tagThe tag to set.
Returns
true if successful.

◆ GetStartTag()

virtual const String& Murl::Graph::ITagged::GetStartTag ( ) const
pure virtual

Get the start tag.

Returns
The tag.

◆ SetEndTag()

virtual Bool Murl::Graph::ITagged::SetEndTag ( const String tag)
pure virtual

Set the end tag.

Parameters
tagThe tag to set.
Returns
true if successful.

◆ GetEndTag()

virtual const String& Murl::Graph::ITagged::GetEndTag ( ) const
pure virtual

Get the end tag.

Returns
The tag.

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