Public Member Functions | Public Attributes

KFbxPluginData Struct Reference

Search for all occurrences

Detailed Description

Data used to communicate information between an application and the plug-in.

Definition at line 92 of file kfbxplugin.h.

#include <kfbxplugin.h>

List of all members.

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.

Constructor & Destructor Documentation

KFbxPluginData ( ) [inline]

Constructor.

Definition at line 95 of file kfbxplugin.h.

KFbxPluginData ( const KFbxPluginData pOther ) [inline, explicit]

Copy Constructor.

Definition at line 103 of file kfbxplugin.h.


Member Data Documentation

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.


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