Documented GVF_SAVE_VAR alongside other flags, and removed a query/doubt
[AROS.git] / arch / all-ios / hidd / uikit / uikit.conf
blob61b1992209284f3900fae02a760891e70d17dd45
1 ##begin config
2 basename        UIKit
3 libbase         base
4 libbasetype     struct UIKitBase
5 version         42.1
6 residentpri     9
7 classid         CLID_Hidd_UIKitGfx
8 superclass      CLID_Hidd_Gfx
9 classptr_field  gfxclass
10 classdatatype   struct gfx_data
11 ##end config
13 ##begin cdefprivate
14 #define __OOP_NOATTRBASES__
16 #include <hidd/graphics.h>
17 #include <hidd/mouse.h>
19 #include "classbase.h"
20 #include "bitmapclass.h"
21 #include "gfxclass.h"
23 ##end cdefprivate
25 ##begin methodlist
26 .interface Root
27 New
28 Dispose
29 Get
30 .interface Hidd_Gfx
31 CreateObject
32 ShowViewPorts
33 CopyBox
34 ModeProperties
35 ##end methodlist
37 ##begin class
38 ##begin config
39 basename QBitmap
40 type hidd
41 superclass CLID_Hidd_ChunkyBM
42 classptr_field bmclass
43 classdatatype struct bitmap_data
44 ##end config
46 ##begin methodlist
47 .interface Root
48 New
49 Dispose
50 Set
51 Get
52 .interface Hidd_BitMap
53 UpdateRect
54 ##end methodlist
55 ##end class