#include <maxapi.h>
Public Member Functions |
|
| virtual BOOL | proc (Animatable *anim, Animatable *client, int subNum)=0 |
| virtual BOOL | TextColor (Animatable *anim, Animatable *client, int subNum, COLORREF &color) |
| virtual BOOL proc | ( | Animatable * | anim, |
| Animatable * | client, | ||
| int | subNum | ||
| ) | [pure virtual] |
| virtual BOOL TextColor | ( | Animatable * | anim, |
| Animatable * | client, | ||
| int | subNum, | ||
| COLORREF & | color | ||
| ) | [inline, virtual] |
{
UNUSED_PARAM(anim);
UNUSED_PARAM(client);
UNUSED_PARAM(subNum);
UNUSED_PARAM(color);
return FALSE;
}