ToutDoux : Reference manual | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
enum | TdFunctionLanguage; | |||||||
struc | TdFunction | |||||||
GtkObject* | td_function_load |
| ||||||
void | td_function_add_property |
| ||||||
GtkObject* | td_function_new |
| ||||||
gchar* | td_function_property_value |
| ||||||
void | td_function_destroy |
| ||||||
gboolean | td_function_activate |
| ||||||
TdFunctionLanguage | td_function_language_parse |
| ||||||
void | td_function_add_input |
| ||||||
void | td_function_add_output |
| ||||||
gchar* | td_function_language_print |
|
typedef enum | ||||||||||
|
fr: Language de fonction |
en: Function language |
TD_FUNCTION_0 | NULL |
TD_FUNCTION_C | Fonction en C - C function |
TD_FUNCTION_SQL | Fonction en SQL - SQL function |
struct TdFunction | ||||||||||||||||||||
|
fr: objet fonction |
en: Function object |
gchar *name | Nom - Name |
gchar *comment | Commentaire - Comment |
gchar *language | Language |
gchar *definition | Définition - Definition |
GList *input | Entrées - Inputs |
GList *output | Sorties - Outputs |
GList *property_name | Nom des propriétés - Properties name |
GList *property_value | Valeur des propriétés - Properties value |
GtkObject* | td_function_load |
|
fr: Retourne la fonction correspondant à la localisation XML |
en: Returns the function corresponding the XML location |
Return value: function |
doc | : XML document |
ns | : XML namespace |
cur_root | : XML node |
void | td_function_add_property |
|
fr: Ajoute la propriété à la fonction |
en: Adds the property to function |
function | : function |
property_name | : property's name |
property_value | : property's value |
GtkObject* | td_function_new |
|
fr: Créé une nouvelle fonction |
en: Creates new function |
Return value: function parameters |
gchar* | td_function_property_value |
|
fr: Retourne la valeur de la propriété du la fonction |
en: Returns the value of function property |
Return value: string |
function | : function |
property_name | : property name |
void | td_function_destroy |
|
fr: Détruit la fonction |
en: Destroys the function |
function | : function |
gboolean | td_function_activate |
|
fr: Execute la fonction |
en: Executes the functions |
Return value: FALSE on error |
function | : function |
TdFunctionLanguage | td_function_language_parse |
|
fr: Retourne le 'TdFunctionLang' correspondant à la chaîne de caractères |
en: Returns the 'TdFunctionLang' corresponding the string |
Return value: function language |
value | : string |
void | td_function_add_input |
|
fr: Ajoute l'entrée à la fonction |
en: Adds the input to function |
function | : function |
input | : input |
void | td_function_add_output |
|
fr: Ajoute la sortie à la fonction |
en: Adds the output to the function |
function | : function |
output | : output |
gchar* | td_function_language_print |
|
fr: Retourne la chaîne de caractères correspondant au 'TdFunctionLanguage' |
en: Returns the string corresponding the 'TdFunctionLanguage' |
Return value: string |
value | : string |
<<< Previous Page | Home | Up | Next Page >>> |
Index | Index |