#include
<fbcontrols.h>
Definition at line 2086 of file fbcontrols.h.
Public Member Functions |
|
FBFCurveEditor () | |
Constructor. |
|
void | AddAnimationNode (FBAnimationNode *pNode) |
Add an animation node to the editor.
|
|
void | RemoveAnimationNode (FBAnimationNode *pNode) |
Remove an animation node from the editor.
|
|
void | AddProperty (FBPropertyAnimatable *pProperty) |
Add an animatable property to the editor.
|
|
void | RemoveProperty (FBPropertyAnimatable *pProperty) |
Remove animatable property from the editor.
|
|
void | Clear () |
Clear the editor. |
FBFCurveEditor | ( | ) |
Constructor.
void AddAnimationNode | ( | FBAnimationNode * | pNode | ) |
Add an animation node to the editor.
pNode | Animation node to show in the editor. |
void RemoveAnimationNode | ( | FBAnimationNode * | pNode | ) |
Remove an animation node from the editor.
pNode | Animation node to hide from editor. |
void AddProperty | ( | FBPropertyAnimatable * | pProperty | ) |
Add an animatable property to the editor.
pProperty | Property to show in the editor. |
void RemoveProperty | ( | FBPropertyAnimatable * | pProperty | ) |
Remove animatable property from the editor.
pProperty | Property to hide from editor. |
void Clear | ( | ) |
Clear the editor.