QlFieldInfo Struct Reference

#include <field.h>


Detailed Description

Structure to store each field's information in memory.

Definition at line 32 of file field.h.


Data Fields

gint16 sheet_column
QlFieldType type
gint16 formatting
gint16 decimal_places
gint16 justification
gint16 unused1
gint16 unused2
gint16 width
gchar * name

Field Documentation

gint16 QlFieldInfo::sheet_column

which sheet column it goes in

Definition at line 34 of file field.h.

QlFieldType QlFieldInfo::type

type of field 1: alpha 2: numeric 3: date 4: time

Definition at line 35 of file field.h.

gint16 QlFieldInfo::formatting

values from 0 to n

Bug:
used for QlDateFormat and QlCurrFormat

Definition at line 40 of file field.h.

gint16 QlFieldInfo::justification

Uses GTK-JUSTIFY_LEFT, RIGHT, CENTER

Definition at line 42 of file field.h.

gint16 QlFieldInfo::width

display width in characters

Definition at line 44 of file field.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