QlViewData Struct Reference

#include <types.h>


Detailed Description

Todo:
Split monolithic QlViewData into views for reports, sort and filters wherever possible make the widget pointers local.

Definition at line 217 of file types.h.


Data Fields

gulong activate_signal
gulong new_column_width_signal
gulong select_range_signal
QlDialogMode dialog_mode
QlDisplayMode display_mode
QlDisplayMode report_mode
QlSelectMode sel_type
GtkSheet * sheet
GtkSheet * report_sheet
GtkWidget * report_win
GtkWidget * text_box
GtkWidget * entry1
GtkWidget * entry2
GtkWidget * entry3
GtkWidget * entry4
GtkWidget * dec_places_label
GtkTreeView * tview_from
GtkTreeView * tview_to
GtkComboBox * sm_numeric_box
GtkComboBox * sm_date_box
GtkComboBox * sm_time_box
gint activate_row
gint activate_col
gchar * activate_text
gint16 width
gint16 height
gint16 x
gint16 y
gchar * current_compare
gboolean match_on
gboolean find_on
GtkSheetRange sel_range
gint report_sel_col
gint report_sel_field
gint adjust_rows [8]
gchar * cb [MAX_CLIPBOARD]
gchar cb_sel_type
gint cb_rows
gint16 cb_cols

Field Documentation

QlDisplayMode QlViewData::display_mode

List or Report

Definition at line 224 of file types.h.

QlDisplayMode QlViewData::report_mode

in report mode, edit or Print

Definition at line 226 of file types.h.

QlSelectMode QlViewData::sel_type

Column Row Block Entry

Definition at line 228 of file types.h.

GtkWidget* QlViewData::text_box

just used from a lot of places - rationalise

Definition at line 233 of file types.h.

GtkWidget* QlViewData::entry1

entry boxes that might be open

Definition at line 235 of file types.h.

gint QlViewData::activate_row

keep track of last cell activated. It's the only way to tell if it has been changed

Definition at line 248 of file types.h.

gint16 QlViewData::width

Todo:
put width, height, x and y in gconf

Definition at line 252 of file types.h.

gboolean QlViewData::match_on

for find and match

Definition at line 257 of file types.h.

gint QlViewData::report_sel_col

Todo:
make local to report.c (currently checked by menus)

Definition at line 261 of file types.h.

gint QlViewData::adjust_rows[8]

field that goes with sel_col

Definition at line 263 of file types.h.

gchar* QlViewData::cb[MAX_CLIPBOARD]

for report adjust window

Todo:
find a substitute

Definition at line 265 of file types.h.

gchar QlViewData::cb_sel_type

Beginning of clipboard

Definition at line 266 of file types.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jan 28 22:02:11 2008 for quicklist by  doxygen 1.5.4