|
16 | 16 | otherwise shiboken will ignore the function and will fail to create a wrapper -->
|
17 | 17 | <primitive-type name="DropAreaWithCentralFrame"/>
|
18 | 18 | <primitive-type name="SideBar"/>
|
19 |
| - <primitive-type name="InitialOption"/> |
20 | 19 |
|
21 | 20 | <!-- Some plublic enum and flags -->
|
22 | 21 | <enum-type name="Location"/>
|
|
28 | 27 | <enum-type name="DropIndicatorType"/>
|
29 | 28 | <enum-type name="SideBarLocation"/>
|
30 | 29 | <enum-type name="TitleBarButtonType"/>
|
| 30 | + <enum-type name="SuggestedGeometryHint" flags="SuggestedGeometryHints" /> |
| 31 | + <enum-type name="CursorPosition" flags="CursorPositions" /> |
| 32 | + <enum-type name="AddingOption" /> |
31 | 33 |
|
32 | 34 | <!-- our classes
|
33 | 35 | For class we can use two types:
|
34 | 36 | object-type: class that does not have a copy-contructor and can not be passed as value to functions;
|
35 | 37 | value-type: class that can be passed as value for functions
|
36 | 38 | Here we only use 'object-type' since all our classes are derived from QWidget
|
37 | 39 | -->
|
| 40 | + <value-type name="InitialOption"/> |
38 | 41 | <object-type name="MainWindowBase" />
|
39 | 42 | <object-type name="MainWindow" />
|
40 | 43 | <object-type name="DockWidgetBase" >
|
41 | 44 | <!-- this class contains a internal enum, so it should be declared
|
42 | 45 | inside of the object-type -->
|
43 | 46 | <enum-type name="Option" flags="Options" />
|
44 | 47 | <enum-type name="IconPlace" flags="IconPlaces" />
|
| 48 | + <enum-type name="LayoutSaverOption" flags="LayoutSaverOptions" /> |
45 | 49 | </object-type>
|
46 | 50 |
|
47 | 51 | <object-type name="DockWidget" />
|
|
0 commit comments