~ubuntu-branches/ubuntu/oneiric/pyside/oneiric

« back to all changes in this revision

Viewing changes to PySide/QtDeclarative/typesystem_declarative.xml

  • Committer: Bazaar Package Importer
  • Author(s): Didier Raboud
  • Date: 2010-10-19 22:52:14 UTC
  • mfrom: (1.1.4 upstream)
  • mto: (13.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20101019225214-0s9fbpz12x3962qa
Tags: upstream-0.4.2
ImportĀ upstreamĀ versionĀ 0.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
 
27
27
    <object-type name="QDeclarativeExtensionInterface"/>
28
 
    <object-type name="QDeclarativeComponent" />
29
 
    <enum-type name="QDeclarativeComponent::Status" />
 
28
    <object-type name="QDeclarativeComponent">
 
29
        <enum-type name="Status"/>
 
30
    </object-type>
30
31
    <object-type name="QDeclarativeContext" />
31
32
    <object-type name="QDeclarativeEngine">
 
33
        <enum-type name="ObjectOwnership" />
32
34
        <modify-function signature="setNetworkAccessManagerFactory(QDeclarativeNetworkAccessManagerFactory*)">
33
35
            <modify-argument index="1">
34
36
                <parent index="this" action="add" />
35
37
            </modify-argument>
36
38
        </modify-function>
37
39
    </object-type>
38
 
    <enum-type name="QDeclarativeEngine::ObjectOwnership" />
39
40
    <value-type name="QDeclarativeError" />
40
41
    <object-type name="QDeclarativeExpression" />
41
42
    <object-type name="QDeclarativeExtensionPlugin" />
42
 
    <enum-type name="QDeclarativeImageProvider::ImageType" />
43
 
    <object-type name="QDeclarativeImageProvider" />
44
 
    <object-type name="QDeclarativeItem" />
45
 
    <enum-type name="QDeclarativeItem::TransformOrigin" />
 
43
    <object-type name="QDeclarativeImageProvider">
 
44
        <enum-type name="ImageType" />
 
45
    </object-type>
 
46
    <object-type name="QDeclarativeItem">
 
47
        <enum-type name="TransformOrigin" />
 
48
    </object-type>
46
49
 
47
50
    <value-type name="QDeclarativeListReference" />
48
51
    <object-type name="QDeclarativeNetworkAccessManagerFactory" >
54
57
    </object-type>
55
58
    <object-type name="QDeclarativeParserStatus" />
56
59
 
57
 
    <value-type name="QDeclarativeProperty" />
58
 
    <enum-type name="QDeclarativeProperty::PropertyTypeCategory" />
59
 
    <enum-type name="QDeclarativeProperty::Type" />
 
60
    <value-type name="QDeclarativeProperty">
 
61
        <enum-type name="PropertyTypeCategory" />
 
62
        <enum-type name="Type" />
 
63
    </value-type>
60
64
 
61
65
    <object-type name="QDeclarativePropertyMap" />
62
66
    <object-type name="QDeclarativePropertyValueSource" />
63
67
    <value-type name="QDeclarativeScriptString" />
64
 
    <object-type name="QDeclarativeView" />
65
 
    <enum-type name="QDeclarativeView::ResizeMode" />
66
 
    <enum-type name="QDeclarativeView::Status" />
 
68
    <object-type name="QDeclarativeView">
 
69
        <enum-type name="ResizeMode" />
 
70
        <enum-type name="Status" />
 
71
    </object-type>
67
72
</typesystem>