44 #include "private/qdeclarativeanimation_p_p.h" |
44 #include "private/qdeclarativeanimation_p_p.h" |
45 #include "private/qdeclarativebehavior_p.h" |
45 #include "private/qdeclarativebehavior_p.h" |
46 #include "private/qdeclarativebind_p.h" |
46 #include "private/qdeclarativebind_p.h" |
47 #include "private/qdeclarativeconnections_p.h" |
47 #include "private/qdeclarativeconnections_p.h" |
48 #include "private/qdeclarativesmoothedanimation_p.h" |
48 #include "private/qdeclarativesmoothedanimation_p.h" |
49 #include "private/qdeclarativesmoothedfollow_p.h" |
|
50 #include "private/qdeclarativefontloader_p.h" |
49 #include "private/qdeclarativefontloader_p.h" |
51 #include "private/qdeclarativelistaccessor_p.h" |
50 #include "private/qdeclarativelistaccessor_p.h" |
52 #include "private/qdeclarativelistmodel_p.h" |
51 #include "private/qdeclarativelistmodel_p.h" |
53 #include "private/qdeclarativenullablevalue_p_p.h" |
52 #include "private/qdeclarativenullablevalue_p_p.h" |
54 #include "private/qdeclarativeopenmetaobject_p.h" |
53 #include "private/qdeclarativeopenmetaobject_p.h" |
55 #include "private/qdeclarativepackage_p.h" |
54 #include "private/qdeclarativepackage_p.h" |
56 #include "private/qdeclarativepixmapcache_p.h" |
55 #include "private/qdeclarativepixmapcache_p.h" |
57 #include "private/qdeclarativepropertychanges_p.h" |
56 #include "private/qdeclarativepropertychanges_p.h" |
58 #include "qdeclarativepropertymap.h" |
57 #include "qdeclarativepropertymap.h" |
59 #include "private/qdeclarativespringfollow_p.h" |
58 #include "private/qdeclarativespringanimation_p.h" |
60 #include "private/qdeclarativestategroup_p.h" |
59 #include "private/qdeclarativestategroup_p.h" |
61 #include "private/qdeclarativestateoperations_p.h" |
60 #include "private/qdeclarativestateoperations_p.h" |
62 #include "private/qdeclarativestate_p.h" |
61 #include "private/qdeclarativestate_p.h" |
63 #include "private/qdeclarativestate_p_p.h" |
62 #include "private/qdeclarativestate_p_p.h" |
64 #include "private/qdeclarativestyledtext_p.h" |
63 #include "private/qdeclarativestyledtext_p.h" |
81 qmlRegisterType<QDeclarativeBehavior>("Qt",4,7,"Behavior"); |
80 qmlRegisterType<QDeclarativeBehavior>("Qt",4,7,"Behavior"); |
82 qmlRegisterType<QDeclarativeBind>("Qt",4,7,"Binding"); |
81 qmlRegisterType<QDeclarativeBind>("Qt",4,7,"Binding"); |
83 qmlRegisterType<QDeclarativeColorAnimation>("Qt",4,7,"ColorAnimation"); |
82 qmlRegisterType<QDeclarativeColorAnimation>("Qt",4,7,"ColorAnimation"); |
84 qmlRegisterType<QDeclarativeConnections>("Qt",4,7,"Connections"); |
83 qmlRegisterType<QDeclarativeConnections>("Qt",4,7,"Connections"); |
85 qmlRegisterType<QDeclarativeSmoothedAnimation>("Qt",4,7,"SmoothedAnimation"); |
84 qmlRegisterType<QDeclarativeSmoothedAnimation>("Qt",4,7,"SmoothedAnimation"); |
86 qmlRegisterType<QDeclarativeSmoothedFollow>("Qt",4,7,"SmoothedFollow"); |
|
87 qmlRegisterType<QDeclarativeFontLoader>("Qt",4,7,"FontLoader"); |
85 qmlRegisterType<QDeclarativeFontLoader>("Qt",4,7,"FontLoader"); |
88 qmlRegisterType<QDeclarativeListElement>("Qt",4,7,"ListElement"); |
86 qmlRegisterType<QDeclarativeListElement>("Qt",4,7,"ListElement"); |
89 qmlRegisterType<QDeclarativeNumberAnimation>("Qt",4,7,"NumberAnimation"); |
87 qmlRegisterType<QDeclarativeNumberAnimation>("Qt",4,7,"NumberAnimation"); |
90 qmlRegisterType<QDeclarativePackage>("Qt",4,7,"Package"); |
88 qmlRegisterType<QDeclarativePackage>("Qt",4,7,"Package"); |
91 qmlRegisterType<QDeclarativeParallelAnimation>("Qt",4,7,"ParallelAnimation"); |
89 qmlRegisterType<QDeclarativeParallelAnimation>("Qt",4,7,"ParallelAnimation"); |
95 qmlRegisterType<QDeclarativePropertyAction>("Qt",4,7,"PropertyAction"); |
93 qmlRegisterType<QDeclarativePropertyAction>("Qt",4,7,"PropertyAction"); |
96 qmlRegisterType<QDeclarativePropertyAnimation>("Qt",4,7,"PropertyAnimation"); |
94 qmlRegisterType<QDeclarativePropertyAnimation>("Qt",4,7,"PropertyAnimation"); |
97 qmlRegisterType<QDeclarativeRotationAnimation>("Qt",4,7,"RotationAnimation"); |
95 qmlRegisterType<QDeclarativeRotationAnimation>("Qt",4,7,"RotationAnimation"); |
98 qmlRegisterType<QDeclarativeScriptAction>("Qt",4,7,"ScriptAction"); |
96 qmlRegisterType<QDeclarativeScriptAction>("Qt",4,7,"ScriptAction"); |
99 qmlRegisterType<QDeclarativeSequentialAnimation>("Qt",4,7,"SequentialAnimation"); |
97 qmlRegisterType<QDeclarativeSequentialAnimation>("Qt",4,7,"SequentialAnimation"); |
100 qmlRegisterType<QDeclarativeSpringFollow>("Qt",4,7,"SpringFollow"); |
98 qmlRegisterType<QDeclarativeSpringAnimation>("Qt",4,7,"SpringAnimation"); |
101 qmlRegisterType<QDeclarativeStateChangeScript>("Qt",4,7,"StateChangeScript"); |
99 qmlRegisterType<QDeclarativeStateChangeScript>("Qt",4,7,"StateChangeScript"); |
102 qmlRegisterType<QDeclarativeStateGroup>("Qt",4,7,"StateGroup"); |
100 qmlRegisterType<QDeclarativeStateGroup>("Qt",4,7,"StateGroup"); |
103 qmlRegisterType<QDeclarativeState>("Qt",4,7,"State"); |
101 qmlRegisterType<QDeclarativeState>("Qt",4,7,"State"); |
104 qmlRegisterType<QDeclarativeSystemPalette>("Qt",4,7,"SystemPalette"); |
102 qmlRegisterType<QDeclarativeSystemPalette>("Qt",4,7,"SystemPalette"); |
105 qmlRegisterType<QDeclarativeTimer>("Qt",4,7,"Timer"); |
103 qmlRegisterType<QDeclarativeTimer>("Qt",4,7,"Timer"); |