21
21
#define __LIST_REPORT__H__
28
LST_REPDIST_POS, //keep for compatibility with chart
26
LST_REPORT_POS, //keep for compatibility with chart
40
#define LST_REPDIST_POS_TOTAL G_MAXINT
36
#define LST_REPORT_POS_TOTAL G_MAXINT
39
#define LST_REP_COLID_AVERAGE -1
40
#define LST_REP_COLID_TOTAL -3
52
GtkWidget *lst_rep_total_create(void);
53
GString *lst_rep_total_to_string(GtkTreeView *treeview, gchar *title, gboolean clipboard);
56
GString *lst_rep_time_to_string(GtkTreeView *treeview, gchar *title, gboolean clipboard);
52
struct lst_report_data
66
GtkTreeStore *lst_report_new(void);
67
GtkWidget *lst_report_create(void);
68
gboolean lst_report_get_top_level (GtkTreeModel *liststore, guint32 key, GtkTreeIter *return_iter);
69
GString *lst_report_to_string(GtkTreeView *treeview, gint src, gchar *title, gboolean clipboard);
72
gboolean lst_rep_time_get_top_level (GtkTreeModel *liststore, guint32 key, GtkTreeIter *return_iter);
73
GString *lst_rep_time_to_string(GtkTreeView *treeview, gint src, gchar *title, gboolean clipboard);
57
74
GtkWidget *lst_rep_time_createtype(GtkListStore *store);
75
GtkTreeStore *lst_rep_time_new(void);
58
76
GtkWidget *lst_rep_time_create(void);
59
void lst_rep_time_renewcol(GtkTreeView *treeview, guint32 nbintvl, guint32 jfrom, gint intvl, gboolean avg);
b'\\ No newline at end of file'
77
void lst_rep_time_renewcol(GtkTreeView *treeview, DataTable *dt, guint32 nbintvl, guint32 jfrom, gint intvl, gboolean avg);