GdaReportItemRepField

Name

GdaReportItemRepField -- 

Synopsis



GdaReportItem* gda_report_item_repfield_new (GdaReportValid *valid,
                                             const gchar *id);
GdaReportItem* gda_report_item_repfield_new_from_dom
                                            (xmlNodePtr node);
xmlNodePtr  gda_report_item_repfield_to_dom (GdaReportItem *item);
gboolean    gda_report_item_repfield_remove (GdaReportItem *item);
gboolean    gda_report_item_repfield_set_id (GdaReportItem *item,
                                             const gchar *value);
gchar*      gda_report_item_repfield_get_id (GdaReportItem *item);
gboolean    gda_report_item_repfield_set_active
                                            (GdaReportItem *item,
                                             const gchar *value);
gchar*      gda_report_item_repfield_get_active
                                            (GdaReportItem *item);
gboolean    gda_report_item_repfield_set_visible
                                            (GdaReportItem *item,
                                             const gchar *value);
gchar*      gda_report_item_repfield_get_visible
                                            (GdaReportItem *item);
gboolean    gda_report_item_repfield_set_query
                                            (GdaReportItem *item,
                                             const gchar *value);
gchar*      gda_report_item_repfield_get_query
                                            (GdaReportItem *item);
gboolean    gda_report_item_repfield_set_value
                                            (GdaReportItem *item,
                                             const gchar *value);
gchar*      gda_report_item_repfield_get_value
                                            (GdaReportItem *item);
gboolean    gda_report_item_repfield_set_x  (GdaReportItem *item,
                                             GdaReportNumber *number);
GdaReportNumber* gda_report_item_repfield_get_x
                                            (GdaReportItem *item);
gboolean    gda_report_item_repfield_set_y  (GdaReportItem *item,
                                             GdaReportNumber *number);
GdaReportNumber* gda_report_item_repfield_get_y
                                            (GdaReportItem *item);
gboolean    gda_report_item_repfield_set_width
                                            (GdaReportItem *item,
                                             GdaReportNumber *number);
GdaReportNumber* gda_report_item_repfield_get_width
                                            (GdaReportItem *item);
gboolean    gda_report_item_repfield_set_height
                                            (GdaReportItem *item,
                                             GdaReportNumber *number);
GdaReportNumber* gda_report_item_repfield_get_height
                                            (GdaReportItem *item);
gboolean    gda_report_item_repfield_set_datatype
                                            (GdaReportItem *item,
                                             const gchar *value);
gchar*      gda_report_item_repfield_get_datatype
                                            (GdaReportItem *item);
gboolean    gda_report_item_repfield_set_bgcolor
                                            (GdaReportItem *item,
                                             GdaReportColor *value);
GdaReportColor* gda_report_item_repfield_get_bgcolor
                                            (GdaReportItem *item);
gboolean    gda_report_item_repfield_set_fgcolor
                                            (GdaReportItem *item,
                                             GdaReportColor *value);
GdaReportColor* gda_report_item_repfield_get_fgcolor
                                            (GdaReportItem *item);
gboolean    gda_report_item_repfield_set_bordercolor
                                            (GdaReportItem *item,
                                             GdaReportColor *value);
GdaReportColor* gda_report_item_repfield_get_bordercolor
                                            (GdaReportItem *item);
gboolean    gda_report_item_repfield_set_borderwidth
                                            (GdaReportItem *item,
                                             GdaReportNumber *number);
GdaReportNumber* gda_report_item_repfield_get_borderwidth
                                            (GdaReportItem *item);
gboolean    gda_report_item_repfield_set_borderstyle
                                            (GdaReportItem *item,
                                             const gchar *value);
gchar*      gda_report_item_repfield_get_borderstyle
                                            (GdaReportItem *item);
gboolean    gda_report_item_repfield_set_fontfamily
                                            (GdaReportItem *item,
                                             const gchar *value);
gchar*      gda_report_item_repfield_get_fontfamily
                                            (GdaReportItem *item);
gboolean    gda_report_item_repfield_set_fontsize
                                            (GdaReportItem *item,
                                             GdaReportNumber *number);
GdaReportNumber* gda_report_item_repfield_get_fontsize
                                            (GdaReportItem *item);
