Murl Engine API  Version 2018.3
Murl::Resource::IText Interface Referenceabstract

The base interface for a text resource. More...

#include <murl_resource_i_text.h>

Detailed Description

The base interface for a text resource.

Inheritance diagram for Murl::Resource::IText:
Murl::Resource::Text

Public Member Functions

virtual const StringGetId () const =0
 Get the ID of the text resource. More...
 
virtual const StringGetValue () const =0
 Get the string value of the text resource. More...
 

Member Function Documentation

◆ GetId()

virtual const String& Murl::Resource::IText::GetId ( ) const
pure virtual

Get the ID of the text resource.

Returns
The text ID.

◆ GetValue()

virtual const String& Murl::Resource::IText::GetValue ( ) const
pure virtual

Get the string value of the text resource.

Returns
The string value.

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