![]() |
![]() |
![]() |
GOffice Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
GogDataAllocator; GogDataAllocatorClass; GogDataEditorClass; enum GogDataType; void gog_data_allocator_allocate (GogDataAllocator *dalloc
,GogPlot *plot
); GogDataEditor * gog_data_allocator_editor (GogDataAllocator *dalloc
,GogDataset *set
,int dim_i
,GogDataType data_type
); void gog_data_editor_set_format (GogDataEditor *editor
,GOFormat const *fmt
); void gog_data_editor_set_value_double (GogDataEditor *editor
,double val
,GODateConventions const *date_conv
);
typedef struct { GTypeInterface base; void (*allocate) (GogDataAllocator *a, GogPlot *plot); GogDataEditor * (*editor) (GogDataAllocator *a, GogDataset *set, int dim_i, GogDataType data_type); } GogDataAllocatorClass;
GTypeInterface |
base interface. |
provides data to a GogPlot. | |
returns the GogDataEditor. |
typedef struct { GTypeInterface base; void (*set_format) (GogDataEditor *editor, GOFormat const *fmt); void (*set_value_double) (GogDataEditor *editor, double val, GODateConventions const *date_conv); } GogDataEditorClass;
Interface to edit GOData.
GTypeInterface |
base interface. |
sets the GOFormat | |
sets a value as a double. |
void gog_data_allocator_allocate (GogDataAllocator *dalloc
,GogPlot *plot
);
|
a GogDataAllocator |
|
a GogPlot |
GogDataEditor * gog_data_allocator_editor (GogDataAllocator *dalloc
,GogDataset *set
,int dim_i
,GogDataType data_type
);
|
a GogDataAllocator |
Returns : |
a GtkWidget. [transfer full] |
void gog_data_editor_set_format (GogDataEditor *editor
,GOFormat const *fmt
);
|
|
|
void gog_data_editor_set_value_double (GogDataEditor *editor
,double val
,GODateConventions const *date_conv
);
|
|
|
|
|