fbsdk/fbkeyinggroup.h File Reference
 
 
 
fbsdk/fbkeyinggroup.h File Reference
#include <kaydaradef.h>
#include <fbsdk/fbcomponent.h>

File Description

KeyingGroups interface for FBSDK.

Definition in file fbkeyinggroup.h.

Classes

class   FBKeyingGroup
  KeyingGroup class. More...
class   FBPropertyListKeyingGroup
  PropertyList: KeyingGroup. 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 (K_DLLIMPORT, KeyingGroup)
  FB_DEFINE_LIST (K_DLLIMPORT, KeyingGroup)
  FB_FORWARD (FBPropertyListKeyingGroup)

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 ( K_DLLIMPORT  ,
KeyingGroup   
)
FB_DEFINE_LIST ( K_DLLIMPORT  ,
KeyingGroup   
)

Go to the source code of this file.