| ToutDoux : Reference manual | |||
|---|---|---|---|
| <<< Previous Page | Home | Up | Next Page >>> |
| enum | TdMsg; | |||||||||||
| enum | TdModeEcho; | |||||||||||
| struc | TdApp | |||||||||||
| void | td_app_set_menu_main |
| ||||||||||
| TdModeEcho | td_app_mode_echo_parse |
| ||||||||||
| void | td_app_set_current |
| ||||||||||
| void | td_app_cmd |
| ||||||||||
| void | td_app_cmd_load |
| ||||||||||
| void | td_app_custom_load |
| ||||||||||
| void | td_app_set_menu_favorites |
| ||||||||||
| void | td_app_add_admin_field |
| ||||||||||
| void | td_app_create |
| ||||||||||
| static void | td_app_lock_add |
| ||||||||||
| static void | td_app_lock_update |
| ||||||||||
| void | td_app_action_function |
| ||||||||||
| void | td_app_add_function |
| ||||||||||
| void | td_app_add_cmd |
| ||||||||||
| void | td_app_set_menu_palette |
| ||||||||||
| void | td_app_set_menu_templates |
| ||||||||||
| GtkObject* | td_app_new |
| ||||||||||
| gboolean | td_app_add_mod |
| ||||||||||
| void | td_app_set_menu_history |
| ||||||||||
| void | td_app_quit |
| ||||||||||
| static void | td_app_lock_remove |
| ||||||||||
| void | td_app_add_process |
| ||||||||||
| void | td_app_set_menu_commands |
| ||||||||||
| gchar* | td_app_custom_value |
| ||||||||||
| void | td_app_message |
|
| typedef enum | ||||||||||||||||||||||||||||||||||||
|
| fr: Type de message |
| en: Message type |
| TD_MSG_DONE | Message réussit - Message done |
| TD_MSG_TESTED | Message testé - Message tested |
| TD_MSG_PLUGINS | Message greffon - Message plug-in |
| TD_MSG_GUILE | Message guile command |
| TD_MSG_OS | Message os command |
| TD_MSG_SQL | Message sql |
| TD_MSG_SQL_CACHE | Message sql cache |
| TD_MSG_FUNCTION | Message fonction - Message function |
| TD_MSG_FAILED | Message échoué - Message failed |
| TD_MSG_STOP | Message stop |
| TD_MSG_BEGIN | Message début - Message begin |
| TD_MSG_END | Message fin - Message end |
| TD_MSG_MESSAGE | Message message |
| TD_MSG_PROGRESS | Message en cours - Message progress |
| TD_MSG_YES | Message oui - Message yes |
| TD_MSG_NO | Message non - Message no |
| typedef enum | ||||||||||||||||
|
| fr: Echo mode |
| en: Echo mode |
| TD_MODE_ECHO_0 | NULL |
| TD_MODE_ECHO_ALL_COLORS | Echo tout en couleur - Echo all with colors |
| TD_MODE_ECHO_COLORS | Echo en couleur - Echo colored |
| TD_MODE_ECHO_ALL_BW | Echo all en noir et blanc - Echo all whitout colors |
| TD_MODE_ECHO_BW | Echo en noir et blanc - Echo whitout colors |
| TD_MODE_ECHO_NO | Sans écho - Whitout echo |
| struct TdApp | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| fr: Object application |
| en: Application object |
| gint pid | Indentificatuer du processus - Process identifier |
| gchar *pid_database | Base de données locale du processus - Locale database of process |
| GtkObject *palette | Palette |
| GtkObject *bench | Etabli - Bench |
| GtkObject *etabliste | Etabli des listes - Bench of lists |
| GtkObject *command | Zone de commande - Command zone |
| gboolean modified | Drapeau de modifications non enregistrées - Flag for unsaved changes |
| gint mode_echo | Mode de l'echo de l'application - The echo mode of Application |
| GList *admin_field | Champs d'administration - Administration fields |
| GtkObject *connect | Connexion courante - Current connection |
| GtkObject *base | Base courante - Current base |
| GHashTable *cmd | Commandes - Commands |
| GCompletion *cmd_cmp | Completion des commandes - Command completion |
| GtkAccelGroup *cmd_accel | Groupe des accélérateur - Accelerators group |
| GtkWidget *menu_main | Menu principale - Main menu |
| GtkWidget *menu_palette | Menu de la palette - Palette menu |
| GtkWidget *menu_favorites | Menu des favoris - Favorites menu |
| GtkWidget *menu_templates | Menu des gabarits - Templates menu |
| GtkWidget *menu_commands | Menu des commandes - Commands menu |
| GtkWidget *menu_history | Menu de l'historique - History menu |
| GtkObject *about | Description |
| GHashTable *custom | Valeurs de la personnalisation - Customize values |
| GHashTable *mod_core | Modules noyaux - Core modules |
| GHashTable *mod_data | Modules de données - Data modules |
| GHashTable *mod_filter | Modules filtre - Filter modules |
| GList *process | Liste des processus - Process list |
| GList *function | Liste des fonctions - Functions list |
| GList *function_input | Liste des champs liés - Linked fields list |
| void | td_app_set_menu_main |
|
| fr: Affecte le menu comme menu principal à l'application |
| en: Allocates the menu like main menu to application |
| menu_main | : menu |
| TdModeEcho | td_app_mode_echo_parse |
|
| fr: Retourne le 'TdModeEcho' correspondant à la chaîne de caractères |
| en: Returns the 'TdModeEcho' corresponding the string |
| Return value: mode echo |
| value | : string |
| void | td_app_set_current |
|
| fr: Affecte la connection et la base à l'application |
| en: Allocates the connection and database to application |
| connect | : connection |
| base | : base |
| void | td_app_cmd |
|
| fr: Execute la commande |
| en: Execute the command |
| widget | : not used |
| command | : command |
| void | td_app_cmd_load |
|
| fr: Charge les commandes (3 niveaux maxi et 50 menu maxi) |
| en: Load the commands (3 levels max and 50 menus max) |
| void | td_app_custom_load |
|
| fr: Charge la personnalisation |
| en: Load the customize values |
| void | td_app_set_menu_favorites |
|
| fr: Affecte le menu comme menu des favoris à l'application |
| en: Allocates the menu like favorites menu to application |
| menu_favorites | : menu |
| void | td_app_add_admin_field |
|
| fr: Ajoute un champs d'administration à l'application |
| en: Adds a admintration field to application |
| field | : field |
| void | td_app_create |
|
| fr: Créé l'interface de l'application |
| en: Creates the interface of application |
| static void | td_app_lock_add |
|
| fr: Ajoute le verrou de base de données |
| en: Adds the database lock |
| static void | td_app_lock_update |
|
| fr: Rafraîchis le verrou de base de données |
| en: Updates the database lock |
| file | : file |
| void | td_app_action_function |
|
| fr: Execute une modification générée par une fonction |
| en: Executes a modification generated by function |
| table | : table |
| mod | : module |
| void | td_app_add_function |
|
| fr: Ajoute la fonction à l'application |
| en: Adds the function to application |
| function | : function |
| void | td_app_add_cmd |
|
| fr: Ajoute une incantation à l'application |
| en: Adds an incantation to application |
| name | : name |
| function | : function |
| required | : number of required arguments |
| optional | : number of optional args |
| rest | : flag for the 'rest' list |
| void | td_app_set_menu_palette |
|
| fr: Affecte le menu comme menu de palette à l'application |
| en: Allocates the menu like palette menu to application |
| menu_palette | : menu |
| void | td_app_set_menu_templates |
|
| fr: Affecte le menu comme menu des gabarits à l'application |
| en: Allocates the menu like templates menu to application |
| menu_templates | : menu |
| GtkObject* | td_app_new |
|
| fr: Créé une nouvelle application |
| en: Creates a new application |
| Return value: application |
| gboolean | td_app_add_mod |
|
| fr: Ajoute un module à l'application |
| en: Adds a module to application |
| Return value: FALSE on error |
| name | : name |
| type | : type |
| void | td_app_set_menu_history |
|
| fr: Affecte le menu comme menu de l'historique à l'application |
| en: Allocates the menu like history menu to application |
| menu_history | : menu |
| void | td_app_quit |
|
| fr: Détruit l'application |
| en: Destroys the application |
| static void | td_app_lock_remove |
|
| fr: Supprime le verrou de base de données |
| en: Removes the database lock |
| pid | : process identifier |
| void | td_app_add_process |
|
| fr: Ajoute un processus à l'application |
| en: Adds a process to application |
| process | : process |
| void | td_app_set_menu_commands |
|
| fr: Affecte le menu comme menu des commandes à l'application |
| en: Allocates the menu like commands menu to application |
| menu_commands | : menu |
| gchar* | td_app_custom_value |
|
| fr: Retourne la valeur de l'option de personnalisation de l'application |
| en: Returns the value of the option of the application's customize |
| Return value: string |
| category | : category |
| group | : group |
| option | : option |
| void | td_app_message |
|
| fr: Affiche un message sur la palette et dans la fenêtre des messages |
| en: Displays message for palette's statusbar and message window |
| message | : text |
| type | : type |
| <<< Previous Page | Home | Up | Next Page >>> |
| Index | Index | ||