43#include <kaydaradef.h>
48 #define FBSDK_DLL K_DLLIMPORT
54#ifdef FBSDKUseNamespace
55 namespace FBSDKNamespace {
75 FBNote(
const char *pName, HIObject pObject = NULL );
77 IQuery_Declare(
override);
120#ifdef FBSDKUseNamespace
A box is a fundamental building block in the application architecture.
MotionBuilder SDK base class.
FBNote(const char *pName, HIObject pObject=NULL)
Constructor.
FBPropertyString StaticComment
Read Write Property: Comment associated to this note.
virtual bool Attach(FBComponent *pComp=NULL)
Attach the note to a component.
virtual bool Detach(FBComponent *pComp=NULL)
Detach the note from a component.
PropertyList: Concrete class for PropertyList of component
FBNote * operator[](int pIndex)
Get the note at pIndex.
Property class: const char * (String).
#define __FBClassDeclare(Name, Parent)
For internal use only.
#define FBSDK_DLL
Be sure that FBSDK_DLL is defined only once...
Contains definitions for devices, boxes and models.
#define FB_DEFINE_LIST(DllTag, Type)
Define a component list.
#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.