![]() |
Plasma Engine
2.0
|
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()) | |
plAbstractObjectNode * | AddObjectToGraph (const plDocumentObject *pObject, plStringView sNodeName=nullptr) |
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.