![]() |
Castor3D 0.12.0
Multiplatform 3D engine
|
#include <DividerPlugin.hpp>
Public Member Functions | |
C3D_API | DividerPlugin (castor::DynamicLibrarySPtr library, Engine *engine) |
Constructor. More... | |
C3D_API | ~DividerPlugin () override |
Destructor. More... | |
![]() | |
virtual C3D_API | ~Plugin ()=0 |
Destructor. More... | |
C3D_API void | getRequiredVersion (Version &version) const |
Retrieves the required version for the plug-in to work correctly. More... | |
C3D_API castor::String | getName () const |
Retrieves the plug-in name. More... | |
PluginType | getType () const |
Retrieves the plug-in type. More... | |
Friends | |
class | Plugin |
class | Engine |
Additional Inherited Members | |
![]() | |
typedef OnLoadFunction * | POnLoadFunction |
typedef OnUnloadFunction * | POnUnloadFunction |
typedef GetTypeFunction * | PGetTypeFunction |
typedef GetRequiredVersionFunction * | PGetRequiredVersionFunction |
typedef GetNameFunction * | PGetNameFunction |
![]() | |
C3D_API | Plugin (PluginType type, castor::DynamicLibrarySPtr library, Engine &engine) |
Constructor. More... | |
void | load () |
Calls load function for the plug-in. More... | |
void | unload () |
Calls unload function for the plug-in. More... | |
![]() | |
PGetRequiredVersionFunction | m_pfnGetRequiredVersion |
PGetNameFunction | m_pfnGetName |
POnLoadFunction | m_pfnOnLoad |
POnUnloadFunction | m_pfnOnUnload |
PluginType | m_type |
castor::DynamicLibraryWPtr | m_library |
C3D_API castor3d::DividerPlugin::DividerPlugin | ( | castor::DynamicLibrarySPtr | library, |
Engine * | engine | ||
) |
Constructor.
[in] | library | The shared library holding the plug-in |
[in] | engine | The engine |
|
override |
Destructor.
|
friend |
|
friend |