#include "../kernel/value.h"#include "../kernel/exceptions.h"#include "../macros/define_implementations.h"#include "..\protocols\arrays.inl"#include "../protocols/timefunctions.inl"Macros | |
| #define | ToTCBUI(a) (((a)+1.0f)*25.0f) |
| #define | FromTCBUI(a) (((a)/25.0f)-1.0f) |
| #define | ToEaseUI(a) ((a)*50.0f) |
| #define | FromEaseUI(a) ((a)/50.0f) |
| #define | def_time_fn(_fn) Value* _fn##_vf(Value** arg_list, int count) { throw NoMethodError (_M(#_fn), this); return (Value*)0; } |
Functions | |
| visible_class(MAXKeyArray) class MAXKeyArray | ENABLE_STACK_ALLOCATE (MAXKeyArray) |
| ScripterExport | MAXKeyArray (Control *icont, ParamDimension *idim) |
| classof_methods (MAXKeyArray, Value) | |
| BOOL | _is_collection () |
| void | collect () |
| void | gc_trace () |
| ScripterExport void | sprin1 (CharStream *s) |
| #define ToTCBUI | ( | a | ) | (((a)+1.0f)*25.0f) |
| #define FromTCBUI | ( | a | ) | (((a)/25.0f)-1.0f) |
| #define ToEaseUI | ( | a | ) | ((a)*50.0f) |
| #define FromEaseUI | ( | a | ) | ((a)/50.0f) |
| #define def_time_fn | ( | _fn | ) | Value* _fn##_vf(Value** arg_list, int count) { throw NoMethodError (_M(#_fn), this); return (Value*)0; } |
| visible_class (MAXKeyArray) class MAXKeyArray ENABLE_STACK_ALLOCATE | ( | MAXKeyArray | ) |
| ScripterExport MAXKeyArray | ( | Control * | icont, |
| ParamDimension * | idim | ||
| ) |
| classof_methods | ( | MAXKeyArray | , |
| Value | |||
| ) |
| void collect | ( | ) |
| void gc_trace | ( | ) |
| ScripterExport void sprin1 | ( | CharStream * | s | ) |