FBCommand Class Reference

#include <fbcommand.h>
FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand FBCommand
Inheritance diagram for FBCommand:
Inheritance graph
[legend]

List of all members.


Detailed Description

Command class.

Definition at line 127 of file fbcommand.h.


Public Member Functions

  FBCommand (char *pName=NULL, HIObject pObject=NULL)
  Constructor.
virtual void  ExecuteNotify ()
  Execute the command.
virtual void  DragAndDropClearNotify ()
  Clear the command from the dropped items.
virtual void  DragAndDropAddNotify (HFBComponent pComponent)
  Add an item with drag and drop.
virtual void  RemoveNotify (HIObject pComponent)
  Remove an item that was added with drag and drop.
virtual bool  FbxStore (HFBFbxObject pFbxObject, kFbxObjectStore pStoreWhat)
  Storage/Retrieval of information into the FBX file format.
virtual bool  FbxRetrieve (HFBFbxObject pFbxObject, kFbxObjectStore pStoreWhat)
  Storage/Retrieval of information into the FBX file format.

Public Attributes

FBPropertyString  Description
  Property: Command description.
FBPropertyTime  StartTime
  Property: Start time for the command.
FBPropertyTime  StopTime
  Property: Stop time for the command.
FBPropertyCommandState  State
  Property: Current state of the command.
FBPropertyTimeReferential  TimeReferential
  Property: What is the time referential of the command?

Constructor & Destructor Documentation

FBCommand ( char *  pName = NULL,
HIObject  pObject = NULL  
)

Constructor.

Parameters:
pName  Name of Command (default is NULL).
pObject  Internal parent object to own FBComponent (default is NULL).

Member Function Documentation

virtual bool FbxStore ( HFBFbxObject  pFbxObject,
kFbxObjectStore  pStoreWhat  
) [virtual]

Storage/Retrieval of information into the FBX file format.

Parameters:
pFbxObject  Object to interface with FBX file format.
pStoreWhat  Attributes to store in FBX file.

virtual bool FbxRetrieve ( HFBFbxObject  pFbxObject,
kFbxObjectStore  pStoreWhat  
) [virtual]

Storage/Retrieval of information into the FBX file format.

Parameters:
pFbxObject  Object to interface with FBX file format.
pStoreWhat  Attributes to store in FBX file.

virtual void ExecuteNotify (  )  [virtual]

Execute the command.

virtual void DragAndDropClearNotify (  )  [virtual]

Clear the command from the dropped items.

virtual void DragAndDropAddNotify ( HFBComponent  pComponent  )  [virtual]

Add an item with drag and drop.

Parameters:
pComponent  Item to add.

virtual void RemoveNotify ( HIObject  pComponent  )  [virtual]

Remove an item that was added with drag and drop.

Parameters:
pComponent  Item to Remove.

Member Data Documentation

FBPropertyString Description

Property: Command description.

Definition at line 163 of file fbcommand.h.

FBPropertyTime StartTime

Property: Start time for the command.

Definition at line 164 of file fbcommand.h.

FBPropertyTime StopTime

Property: Stop time for the command.

Definition at line 165 of file fbcommand.h.

FBPropertyCommandState State

Property: Current state of the command.

Definition at line 166 of file fbcommand.h.

FBPropertyTimeReferential TimeReferential

Property: What is the time referential of the command?

Definition at line 167 of file fbcommand.h.


Please send us your comments about this page.