#include <goffice/goffice.h>
Go to the source code of this file.
Classes | |
struct | GOColorGroup |
Defines | |
#define | GO_COLOR_GROUP_HISTORY_SIZE 8 |
#define | GO_TYPE_COLOR_GROUP (go_color_group_get_type ()) |
#define | GO_COLOR_GROUP(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GO_TYPE_COLOR_GROUP, GOColorGroup)) |
#define | GO_IS_COLOR_GROUP(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GO_TYPE_COLOR_GROUP)) |
Functions | |
GType | go_color_group_get_type (void) |
GOColorGroup * | go_color_group_find (char const *name, gpointer context) |
GOColorGroup * | go_color_group_fetch (char const *name, gpointer context) |
void | go_color_group_add_color (GOColorGroup *cg, GOColor c) |
go_color_group_add_color : : GOColorGroup : the color |
#define GO_COLOR_GROUP | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GO_TYPE_COLOR_GROUP, GOColorGroup)) |
Referenced by go_color_group_finalize().
#define GO_COLOR_GROUP_HISTORY_SIZE 8 |
Referenced by get_color(), and go_color_group_add_color().
#define GO_IS_COLOR_GROUP | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GO_TYPE_COLOR_GROUP)) |
Referenced by go_color_group_add_color().
#define GO_TYPE_COLOR_GROUP (go_color_group_get_type ()) |
Referenced by go_color_group_class_init().
void go_color_group_add_color | ( | GOColorGroup * | cg, | |
GOColor | c | |||
) |
go_color_group_add_color : : GOColorGroup : the color
Potentially slide the history to add the new colour. If it was already in the history reorder.
GOColorGroup* go_color_group_fetch | ( | char const * | name, | |
gpointer | context | |||
) |
GOColorGroup* go_color_group_find | ( | char const * | name, | |
gpointer | context | |||
) |
Referenced by go_color_group_fetch().
GType go_color_group_get_type | ( | void | ) |
Referenced by go_color_group_fetch().