Murl::IAppFactoryRegistry Interface Referenceabstract
The app factory registry interface. More...
#include "murl_i_app_factory_registry.h"
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... | |
Detailed Description
The app factory registry interface.
Member Function Documentation
◆ GetResourceFactoryRegistry()
|
pure virtual |
Get the resource factory registry.
- Returns
- The resource factory registry.
◆ GetGraphFactoryRegistry()
|
pure virtual |
Get the graph factory registry.
- Returns
- The graph factory registry.
◆ GetAudioFactoryRegistry()
|
pure virtual |
Get the audio factory registry.
- Returns
- The audio factory registry.
◆ GetVideoFactoryRegistry()
|
pure virtual |
Get the video factory registry.
- Returns
- The video factory registry.
◆ GetPhysicsFactoryRegistry()
|
pure virtual |
Get the physics factory registry.
- Returns
- The physics factory registry.
◆ GetResourceFactory()
|
pure virtual |
Get the resource factory.
- Returns
- The resource factory.
◆ GetGraphFactory()
|
pure virtual |
Get the graph factory.
- Returns
- The graph factory.
◆ GetAudioFactory()
|
pure virtual |
Get the audio factory.
- Returns
- The audio factory.
◆ GetVideoFactory()
|
pure virtual |
Get the video factory.
- Returns
- The video factory.
◆ GetPhysicsFactory()
|
pure virtual |
Get the physics factory.
- Returns
- The physics factory.
The documentation for this interface was generated from the following file:
- murl_i_app_factory_registry.h