Murl::Graph::ITextStyleAppearance Interface Referenceabstract

The ITextStyleAppearance graph node interface. More...

#include "murl_graph_i_text_style_appearance.h"

Inheritance diagram for Murl::Graph::ITextStyleAppearance:

Public Member Functions

virtual INodeGetNodeInterface ()=0
 Get the mutable Graph::INode interface. More...
 
virtual const INodeGetNodeInterface () const =0
 Get the constant Graph::INode interface. More...
 
virtual ITextStyleLayerNodeTargetGetTextStyleLayerNodeTarget ()=0
 Get the mutable container holding the child layers. More...
 
virtual const ITextStyleLayerNodeTargetGetTextStyleLayerNodeTarget () const =0
 Get the constant container holding the child layers. More...
 
- Public Member Functions inherited from Murl::Graph::ITagged
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...
 

Detailed Description

The ITextStyleAppearance graph node interface.

Member Function Documentation

◆ GetNodeInterface() [1/2]

virtual INode* Murl::Graph::ITextStyleAppearance::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::ITextStyleAppearance::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

◆ GetTextStyleLayerNodeTarget() [1/2]

virtual ITextStyleLayerNodeTarget* Murl::Graph::ITextStyleAppearance::GetTextStyleLayerNodeTarget ( )
pure virtual

Get the mutable container holding the child layers.

This method returns a mutable pointer to the node's Graph::ITextStyleLayerNodeTarget sub container, which is used to store multiple sub-layers.

Returns
The mutable Graph::ITextStyleLayerNodeTarget container, or null if not available.

◆ GetTextStyleLayerNodeTarget() [2/2]

virtual const ITextStyleLayerNodeTarget* Murl::Graph::ITextStyleAppearance::GetTextStyleLayerNodeTarget ( ) const
pure virtual

Get the constant container holding the child layers.

This method returns a constant pointer to the node's Graph::ITextStyleLayerNodeTarget sub container, which is used to store multiple sub-layers.

Returns
The constant Graph::ITextStyleLayerNodeTarget container, or null if not available.

The documentation for this interface was generated from the following file:
  • murl_graph_i_text_style_appearance.h


Copyright © 2011-2025 Spraylight GmbH.