Data Fields
_Edje_External_Param Struct Reference

Struct that holds parameters for parts of type EXTERNAL. More...

Data Fields

const char * name
 The name of the parameter. More...
 
Edje_External_Param_Type type
 The type of the parameter. More...
 
int i
 Used by both integer and boolean.
 
double d
 Used by double.
 
const char * s
 Used by both string and choice.
 

Detailed Description

Struct that holds parameters for parts of type EXTERNAL.

Field Documentation

◆ name

const char* _Edje_External_Param::name

◆ type

Edje_External_Param_Type _Edje_External_Param::type