gboolean    gda_report_item_repfield_set_fontweight
                                            (GdaReportItem *item,
                                             const gchar *value);
gchar*      gda_report_item_repfield_get_fontweight
                                            (GdaReportItem *item);
gboolean    gda_report_item_repfield_set_fontitalic
                                            (GdaReportItem *item,
                                             const gchar *value);
gchar*      gda_report_item_repfield_get_fontitalic
                                            (GdaReportItem *item);
gboolean    gda_report_item_repfield_set_halignment
                                            (GdaReportItem *item,
                                             const gchar *value);
gchar*      gda_report_item_repfield_get_halignment
                                            (GdaReportItem *item);
gboolean    gda_report_item_repfield_set_valignment
                                            (GdaReportItem *item,
                                             const gchar *value);
gchar*      gda_report_item_repfield_get_valignment
                                            (GdaReportItem *item);
gboolean    gda_report_item_repfield_set_wordwrap
                                            (GdaReportItem *item,
                                             const gchar *value);
gchar*      gda_report_item_repfield_get_wordwrap
                                            (GdaReportItem *item);
gboolean    gda_report_item_repfield_set_dateformat
                                            (GdaReportItem *item,
                                             const gchar *value);
gchar*      gda_report_item_repfield_get_dateformat
                                            (GdaReportItem *item);
gboolean    gda_report_item_repfield_set_precision
                                            (GdaReportItem *item,
                                             const gchar *value);
gchar*      gda_report_item_repfield_get_precision
                                            (GdaReportItem *item);
gboolean    gda_report_item_repfield_set_currency
                                            (GdaReportItem *item,
                                             const gchar *value);
gchar*      gda_report_item_repfield_get_currency
                                            (GdaReportItem *item);
gboolean    gda_report_item_repfield_set_negvaluecolor
                                            (GdaReportItem *item,
                                             GdaReportColor *value);
GdaReportColor* gda_report_item_repfield_get_negvaluecolor
                                            (GdaReportItem *item);
gboolean    gda_report_item_repfield_set_commaseparator
                                            (GdaReportItem *item,
                                             const gchar *value);
gchar*      gda_report_item_repfield_get_commaseparator
                                            (GdaReportItem *item);

Description

Details

gda_report_item_repfield_new ()

GdaReportItem* gda_report_item_repfield_new (GdaReportValid *valid,
                                             const gchar *id);

valid :

id :

Returns :


gda_report_item_repfield_new_from_dom ()

GdaReportItem* gda_report_item_repfield_new_from_dom
                                            (xmlNodePtr node);

node :

Returns :


gda_report_item_repfield_to_dom ()

xmlNodePtr  gda_report_item_repfield_to_dom (GdaReportItem *item);

item :

Returns :


gda_report_item_repfield_remove ()

gboolean    gda_report_item_repfield_remove (GdaReportItem *item);

item :

Returns :


gda_report_item_repfield_set_id ()

gboolean    gda_report_item_repfield_set_id (GdaReportItem *item,
                                             const gchar *value);

item :

value :

Returns :


gda_report_item_repfield_get_id ()

gchar*      gda_report_item_repfield_get_id (GdaReportItem *item);

item :

Returns :


gda_report_item_repfield_set_active ()

gboolean    gda_report_item_repfield_set_active
                                            (GdaReportItem *item,
                                             const gchar *value);

item :

value :

Returns :


gda_report_item_repfield_get_active ()

gchar*      gda_report_item_repfield_get_active
                                            (GdaReportItem *item);

item :

Returns :


gda_report_item_repfield_set_visible ()

gboolean    gda_report_item_repfield_set_visible
                                            (GdaReportItem *item,
                                             const gchar *value);

item :

value :

Returns :


gda_report_item_repfield_get_visible ()

gchar*      gda_report_item_repfield_get_visible
                                            (GdaReportItem *item);

item :

Returns :


gda_report_item_repfield_set_query ()

gboolean    gda_report_item_repfield_set_query
                                            (GdaReportItem *item,
                                             const gchar *value);

item :

value :

Returns :


gda_report_item_repfield_get_query ()

gchar*      gda_report_item_repfield_get_query
                                            (GdaReportItem *item);

item :

Returns :


gda_report_item_repfield_set_value ()

