The ITextStyle graph node interface.
More...
#include <murl_graph_i_text_style.h>
The ITextStyle graph node interface.
◆ GetNodeInterface() [1/2]
virtual INode* Murl::Graph::ITextStyle::GetNodeInterface |
( |
| ) |
|
|
pure virtual |
Get the mutable Graph::INode interface.
This method returns a mutable pointer to the node's Graph::INode interface, to be able to query or modify common node properties such as active state, visibility or ID.
- Returns
- The mutable Graph::INode interface, or null if not available
◆ GetNodeInterface() [2/2]
virtual const INode* Murl::Graph::ITextStyle::GetNodeInterface |
( |
| ) |
const |
|
pure virtual |
Get the constant Graph::INode interface.
This method returns a constant pointer to the node's Graph::INode interface, to be able to query common node properties such as active state, visibility or ID.
- Returns
- The constant Graph::INode interface, or null if not available
◆ GetTextStyleFontNodeTarget() [1/2]
◆ GetTextStyleFontNodeTarget() [2/2]
◆ GetTextStyleColorNodeTarget() [1/2]
◆ GetTextStyleColorNodeTarget() [2/2]
◆ GetTextStyleImageNodeTarget() [1/2]
◆ GetTextStyleImageNodeTarget() [2/2]
◆ SetTagStart()
virtual Bool Murl::Graph::ITextStyle::SetTagStart |
( |
const String & |
character, |
|
|
const String & |
escapeSequence |
|
) |
| |
|
pure virtual |
Set the tag start character & escape sequence.
- Parameters
-
character | An UTF8 sequence for a single tag start character. |
escapeSequence | The escape sequence for that character. |
- Returns
- true if successful.
◆ GetTagStartCharacter()
virtual const String& Murl::Graph::ITextStyle::GetTagStartCharacter |
( |
| ) |
const |
|
pure virtual |
Get the tag start character.
- Returns
- The UTF8 sequence for a single tag start character.
◆ GetTagStartEscapeSequence()
virtual const String& Murl::Graph::ITextStyle::GetTagStartEscapeSequence |
( |
| ) |
const |
|
pure virtual |
Get the tag start escape sequence.
- Returns
- The escape sequence for the tag start character.
◆ SetTagEnd()
virtual Bool Murl::Graph::ITextStyle::SetTagEnd |
( |
const String & |
character, |
|
|
const String & |
escapeSequence |
|
) |
| |
|
pure virtual |
Set the tag end character & escape sequence.
- Parameters
-
character | An UTF8 sequence for a single tag end character. |
escapeSequence | The escape sequence for that character. |
- Returns
- true if successful.
◆ GetTagEndCharacter()
virtual const String& Murl::Graph::ITextStyle::GetTagEndCharacter |
( |
| ) |
const |
|
pure virtual |
Get the tag end character.
- Returns
- The UTF8 sequence for a single tag end character.
◆ GetTagEndEscapeSequence()
virtual const String& Murl::Graph::ITextStyle::GetTagEndEscapeSequence |
( |
| ) |
const |
|
pure virtual |
Get the tag end escape sequence.
- Returns
- The escape sequence for the tag end character.
The documentation for this interface was generated from the following file:
- murl_graph_i_text_style.h