Plasma Engine  2.0
Loading...
Searching...
No Matches
plDocumentObjectConverterWriter Class Reference

Writes the state of an plDocumentObject to an abstract graph. More...

#include <DocumentObjectConverter.h>

Public Types

using FilterFunction = plDelegate<bool(const plDocumentObject*, const plAbstractProperty*)>
 

Public Member Functions

 plDocumentObjectConverterWriter (plAbstractObjectGraph *pGraph, const plDocumentObjectManager *pManager, FilterFunction filter=FilterFunction())
 
plAbstractObjectNodeAddObjectToGraph (const plDocumentObject *pObject, plStringView sNodeName=nullptr)
 

Detailed Description

Writes the state of an plDocumentObject to an abstract graph.

This information can then be applied to another plDocument object through plDocumentObjectConverterReader, or to entirely different class using plRttiConverterReader.


The documentation for this class was generated from the following files: