GogDataAllocator

GogDataAllocator

Functions

Types and Values

Object Hierarchy

    GInterface
    ╰── GogDataAllocator

Description

Functions

gog_data_allocator_allocate ()

void
gog_data_allocator_allocate (GogDataAllocator *dalloc,
                             GogPlot *plot);

Parameters

dalloc

a GogDataAllocator

 

plot

a GogPlot

 

gog_data_allocator_editor ()

GogDataEditor *
gog_data_allocator_editor (GogDataAllocator *dalloc,
                           GogDataset *set,
                           int dim_i,
                           GogDataType data_type);

Parameters

dalloc

a GogDataAllocator

 

Returns

a GtkWidget.

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;