diff -r 7c90e6132015 -r 10e98eab6f85 webengine/widgetengine/inc/Widget.lut.h --- a/webengine/widgetengine/inc/Widget.lut.h Fri May 08 08:25:06 2009 +0300 +++ b/webengine/widgetengine/inc/Widget.lut.h Fri Jul 03 15:54:40 2009 +0100 @@ -22,29 +22,32 @@ namespace KJS { static const struct HashEntry WidgetTableEntries[] = { - { "performTransition", JSWidget::performTransition, DontDelete|Function, 0, &WidgetTableEntries[16] }/* 3947827008 */ , - { "openApplication", JSWidget::openApplication, DontDelete|Function, 1, &WidgetTableEntries[17] }/* 78708705 */ , - { "setDisplayPortrait", JSWidget::setDisplayPortrait, DontDelete|Function, 0, 0 }/* 4273345218 */ , - { "wrt", JSWidget::wrt, DontDelete|ReadOnly, 0, 0 }/* 1862342003 */ , - { "preferenceForKey", JSWidget::preferenceForKey, DontDelete|Function, 1, &WidgetTableEntries[20] }/* 2710796932 */ , + { "setNavigationType", JSWidget::setNavigationType, DontDelete|Function, 1, 0 }/* 1921159715 */ , + { "openURL", JSWidget::openURL, DontDelete|Function, 1, &WidgetTableEntries[17] }/* 120566279 */ , + { "performTransition", JSWidget::performTransition, DontDelete|Function, 0, &WidgetTableEntries[21] }/* 3947827008 */ , + { 0, 0, 0, 0, 0 }, + { "onremove", JSWidget::onremove, DontDelete|ReadOnly, 0, 0 }/* 853904071 */ , + { 0, 0, 0, 0, 0 }, + { 0, 0, 0, 0, 0 }, { 0, 0, 0, 0, 0 }, { 0, 0, 0, 0, 0 }, - { "openURL", JSWidget::openURL, DontDelete|Function, 1, &WidgetTableEntries[18] }/* 120566279 */ , + { "onshow", JSWidget::onshow, DontDelete|ReadOnly, 0, &WidgetTableEntries[19] }/* 2917788702 */ , + { "identifier", JSWidget::identifier, DontDelete|ReadOnly, 0, &WidgetTableEntries[23] }/* 4053269040 */ , { 0, 0, 0, 0, 0 }, - { "setNavigationEnabled", JSWidget::setNavigationEnabled, DontDelete|Function, 1, 0 }/* 2136509817 */ , - { "prepareForTransition", JSWidget::prepareForTransition, DontDelete|Function, 1, 0 }/* 3355888042 */ , - { 0, 0, 0, 0, 0 }, - { "setDisplayLandscape", JSWidget::setDisplayLandscape, DontDelete|Function, 0, 0 }/* 1431294652 */ , + { "onhide", JSWidget::onhide, DontDelete|ReadOnly, 0, 0 }/* 236865857 */ , { "setPreferenceForKey", JSWidget::setPreferenceForKey, DontDelete|Function, 2, 0 }/* 1304460605 */ , - { "onshow", JSWidget::onshow, DontDelete|ReadOnly, 0, 0 }/* 2917788702 */ , + { "openApplication", JSWidget::openApplication, DontDelete|Function, 1, &WidgetTableEntries[22] }/* 78708705 */ , { 0, 0, 0, 0, 0 }, - { "identifier", JSWidget::identifier, DontDelete|ReadOnly, 0, &WidgetTableEntries[19] }/* 4053269040 */ , - { "onhide", JSWidget::onhide, DontDelete|ReadOnly, 0, 0 }/* 236865857 */ , - { "onremove", JSWidget::onremove, DontDelete|ReadOnly, 0, 0 }/* 853904071 */ , + { "prepareForTransition", JSWidget::prepareForTransition, DontDelete|Function, 1, 0 }/* 3355888042 */ , + { "preferenceForKey", JSWidget::preferenceForKey, DontDelete|Function, 1, &WidgetTableEntries[18] }/* 2710796932 */ , + { "setNavigationEnabled", JSWidget::setNavigationEnabled, DontDelete|Function, 1, &WidgetTableEntries[20] }/* 2136509817 */ , { "onexit", JSWidget::onexit, DontDelete|ReadOnly, 0, 0 }/* 3671980544 */ , - { "isrotationsupported", JSWidget::isRotationSupported, DontDelete|ReadOnly, 0, 0 }/* 3247979316 */ + { "setDisplayLandscape", JSWidget::setDisplayLandscape, DontDelete|Function, 0, 0 }/* 1431294652 */ , + { "setDisplayPortrait", JSWidget::setDisplayPortrait, DontDelete|Function, 0, 0 }/* 4273345218 */ , + { "isrotationsupported", JSWidget::isRotationSupported, DontDelete|ReadOnly, 0, 0 }/* 3247979316 */ , + { "wrt", JSWidget::wrt, DontDelete|ReadOnly, 0, 0 }/* 1862342003 */ }; -const struct HashTable WidgetTable = { 2, 21, WidgetTableEntries, 16 }; +const struct HashTable WidgetTable = { 2, 24, WidgetTableEntries, 17 }; } // namespace