#include <types.h>
One QlViewData and one QlFileData per file. Each file has one Display tab and optional report tabs.
Definition at line 178 of file types.h.
Data Fields | |
| QlFilterInfo * | filter_ptr |
| QlSortInfo * | sort_ptr |
| QlReportInfo * | report_ptr |
| GHashTable * | fields |
| gint16 | col_to_field [MAX_FIELDS+1] |
| QlSortInfo | sorts [MAX_SORTS+1] |
| QlFilterInfo | filters [MAX_FILTERS+1] |
| QlReportInfo | reports [MAX_REPORTS+1] |
| QlFileType | current_file |
| gchar * | file_name |
| GnomeVFSHandle * | vfshandle |
| gchar * | file_path |
| gint16 | last_field |
| gint16 | sort_ct |
| gint16 | filter_ct |
| gint16 | report_ct |
| gint32 | last_row |
| gboolean | changed |
| gint | report_no |
| QlFileType | file_type |
| gint16 QlFileData::col_to_field[MAX_FIELDS+1] |
| QlSortInfo QlFileData::sorts[MAX_SORTS+1] |
| QlFilterInfo QlFileData::filters[MAX_FILTERS+1] |
| QlReportInfo QlFileData::reports[MAX_REPORTS+1] |
| QlFileType QlFileData::current_file |
| gchar* QlFileData::file_name |
| GnomeVFSHandle* QlFileData::vfshandle |
| gchar* QlFileData::file_path |
| gint16 QlFileData::last_field |
| gint16 QlFileData::sort_ct |
| gint16 QlFileData::filter_ct |
| gint16 QlFileData::report_ct |
| gint32 QlFileData::last_row |
1.5.4