Dataquay 0.8
Dataquay::ObjectLoader::LoadCallback Struct Referenceabstract

#include <ObjectLoader.h>

Public Member Functions

virtual ~LoadCallback ()
 
virtual void loaded (ObjectLoader *, NodeObjectMap &, Node, QObject *)=0
 An object has been loaded by the given ObjectLoader from the given RDF node.
 

Detailed Description

Definition at line 251 of file ObjectLoader.h.

Constructor & Destructor Documentation

◆ ~LoadCallback()

virtual Dataquay::ObjectLoader::LoadCallback::~LoadCallback ( )
inlinevirtual

Definition at line 252 of file ObjectLoader.h.

Member Function Documentation

◆ loaded()

virtual void Dataquay::ObjectLoader::LoadCallback::loaded ( ObjectLoader * ,
NodeObjectMap & ,
Node ,
QObject *  )
pure virtual

An object has been loaded by the given ObjectLoader from the given RDF node.

The node and object will also be found in the NodeObjectMap, which additionally references any other objects which have been loaded during this load sequence.


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