view generator/typesystem_designer-common.xml @ 248:7664de4a55e5

Fixed #23. QtD_QObjectEntity is not created dynamically for shell classes any more. Class initialization is now performed by static constructors. When wrapping QObjects returned from functions, their run-time types are now taken into account. QObjects are allocated on GC heap, a doubly-linked list is used to prevent them from been collected (arguably a better solution than allocating on C heap and adding GC ranges) Minor changes (including unnecessary).
author maxter
date Thu, 20 Aug 2009 14:47:17 +0000
parents e78566595089
children
line wrap: on
line source

<typesystem>

  <rejection class="QAbstractExtensionFactory" />
  <rejection class="QAbstractExtensionManager" />
  <rejection class="QAbstractFormBuilder" />
  <rejection class="QDesignerActionEditorInterface" />
  <rejection class="QDesignerBrushManagerInterface" />
  <rejection class="QDesignerContainerExtension" />
  <rejection class="QDesignerCustomWidgetCollectionInterface" />
  <rejection class="QDesignerCustomWidgetInterface" />
  <rejection class="QDesignerDnDItemInterface" />
  <rejection class="QDesignerExtraInfoExtension" />
  <rejection class="QDesignerFormEditorInterface" />
  <rejection class="QDesignerFormEditorPluginInterface" />
  <rejection class="QDesignerFormWindowCursorInterface" />
  <rejection class="QDesignerFormWindowInterface" />
  <rejection class="QDesignerFormWindowManagerInterface" />
  <rejection class="QDesignerFormWindowToolInterface" />
  <rejection class="QDesignerIconCacheInterface" />
  <rejection class="QDesignerIntegrationInterface" />
  <rejection class="QDesignerLanguageExtension" />
  <rejection class="QDesignerLayoutDecorationExtension" />
  <rejection class="QDesignerMetaDataBaseInterface" />
  <rejection class="QDesignerMetaDataBaseItemInterface" />
  <rejection class="QDesignerObjectInspectorInterface" />
  <rejection class="QDesignerPropertyEditorInterface" />
  <rejection class="QDesignerTaskMenuExtension" />
  <rejection class="QDesignerWidgetBoxInterface" />
  <rejection class="QDesignerWidgetDataBaseInterface" />
  <rejection class="QDesignerWidgetDataBaseItemInterface" />
  <rejection class="QDesignerWidgetFactoryInterface" />
  <rejection class="QExtensionManager" />
  <rejection class="QFormBuilder" />
  <rejection class="QDesignerDynamicPropertySheetExtension" />
  <rejection class="QDesignerPromotionInterface" />
  <rejection class="QDesignerScriptExtension" />
  <rejection class="QDesignerPropertySheetExtension" />
  <rejection class="JambiPropertySheet" />
  <rejection class="QDesignerMemberSheetExtension" />
  <rejection class="JambiMemberSheet" />

  <object-type name="QDesignerResourceBrowserInterface">
    <include file-name="abstractresourcebrowser.h" location="global"/>
  </object-type>

  <object-type name="JambiResourceBrowser" />

</typesystem>