#include <gtk/gtk.h>
#include <string.h>
#include "buf.h"
#include "export.h"
#include "guiapi.h"
#include "queries.h"
#include "status.h"
#include "utils.h"
Include dependency graph for exporttext.c:

Go to the source code of this file.
Data Structures | |
| struct | _text_export_data | 
| Data for text export dialog. More... | |
Typedefs | |
| typedef _text_export_data | TextExportData | 
| Data for text export dialog. | |
Functions | |
| void | export_text_dialog_hide () | 
| Hide the text export dialog. | |
| void | export_text_dialog_show (char *title, char *filename, char *name, GtkWidget *query) | 
| Show the text export dialog.  | |
| void | export_text_dialog_create () | 
| Create the text export dialog. | |
| void | export_as_text (char *filename, char *rawfilename, GtkWidget *query, char *query_name) | 
| Text export.  | |
Variables | |
| TextExportData | exportTextData | 
| Data for the text export dialog.  | |
Definition in file exporttext.c.
      
  | 
  ||||||||||||||||||||
| 
 Text export. 
 
 Definition at line 297 of file exporttext.c. References _a_buf::b_dat, _a_buf::b_len, buf_free(), buf_new(), export_text_dialog_create(), and export_text_dialog_show().  | 
  
      
  | 
  ||||||||||||||||||||
| 
 Show the text export dialog. 
 
 Definition at line 265 of file exporttext.c. References export_text_dialog_create(), _text_export_data::filename, _text_export_data::query, and _text_export_data::raw_filename. Referenced by export_as_text().  | 
  
      
  | 
  
| 
 Initial value:  {
    NULL,                              
    NULL,                              
    NULL,                              
    NULL,                              
    NULL,                              
    NULL                               
}
 Definition at line 65 of file exporttext.c.  | 
  
1.2.18