more rendering corrections
[AROS.git] / workbench / hidds / hidd.intelG45 / intelG45.conf
blobe5bd18ff283c157104e920906ca22d93c869b70d
1 ##begin config
2 basename        INTELG45
3 version         0.1
4 libbasetype     struct intelg45base
5 classptr_field  g45_sd.IntelG45Class
6 classid         CLID_Hidd_Gfx_IntelG45
7 superclass      CLID_Hidd_Gfx
8 options         noexpunge
9 ##end config
11 ##begin cdefprivate
12 #include "intelG45_intern.h"
13 ##end cdefprivate
15 ##begin methodlist
16 .interface Root
17 New
18 Get
19 Set
20 .interface Hidd_Gfx
21 Show
22 NewBitMap
23 ##end methodlist
25 ##begin class
26 ##begin config
27 basename        GMAOnBM
28 type            hidd
29 superclass      CLID_Hidd_BitMap
30 classptr_field g45_sd.OnBMClass
31 classdatatype GMABitMap_t
32 ##end config
33 ##begin methodlist
34 .interface Root
35 New
36 Dispose
37 .interface Hidd_BitMap
38 PutPixel
39 GetPixel
40 DrawPixel
41 ##end methodlist
42 ##end class
44 ##begin class
45 ##begin config
46 basename        GMAOffBM
47 type            hidd
48 superclass      CLID_Hidd_BitMap
49 classptr_field g45_sd.OffBMClass
50 classdatatype GMABitMap_t
51 ##end config
52 ##begin methodlist
53 .interface Root
54 New
55 Dispose
56 .interface Hidd_BitMap
57 PutPixel
58 GetPixel
59 DrawPixel
60 ##end methodlist
61 ##end class
65 ##begin class
66 ##begin config
67 basename       INTELI2C
68 type           hidd
69 superclass     CLID_Hidd_I2C
70 classptr_field g45_sd.IntelI2C
71 ##end config
72 ##begin methodlist
73 .interface Hidd_I2C
74 PutBits
75 GetBits
76 ##end methodlist
77 ##end class