Castor3D 0.16.0
Multiplatform 3D engine
|
#include <DividerPlugin.hpp>
Fonctions membres publiques | |
C3D_API | DividerPlugin (castor::DynamicLibraryUPtr library, Engine *engine) |
Constructeur. | |
C3D_API | ~DividerPlugin () noexcept override |
Destructeur. | |
Fonctions membres publiques hérités de castor3d::Plugin | |
virtual C3D_API | ~Plugin () noexcept=default |
Destructeur. | |
C3D_API void | getRequiredVersion (Version &version) const |
Récupère la version nécessaire au bon fonctionnement du plug-in. | |
C3D_API castor::String | getName () const |
Récupère le nom du plug-in. | |
PluginType | getType () const |
Récupère le type du plug-in. | |
Fonctions membres publiques hérités de castor::OwnedBy< Engine > | |
Engine * | getOwner () const |
L'objet propriétaire. | |
Membres hérités additionnels | |
Types publics hérités de castor3d::Plugin | |
using | OnLoadFunction = void ( * )( Engine *, Plugin * ) |
< Signature for the plug-in's loading function | |
using | OnUnloadFunction = void ( * )( Engine * )noexcept |
Signature for the plug-in's type retrieval function. | |
using | GetTypeFunction = void ( * )( PluginType * ) |
Signature for the plug-in's version checking function. | |
using | GetRequiredVersionFunction = void ( * )( Version * version ) |
Signature for the plug-in's name retrieval function. | |
using | GetNameFunction = void ( * )( char const ** ) |
Fonctions membres protégées hérités de castor3d::Plugin | |
C3D_API | Plugin (PluginType type, castor::DynamicLibraryUPtr library, Engine &engine) |
Constructeur. | |
void | load () |
Exécute la fonction de chargement du plug-in. | |
void | unload () const noexcept |
Exécute la fonction de déchargement du plug-in. | |
Fonctions membres protégées hérités de castor::OwnedBy< Engine > | |
OwnedBy (Engine &owner) | |
Constructeur. | |
Attributs protégés hérités de castor3d::Plugin | |
castor::DynamicLibraryUPtr | m_library {} |
GetRequiredVersionFunction | m_pfnGetRequiredVersion {} |
GetNameFunction | m_pfnGetName {} |
OnLoadFunction | m_pfnOnLoad {} |
OnUnloadFunction | m_pfnOnUnload {} |
PluginType | m_type {} |
C3D_API castor3d::DividerPlugin::DividerPlugin | ( | castor::DynamicLibraryUPtr | library, |
Engine * | engine ) |
Constructeur.
[in] | library | La bibliothèque partagée contenant le plug-in |
[in] | engine | Le moteur |
|
overridenoexcept |
Destructeur.