![]() |
Murl Engine API
Version 2018.3
|
The app factory registry interface. More...
#include <murl_i_app_factory_registry.h>
The app factory registry interface.
Inherited by Murl::Core::AppFactoryRegistry.
Public Member Functions | |
virtual Resource::IFactoryRegistry * | GetResourceFactoryRegistry ()=0 |
Get the resource factory registry. More... | |
virtual Graph::IFactoryRegistry * | GetGraphFactoryRegistry ()=0 |
Get the graph factory registry. More... | |
virtual Audio::IFactoryRegistry * | GetAudioFactoryRegistry ()=0 |
Get the audio factory registry. More... | |
virtual Video::IFactoryRegistry * | GetVideoFactoryRegistry ()=0 |
Get the video factory registry. More... | |
virtual Physics::IFactoryRegistry * | GetPhysicsFactoryRegistry ()=0 |
Get the physics factory registry. More... | |
virtual const Resource::IFactory * | GetResourceFactory () const =0 |
Get the resource factory. More... | |
virtual const Graph::IFactory * | GetGraphFactory () const =0 |
Get the graph factory. More... | |
virtual const Audio::IFactory * | GetAudioFactory () const =0 |
Get the audio factory. More... | |
virtual const Video::IFactory * | GetVideoFactory () const =0 |
Get the video factory. More... | |
virtual const Physics::IFactory * | GetPhysicsFactory () const =0 |
Get the physics factory. More... | |
|
pure virtual |
Get the resource factory registry.
|
pure virtual |
Get the graph factory registry.
|
pure virtual |
Get the audio factory registry.
|
pure virtual |
Get the video factory registry.
|
pure virtual |
Get the physics factory registry.
|
pure virtual |
Get the resource factory.
|
pure virtual |
Get the graph factory.
|
pure virtual |
Get the audio factory.
|
pure virtual |
Get the video factory.
|
pure virtual |
Get the physics factory.