| GogDataEditorGogDataEditor |  | 
Functions
gog_data_editor_set_format ()
void
gog_data_editor_set_format (GogDataEditor *editor,
                            GOFormat const *fmt);
 
 
Types and Values
GogDataAllocator
typedef struct _GogDataAllocator GogDataAllocator;
 
GogDataAllocatorClass
typedef struct {
	GTypeInterface		   base;
	void	        (*allocate) (GogDataAllocator *a, GogPlot *plot);
	GogDataEditor * (*editor)   (GogDataAllocator *a, GogDataset *set,
				     int dim_i, GogDataType data_type);
} GogDataAllocatorClass;
 
GogDataEditorClass
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.