Om  1.0.0
A universal framework for multimedia simulation
Public Member Functions | List of all members
om::editors::types::EditorTypesModule Class Reference

An enum class that encapsulates a collection of resource set transcoders for engine data. More...

#include <omEditorTypesModule.h>

Inheritance diagram for om::editors::types::EditorTypesModule:
om::editors::base::EditorModule

Public Member Functions

 EditorTypesModule ()
 Create a new editor types module with a new set of editor types. More...
 
 ~EditorTypesModule ()
 Destroy an editor types module and all of its editor types. More...
 
virtual void getTypes (ResourceEditorManager &editors)
 Add editors to the specified editor manager for the resource types this module supports. More...
 
- Public Member Functions inherited from om::editors::base::EditorModule
virtual ~EditorModule ()
 Destroy this editor module and release all internal resources. More...
 

Detailed Description

An enum class that encapsulates a collection of resource set transcoders for engine data.

Constructor & Destructor Documentation

om::editors::types::EditorTypesModule::EditorTypesModule ( )

Create a new editor types module with a new set of editor types.

om::editors::types::EditorTypesModule::~EditorTypesModule ( )

Destroy an editor types module and all of its editor types.

Member Function Documentation

virtual void om::editors::types::EditorTypesModule::getTypes ( ResourceEditorManager editors)
virtual

Add editors to the specified editor manager for the resource types this module supports.

Reimplemented from om::editors::base::EditorModule.


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