Open Reality Reference Guide
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...
 
class  FBPropertyListKeyingGroup
 PropertyList: KeyingGroup. More...
 

Macros

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

Enumerations

enum  FBKeyingGroupType {
  kFBKeyingGroupGlobal,
  kFBKeyingGroupObjectType,
  kFBKeyingGroupLocal
}
 Keying group types. More...
 

Functions

 __FB_FORWARD (FBKeyingGroup)
 
 FB_DEFINE_COMPONENT (K_DLLIMPORT, KeyingGroup)
 
 FB_DEFINE_LIST (K_DLLIMPORT, KeyingGroup)
 
 FB_FORWARD (FBPropertyListKeyingGroup)
 

Detailed Description

KeyingGroups interface for FBSDK.

Definition in file fbkeyinggroup.h.

Macro Definition Documentation

◆ FBSDK_DLL

#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

◆ FBKeyingGroupType

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.