Data used to communicate information between an application and the plug-in.
Definition at line 92 of file kfbxplugin.h.
#include <kfbxplugin.h>
Public Member Functions |
|
KFbxPluginData () | |
Constructor. |
|
KFbxPluginData (const KFbxPluginData &pOther) | |
Copy Constructor. |
|
Public Attributes |
|
kfbxevents::KFbxEmitter * | mQueryEmitter |
The emitter on which the plug-in can listen
to receive events. |
|
KFbxSdkManager * | mSDKManager |
The FBX SDK Manager on which the plug-in was
instanced. |
|
KFbxPluginContainer * | mPluginContainer |
The container which will have the ownership
of the plug-in. |
KFbxPluginData | ( | ) | [inline] |
Constructor.
Definition at line 95 of file kfbxplugin.h.
: mQueryEmitter(NULL), mSDKManager(NULL), mPluginContainer(NULL) { }
KFbxPluginData | ( | const KFbxPluginData & | pOther | ) | [inline, explicit] |
Copy Constructor.
Definition at line 103 of file kfbxplugin.h.
: mQueryEmitter(pOther.mQueryEmitter), mSDKManager(pOther.mSDKManager), mPluginContainer(pOther.mPluginContainer) { }
The emitter on which the plug-in can listen to receive events.
Definition at line 110 of file kfbxplugin.h.
The FBX SDK Manager on which the plug-in was instanced.
Definition at line 111 of file kfbxplugin.h.
The container which will have the ownership of the plug-in.
Definition at line 112 of file kfbxplugin.h.