#include <string.h>
#include "buf.h"
#include "guiapi.h"
#include "queries.h"
#include "status.h"
Include dependency graph for exporthtml.c:
Go to the source code of this file.
Data Structures | |
struct | _html_export_data |
Data for HTML export dialog. More... | |
Typedefs | |
typedef _html_export_data | HtmlExportData |
Data for HTML export dialog. | |
Functions | |
void | export_html_dialog_hide () |
Hide the html export dialog. | |
void | export_html_dialog_show (char *title, char *filename, char *name, GtkWidget *query, char *query_name) |
Show the html export dialog. | |
void | export_html_dialog_create () |
Create the html export dialog. | |
void | export_as_html (char *filename, char *rawfilename, GtkWidget *query, char *query_name) |
HTML results of the query in HTML. | |
Variables | |
HtmlExportData | exportHtmlData |
Data for the html export dialog. |
Definition in file exporthtml.c.
|
HTML results of the query in HTML.
Definition at line 348 of file exporthtml.c. References _a_buf::b_dat, _a_buf::b_len, buf_free(), buf_new(), export_html_dialog_create(), and export_html_dialog_show(). |
|
Create the html export dialog. Only needs to be called once. Definition at line 78 of file exporthtml.c. References _html_export_data::links, _html_export_data::recPerPage, and _html_export_data::titles. Referenced by export_as_html(), and export_html_dialog_show(). |
|
Show the html export dialog.
Definition at line 161 of file exporthtml.c. References _a_buf::b_dat, _a_buf::b_len, buf_check(), db_conn::DBget_query_status, db_conn::DBget_record_number, export_html_dialog_create(), _html_export_data::filename, gui_get_connection(), _html_export_data::query, query_get_result(), _html_export_data::raw_filename, and _html_export_data::recPerPage. Referenced by export_as_html(). |
|
Initial value: { NULL, NULL, NULL, NULL, NULL, NULL, NULL }
Definition at line 67 of file exporthtml.c. |