Om  1.0.0
A universal framework for multimedia simulation
Public Member Functions | List of all members
om::graphics::gui::resources::GraphicsGUIResourceModule Class Reference

An enum class that encapsulates a collection of resource transcoders for graphics GUI resources. More...

#include <omGraphicsGUIResourceModule.h>

Inheritance diagram for om::graphics::gui::resources::GraphicsGUIResourceModule:
om::resources::ResourceModule

Public Member Functions

 GraphicsGUIResourceModule ()
 Create a new graphics GUI resource module with a new set of graphics GUI resource transcoders. More...
 
 ~GraphicsGUIResourceModule ()
 Destroy an graphics GUI resource module and all of its resource type transcoders. More...
 
virtual void getFormats (ResourceManager &manager)
 Add transcoders to the specified resource manager for the resource formats this module supports. More...
 
virtual void getTypes (ResourceSetTranscoder &transcoder)
 Add transcoders to the specified resource set transcoder for the resource types this module supports. More...
 
- Public Member Functions inherited from om::resources::ResourceModule
virtual ~ResourceModule ()
 Destroy this resource module and release all internal resources. More...
 

Detailed Description

An enum class that encapsulates a collection of resource transcoders for graphics GUI resources.

Constructor & Destructor Documentation

om::graphics::gui::resources::GraphicsGUIResourceModule::GraphicsGUIResourceModule ( )

Create a new graphics GUI resource module with a new set of graphics GUI resource transcoders.

om::graphics::gui::resources::GraphicsGUIResourceModule::~GraphicsGUIResourceModule ( )

Destroy an graphics GUI resource module and all of its resource type transcoders.

Any ResourceSetTranscoder objects that are using the transcoders provided by this module should cease using those trancoders before the module is detroyed.

Member Function Documentation

virtual void om::graphics::gui::resources::GraphicsGUIResourceModule::getFormats ( ResourceManager manager)
virtual

Add transcoders to the specified resource manager for the resource formats this module supports.

Reimplemented from om::resources::ResourceModule.

virtual void om::graphics::gui::resources::GraphicsGUIResourceModule::getTypes ( ResourceSetTranscoder transcoder)
virtual

Add transcoders to the specified resource set transcoder for the resource types this module supports.

Reimplemented from om::resources::ResourceModule.


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