revert 213 commits (to 56092) from the last month. 10 still need work to resolve...
[AROS.git] / arch / m68k-amiga / hidd / p96gfx / p96gfx.conf
blob6d447aa9a9b7e7e06aecdf12795815e60d420703
1 ##begin config
2 basename        P96GFXCl
3 libbase         P96GFXClBase
4 libbasetype     struct P96GFXclbase
5 version         45.3
6 residentpri     -10
7 classid         CLID_Hidd_Gfx_P96
8 superclass      CLID_Hidd_Gfx
9 classptr_field  csd.gfxclass
10 classdatatype   struct P96GfxData
11 seglist_field   csd.cs_SegList
12 sysbase_field   csd.cs_SysBase
13 oopbase_field   csd.cs_OOPBase
14 ##end config
16 ##begin cdefprivate
17 #include <hidd/gfx.h>
18 #include "p96gfx_hidd.h"
19 #include "p96gfx_bitmap.h"
21 ##end cdefprivate
23 ##begin methodlist
24 .interface Root
25 New
26 Get
27 Set
28 .interface Hidd_Gfx
29 CheckMode
30 CopyBox
31 CopyBoxMasked
32 CreateObject
33 Show
34 ShowViewPorts
35 PrepareViewPorts
36 SetCursorShape
37 SetCursorPos
38 SetCursorVisible
39 NextModeID
40 QueryModeIDs
41 ReleaseModeIDs
42 GetMode
43 .interface Hidd_P96Gfx
44 SetCursorPen
45 ##end methodlist
48 ##begin class
49 ##begin config
50 basename P96GFXBitmap
51 type hidd
52 superclass CLID_Hidd_BitMap
53 classptr_field csd.bmclass
54 classdatatype struct P96GfxBitMapData
55 ##end config
57 ##begin methodlist
58 .interface Root
59 New
60 Dispose
61 Set
62 Get
63 .interface Hidd_BitMap
64 PutPixel
65 GetPixel
66 DrawLine
67 PutImage
68 GetImage
69 PutImageLUT
70 GetImageLUT
71 SetColors
72 FillRect
73 UpdateRect
74 PutTemplate
75 PutPattern
76 ObtainDirectAccess
77 ReleaseDirectAccess
78 ##end methodlist
79 ##end class
81 ##begin interface
82 ##begin config
83 interfaceid   hidd.gfx.p96gfx
84 interfacename Hidd_P96Gfx
85 methodstub    HIDD_P96GFX
86 methodbase    HiddP96GfxBase
87 attributebase HiddP96GfxAttrBase
88 ##end config
91 ##begin attributelist
92 APTR CardData         # [..G] Private card data
93 ##end attributelist
95 ##begin methodlist
96 VOID SetCursorPen(UWORD pen, HIDDT_Color color)
97 ##end methodlist
98 ##end interface