revert 213 commits (to 56092) from the last month. 10 still need work to resolve...
[AROS.git] / workbench / classes / zune / graph / graph.conf
blobaa2bb034cf8f9030ca06010a7d6670996465b513
1 ##begin config
2 basename      Graph
3 version       0.7
4 date          26.02.2017
5 superclass    MUIC_Area
6 classdatatype struct Graph_DATA
7 ##end config
9 ##begin cdef
10 #include <utility/date.h>
11 #include <libraries/mui.h>
12 #include <zune/graph.h>
13 ##end cdef
15 ##begin cdefprivate
16 #include "graph_intern.h"
17 ##end cdefprivate
19 ##begin methodlist
20 OM_DISPOSE
21 OM_GET
22 OM_NEW
23 OM_SET
24 MUIM_AskMinMax
25 MUIM_Cleanup
26 MUIM_Graph_GetSourceHandle
27 MUIM_Graph_SetSourceAttrib
28 MUIM_Graph_Reset
29 MUIM_Graph_Timer
30 MUIM_Draw
31 MUIM_Setup
32 ##end methodlist