fbkeyinggroup.h File Reference

KeyingGroups interface for FBSDK. More...

#include <kaydaradef.h>
#include <fbsdk/fbcomponent.h>

Go to the source code of this file.

Classes

class   FBKeyingGroup
  KeyingGroup class. More...

Defines

#define  FBSDK_DLL   K_DLLIMPORT
  Be sure that FBSDK_DLL is defined only once...

Enumerations

enum   FBKeyingGroupType { kFBKeyingGroupGlobal, kFBKeyingGroupObjectType, kFBKeyingGroupLocal }
 

Keying group types.

More...

Functions

  __FB_FORWARD (FBKeyingGroup)
  FB_DEFINE_COMPONENT (FBSDK_DLL, KeyingGroup)
  FB_DEFINE_LIST (FBSDK_DLL, KeyingGroup)

Detailed Description

KeyingGroups interface for FBSDK.

Definition in file fbkeyinggroup.h.


Define Documentation

#define FBSDK_DLL   K_DLLIMPORT

Be sure that FBSDK_DLL is defined only once...

Definition at line 48 of file fbkeyinggroup.h.


Enumeration Type Documentation

Keying group types.

Enumerator:
kFBKeyingGroupGlobal 

All selected objects with the same properties as those defined in the keying group will be keyed.

kFBKeyingGroupObjectType 

All selected objects of the specified type in the keying group with the same properties as those defined in the keying group will be keyed.

kFBKeyingGroupLocal 

Only properties of objects specified in the keying group will be keyed.

Definition at line 62 of file fbkeyinggroup.h.


Function Documentation

FB_DEFINE_COMPONENT ( FBSDK_DLL  ,
KeyingGroup   
)
FB_DEFINE_LIST ( FBSDK_DLL  ,
KeyingGroup   
)