-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpocplot.map
135 lines (135 loc) · 3.68 KB
/
pocplot.map
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
global:
poc_axis_configure;
poc_axis_draw_axis;
poc_axis_draw_grid;
poc_axis_get_adjustment;
poc_axis_get_auto_interval;
poc_axis_get_axis_mode;
poc_axis_get_display_range;
poc_axis_get_label_size;
poc_axis_get_legend;
poc_axis_get_legend_size;
poc_axis_get_lower_bound;
poc_axis_get_major_grid;
poc_axis_get_major_interval;
poc_axis_get_minor_divisions;
poc_axis_get_minor_grid;
poc_axis_get_range;
poc_axis_get_tick_size;
poc_axis_get_type;
poc_axis_get_upper_bound;
poc_axis_linear_project;
poc_axis_mode_get_type;
poc_axis_new;
poc_axis_project;
poc_axis_set_adjustment;
poc_axis_set_auto_interval;
poc_axis_set_axis_mode;
poc_axis_set_label_size;
poc_axis_set_legend;
poc_axis_set_legend_size;
poc_axis_set_lower_bound;
poc_axis_set_major_grid;
poc_axis_set_major_interval;
poc_axis_set_minor_divisions;
poc_axis_set_minor_grid;
poc_axis_set_tick_size;
poc_axis_set_upper_bound;
poc_axis_size;
poc_dataset_draw;
poc_dataset_get_legend;
poc_dataset_get_line_stroke;
poc_dataset_get_line_style;
poc_dataset_get_nickname;
poc_dataset_get_points;
poc_dataset_get_type;
poc_dataset_get_x_axis;
poc_dataset_get_y_axis;
poc_dataset_invalidate;
poc_dataset_new;
poc_dataset_notify_update;
poc_dataset_set_legend;
poc_dataset_set_line_stroke;
poc_dataset_set_line_style;
poc_dataset_set_nickname;
poc_dataset_set_points;
poc_dataset_set_points_array;
poc_dataset_set_x_axis;
poc_dataset_set_y_axis;
poc_dataset_spline_get_marker_fill;
poc_dataset_spline_get_marker_stroke;
poc_dataset_spline_get_show_markers;
poc_dataset_spline_get_type;
poc_dataset_spline_new;
poc_dataset_spline_set_marker_fill;
poc_dataset_spline_set_marker_stroke;
poc_dataset_spline_set_show_markers;
poc_double_array_get_type;
poc_double_array_new;
poc_double_array_ref;
poc_double_array_set_size;
poc_double_array_sized_new;
poc_double_array_unref;
poc_enum_from_string;
poc_enum_to_string;
poc_legend_get_legend_text_size;
poc_legend_get_line_sample_size;
poc_legend_get_line_spacing;
poc_legend_get_plot;
poc_legend_get_title_text_size;
poc_legend_get_type;
poc_legend_new;
poc_legend_set_legend_text_size;
poc_legend_set_line_sample_size;
poc_legend_set_line_spacing;
poc_legend_set_plot;
poc_legend_set_title_text_size;
poc_line_style_get_dashes;
poc_line_style_get_type;
poc_plot_add_axis;
poc_plot_add_dataset;
poc_plot_axis_at_point;
poc_plot_axis_foreach;
poc_plot_clear_axes;
poc_plot_clear_dataset;
poc_plot_dataset_foreach;
poc_plot_find_dataset;
poc_plot_get_border;
poc_plot_get_enable_plot_fill;
poc_plot_get_plot_fill;
poc_plot_get_plot_ink;
poc_plot_get_title;
poc_plot_get_type;
poc_plot_get_x_axis;
poc_plot_get_y_axis;
poc_plot_new;
poc_plot_notify_update;
poc_plot_remove_axis;
poc_plot_remove_dataset;
poc_plot_set_axis;
poc_plot_set_border;
poc_plot_set_enable_plot_fill;
poc_plot_set_plot_fill;
poc_plot_set_plot_ink;
poc_plot_set_title;
poc_plot_set_x_axis;
poc_plot_set_y_axis;
poc_plot_solo_dataset;
poc_point_array_append_vals;
poc_point_array_get_type;
poc_point_array_new;
poc_point_array_ref;
poc_point_array_set_size;
poc_point_array_sized_new;
poc_point_array_unref;
poc_point_get_type;
poc_sample_get_dataset;
poc_sample_get_type;
poc_sample_new;
poc_sample_set_dataset;
poc_spline_get_points;
poc_spline_get_vector;
local:
*;
};