GPAC
Open Source Multimedia Framework. For more information, check out http://gpac.wp.mines-telecom.fr
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups
vrml_script.c File Reference
+ Include dependency graph for vrml_script.c:

Functions

static u32 script_get_nb_static_field (GF_Node *node)
 
void Script_PreDestroy (GF_Node *node, void *eff, Bool is_destroy)
 
u32 gf_sg_script_get_num_fields (GF_Node *node, u8 IndexMode)
 
GF_Err gf_sg_script_get_field_index (GF_Node *node, u32 inField, u8 IndexMode, u32 *allField)
 
GF_Err gf_sg_script_get_field (GF_Node *node, GF_FieldInfo *info)
 
void gf_sg_script_init (GF_Node *node)
 
GF_ScriptField * gf_sg_script_field_new (GF_Node *node, u32 eventType, u32 fieldType, const char *name)
 
GF_Err gf_sg_script_prepare_clone (GF_Node *dest, GF_Node *orig)
 
GF_Err gf_sg_script_field_get_info (GF_ScriptField *field, GF_FieldInfo *info)
 
void gf_sg_script_event_in (GF_Node *node, GF_FieldInfo *in_field)
 

Function Documentation

static u32 script_get_nb_static_field ( GF_Node node)
static

+ Here is the caller graph for this function:

void Script_PreDestroy ( GF_Node node,
void *  eff,
Bool  is_destroy 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u32 gf_sg_script_get_num_fields ( GF_Node node,
u8  IndexMode 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_Err gf_sg_script_get_field_index ( GF_Node node,
u32  inField,
u8  IndexMode,
u32 allField 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_Err gf_sg_script_get_field ( GF_Node node,
GF_FieldInfo info 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void gf_sg_script_init ( GF_Node node)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_ScriptField* gf_sg_script_field_new ( GF_Node node,
u32  eventType,
u32  fieldType,
const char *  name 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_Err gf_sg_script_prepare_clone ( GF_Node dest,
GF_Node orig 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_Err gf_sg_script_field_get_info ( GF_ScriptField *  field,
GF_FieldInfo info 
)
void gf_sg_script_event_in ( GF_Node node,
GF_FieldInfo in_field 
)

+ Here is the caller graph for this function: