| 
command-vertex-data
command-vertex-data —  |  | 
Details
COMMAND_VERTEX_DATA_DEFAULT_WEIGHT
#define COMMAND_VERTEX_DATA_DEFAULT_WEIGHT 1.0
 
COMMAND_VERTEX_DATA_WEIGHT_DELTA
#define COMMAND_VERTEX_DATA_WEIGHT_DELTA 1.0
 
command_vertex_data_equals ()
const Boolean command_vertex_data_equals    (const Object data_1,
                                             const Object data_2);
| data_1: |  | 
| data_2: |  | 
| Returns : |  | 
 
command_vertex_data_free ()
void        command_vertex_data_free        (const Command_Vertex_Data data);
 
command_vertex_data_create ()
Command_Vertex_Data command_vertex_data_create
                                            (const char *keyboard_id,
                                             const char *key_id,
                                             const float weight);
| keyboard_id: |  | 
| key_id: |  | 
| weight: |  | 
| Returns : |  | 
 
command_vertex_data_create_from_log ()
Command_Vertex_Data command_vertex_data_create_from_log
                                            (char *line);
 
command_vertex_data_get_keyboard_id ()
const char* command_vertex_data_get_keyboard_id
                                            (const Command_Vertex_Data data);
 
command_vertex_data_get_key_id ()
const char* command_vertex_data_get_key_id  (const Command_Vertex_Data data);
 
command_vertex_data_set_weight ()
void        command_vertex_data_set_weight  (const Command_Vertex_Data data,
                                             const float weight);
 
command_vertex_data_get_weight ()
float       command_vertex_data_get_weight  (const Command_Vertex_Data data);
 
command_vertex_data_dump_text ()
void        command_vertex_data_dump_text   (const Command_Vertex_Data data,
                                             FILE *stream);
 
command_vertex_data_dump_binary ()
void        command_vertex_data_dump_binary (const Command_Vertex_Data data,
                                             FILE *stream);