Declaration for the FBCommand class. More...
Go to the source code of this file.
Classes | |
class | FBCommand |
Command class. More... | |
Macros | |
#define | FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once... | |
#define | FBRegisterCommand(UniqueNameStr, ClassName, Label, Description, IconFilename) |
Command class registration. | |
#define | FBCommandDeclare(ClassName, Parent) |
Command class declaration. | |
#define | FBCommandImplementation(ThisComponent) FBClassImplementation( ThisComponent ) |
Command class implementation. | |
Enumerations | |
enum | FBCommandState { kFBCommandStateStandard , kFBCommandStateMute , kFBCommandStateSolo , kFBCommandStateMuteBecauseSolo } |
FBCommandState. More... | |
enum | FBTimeReferential { kFBTimeReferentialAction , kFBTimeReferentialShot , kFBTimeReferentialEdit } |
FBCommandState. More... | |
Functions | |
__FB_FORWARD (FBCommand) | |
FB_DEFINE_ENUM (K_DLLIMPORT, CommandState) | |
FB_DEFINE_ENUM (K_DLLIMPORT, TimeReferential) | |
FB_DEFINE_COMPONENT (K_DLLIMPORT, Command) | |
Declaration for the FBCommand class.
Definition in file fbcommand.h.
#define FBCommandDeclare | ( | ClassName, | |
Parent | |||
) |
Command class declaration.
ClassName | Command class name. |
Parent | Parent class. |
Definition at line 90 of file fbcommand.h.
#define FBCommandImplementation | ( | ThisComponent | ) | FBClassImplementation( ThisComponent ) |
Command class implementation.
ThisComponent | Class to implement. |
Definition at line 99 of file fbcommand.h.
#define FBRegisterCommand | ( | UniqueNameStr, | |
ClassName, | |||
Label, | |||
Description, | |||
IconFilename | |||
) |
Command class registration.
UniqueNameStr | Unique name. |
ClassName | Command class name. |
Label | Short description. |
Description | Long description. |
IconFilename | Filename of associated icon. |
Definition at line 67 of file fbcommand.h.
#define FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once...
Definition at line 48 of file fbcommand.h.
enum FBCommandState |
FBCommandState.
Enumerator | |
---|---|
kFBCommandStateStandard | Standard. |
kFBCommandStateMute | Mute. |
kFBCommandStateSolo | Solo. |
kFBCommandStateMuteBecauseSolo | Mute because of solo. |
Definition at line 108 of file fbcommand.h.
enum FBTimeReferential |
FBCommandState.
Enumerator | |
---|---|
kFBTimeReferentialAction | Action. |
kFBTimeReferentialShot | Shot. |
kFBTimeReferentialEdit | Edit. |
Definition at line 116 of file fbcommand.h.