gboolean    gda_report_item_repfield_set_value
                                            (GdaReportItem *item,
                                             const gchar *value);

item :

value :

Returns :


gda_report_item_repfield_get_value ()

gchar*      gda_report_item_repfield_get_value
                                            (GdaReportItem *item);

item :

Returns :


gda_report_item_repfield_set_x ()

gboolean    gda_report_item_repfield_set_x  (GdaReportItem *item,
                                             GdaReportNumber *number);

item :

number :

Returns :


gda_report_item_repfield_get_x ()

GdaReportNumber* gda_report_item_repfield_get_x
                                            (GdaReportItem *item);

item :

Returns :


gda_report_item_repfield_set_y ()

gboolean    gda_report_item_repfield_set_y  (GdaReportItem *item,
                                             GdaReportNumber *number);

item :

number :

Returns :


gda_report_item_repfield_get_y ()

GdaReportNumber* gda_report_item_repfield_get_y
                                            (GdaReportItem *item);

item :

Returns :


gda_report_item_repfield_set_width ()

gboolean    gda_report_item_repfield_set_width
                                            (GdaReportItem *item,
                                             GdaReportNumber *number);

item :

number :

Returns :


gda_report_item_repfield_get_width ()

GdaReportNumber* gda_report_item_repfield_get_width
                                            (GdaReportItem *item);

item :

Returns :


gda_report_item_repfield_set_height ()

gboolean    gda_report_item_repfield_set_height
                                            (GdaReportItem *item,
                                             GdaReportNumber *number);

item :

number :

Returns :


gda_report_item_repfield_get_height ()

GdaReportNumber* gda_report_item_repfield_get_height
                                            (GdaReportItem *item);

item :

Returns :


gda_report_item_repfield_set_datatype ()

gboolean    gda_report_item_repfield_set_datatype
                                            (GdaReportItem *item,
                                             const gchar *value);

item :

value :

Returns :


gda_report_item_repfield_get_datatype ()

gchar*      gda_report_item_repfield_get_datatype
                                            (GdaReportItem *item);

item :

Returns :


gda_report_item_repfield_set_bgcolor ()

gboolean    gda_report_item_repfield_set_bgcolor
                                            (GdaReportItem *item,
                                             GdaReportColor *value);

item :

value :

Returns :


gda_report_item_repfield_get_bgcolor ()

GdaReportColor* gda_report_item_repfield_get_bgcolor
                                            (GdaReportItem *item);

item :

Returns :


gda_report_item_repfield_set_fgcolor ()

gboolean    gda_report_item_repfield_set_fgcolor
                                            (GdaReportItem *item,
                                             GdaReportColor *value);

item :

value :

Returns :


gda_report_item_repfield_get_fgcolor ()

GdaReportColor* gda_report_item_repfield_get_fgcolor
                                            (GdaReportItem *item);

item :

Returns :


gda_report_item_repfield_set_bordercolor ()

gboolean    gda_report_item_repfield_set_bordercolor
                                            (GdaReportItem *item,
                                             GdaReportColor *value);

item :

value :

Returns :


gda_report_item_repfield_get_bordercolor ()

GdaReportColor* gda_report_item_repfield_get_bordercolor
                                            (GdaReportItem *item);

item :

Returns :


gda_report_item_repfield_set_borderwidth ()

gboolean    gda_report_item_repfield_set_borderwidth
                                            (GdaReportItem *item,
                                             GdaReportNumber *number);

item :

number :

Returns :


gda_report_item_repfield_get_borderwidth ()

GdaReportNumber* gda_report_item_repfield_get_borderwidth
                                            (GdaReportItem *item);

item :

Returns :


gda_report_item_repfield_set_borderstyle ()

gboolean    gda_report_item_repfield_set_borderstyle
                                            (GdaReportItem *item,
                                             const gchar *value);

item :

value :

Returns :


gda_report_item_repfield_get_borderstyle ()

gchar*      gda_report_item_repfield_get_borderstyle
                                            (GdaReportItem *item);

item :

Returns :


gda_report_item_repfield_set_fontfamily ()

gboolean    gda_report_item_repfield_set_fontfamily
                                            (GdaReportItem *item,
                                             const gchar *value);

item :

value :

Returns :


