43#include <kaydaradef.h>
48 #define FBSDK_DLL K_DLLIMPORT
53#ifdef FBSDKUseNamespace
54 namespace FBSDKNamespace {
100#ifdef FBSDKUseNamespace
MotionBuilder SDK base class.
virtual void FBDelete() override
Virtual FBDelete function.
FBFolder(const char *pName, FBComponent *pComponent, HIObject pObject=NULL)
Constructor.
FBPropertyListComponent Items
List: List of components in the folder.
PropertyList: Concrete class for PropertyList of component
FBFolder * operator[](int pIndex)
Get the component at pIndex.
#define __FBClassDeclare(Name, Parent)
For internal use only.
#define FBSDK_DLL
Be sure that FBSDK_DLL is defined only once...
#define FB_DEFINE_COMPONENT(DllTag, Type)
Define a component and give it the ability to be a property.
#define __FB_FORWARD(ClassName)
Forwarding of class and typedef declaration.