RolloutControlThunk Class Reference
 
 
 
RolloutControlThunk Class Reference

#include <thunks.h>

Public Member Functions

  RolloutControlThunk (Value *name, int control_index, Rollout *rollout)
BOOL  _is_rolloutthunk ()
Value eval ()
ScripterExport void  gc_trace ()
void  collect ()
ScripterExport void  sprin1 (CharStream *s)
Value assign_vf (Value **arg_list, int count)

Public Attributes

int  index
Rollout *  rollout

Constructor & Destructor Documentation

RolloutControlThunk ( Value name,
int  control_index,
Rollout *  rollout 
)

Member Function Documentation

BOOL _is_rolloutthunk ( ) [inline]
Value* eval ( ) [inline]
{ return rollout->controls[index]; }
ScripterExport void gc_trace ( )
void collect ( )
ScripterExport void sprin1 ( CharStream *  s )
Value* assign_vf ( Value **  arg_list,
int  count 
)

Member Data Documentation