gda_report_item_repfield_get_fontfamily ()

gchar*      gda_report_item_repfield_get_fontfamily
                                            (GdaReportItem *item);

item :

Returns :


gda_report_item_repfield_set_fontsize ()

gboolean    gda_report_item_repfield_set_fontsize
                                            (GdaReportItem *item,
                                             GdaReportNumber *number);

item :

number :

Returns :


gda_report_item_repfield_get_fontsize ()

GdaReportNumber* gda_report_item_repfield_get_fontsize
                                            (GdaReportItem *item);

item :

Returns :


gda_report_item_repfield_set_fontweight ()

gboolean    gda_report_item_repfield_set_fontweight
                                            (GdaReportItem *item,
                                             const gchar *value);

item :

value :

Returns :


gda_report_item_repfield_get_fontweight ()

gchar*      gda_report_item_repfield_get_fontweight
                                            (GdaReportItem *item);

item :

Returns :


gda_report_item_repfield_set_fontitalic ()

gboolean    gda_report_item_repfield_set_fontitalic
                                            (GdaReportItem *item,
                                             const gchar *value);

item :

value :

Returns :


gda_report_item_repfield_get_fontitalic ()

gchar*      gda_report_item_repfield_get_fontitalic
                                            (GdaReportItem *item);

item :

Returns :


gda_report_item_repfield_set_halignment ()

gboolean    gda_report_item_repfield_set_halignment
                                            (GdaReportItem *item,
                                             const gchar *value);

item :

value :

Returns :


gda_report_item_repfield_get_halignment ()

gchar*      gda_report_item_repfield_get_halignment
                                            (GdaReportItem *item);

item :

Returns :


gda_report_item_repfield_set_valignment ()

gboolean    gda_report_item_repfield_set_valignment
                                            (GdaReportItem *item,
                                             const gchar *value);

item :

value :

Returns :


gda_report_item_repfield_get_valignment ()

gchar*      gda_report_item_repfield_get_valignment
                                            (GdaReportItem *item);

item :

Returns :


gda_report_item_repfield_set_wordwrap ()

gboolean    gda_report_item_repfield_set_wordwrap
                                            (GdaReportItem *item,
                                             const gchar *value);

item :

value :

Returns :


gda_report_item_repfield_get_wordwrap ()

gchar*      gda_report_item_repfield_get_wordwrap
                                            (GdaReportItem *item);

item :

Returns :


gda_report_item_repfield_set_dateformat ()

gboolean    gda_report_item_repfield_set_dateformat
                                            (GdaReportItem *item,
                                             const gchar *value);

item :

value :

Returns :


gda_report_item_repfield_get_dateformat ()

gchar*      gda_report_item_repfield_get_dateformat
                                            (GdaReportItem *item);

item :

Returns :


gda_report_item_repfield_set_precision ()

gboolean    gda_report_item_repfield_set_precision
                                            (GdaReportItem *item,
                                             const gchar *value);

item :

value :

Returns :


gda_report_item_repfield_get_precision ()

gchar*      gda_report_item_repfield_get_precision
                                            (GdaReportItem *item);

item :

Returns :


gda_report_item_repfield_set_currency ()

gboolean    gda_report_item_repfield_set_currency
                                            (GdaReportItem *item,
                                             const gchar *value);

item :

value :

Returns :


gda_report_item_repfield_get_currency ()

gchar*      gda_report_item_repfield_get_currency
                                            (GdaReportItem *item);

item :

Returns :


gda_report_item_repfield_set_negvaluecolor ()

gboolean    gda_report_item_repfield_set_negvaluecolor
                                            (GdaReportItem *item,
                                             GdaReportColor *value);

item :

value :

Returns :


gda_report_item_repfield_get_negvaluecolor ()

GdaReportColor* gda_report_item_repfield_get_negvaluecolor
                                            (GdaReportItem *item);

item :

Returns :


gda_report_item_repfield_set_commaseparator ()

gboolean    gda_report_item_repfield_set_commaseparator
                                            (GdaReportItem *item,
                                             const gchar *value);

item :

value :

Returns :


gda_report_item_repfield_get_commaseparator ()

gchar*      gda_report_item_repfield_get_commaseparator
                                            (GdaReportItem *item);

item :

Returns :