kjs_navigator.lut.h
00001
00002
00003 using namespace KJS;
00004
00005 namespace KJS {
00006
00007 static const char NavigatorTableStrings[] = {
00008 "\0"
00009 "browserLanguage\0"
00010 "cookieEnabled\0"
00011 "userLanguage\0"
00012 "appCodeName\0"
00013 "javaEnabled\0"
00014 "appVersion\0"
00015 "productSub\0"
00016 "mimeTypes\0"
00017 "userAgent\0"
00018 "cpuClass\0"
00019 "language\0"
00020 "platform\0"
00021 "appName\0"
00022 "plugins\0"
00023 "product\0"
00024 "vendor\0"
00025 };
00026
00027
00028 static const struct HashEntry NavigatorTableEntries[] = {
00029 { 0, 0, 0, 0, -1 },
00030 { 153, Navigator::Product, DontDelete|ReadOnly, 0, -1 },
00031 { 110, Navigator::CpuClass, DontDelete|ReadOnly, 0, 13 },
00032 { 31, Navigator::UserLanguage, DontDelete|ReadOnly, 0, -1 },
00033 { 1, Navigator::BrowserLanguage, DontDelete|ReadOnly, 0, -1 },
00034 { 44, Navigator::AppCodeName, DontDelete|ReadOnly, 0, 12 },
00035 { 100, Navigator::UserAgent, DontDelete|ReadOnly, 0, 14 },
00036 { 68, Navigator::AppVersion, DontDelete|ReadOnly, 0, -1 },
00037 { 119, Navigator::Language, DontDelete|ReadOnly, 0, -1 },
00038 { 90, Navigator::_MimeTypes, DontDelete|ReadOnly, 0, 15 },
00039 { 137, Navigator::AppName, DontDelete|ReadOnly, 0, -1 },
00040 { 79, Navigator::ProductSub, DontDelete|ReadOnly, 0, -1 },
00041 { 128, Navigator::Platform, DontDelete|ReadOnly, 0, -1 },
00042 { 145, Navigator::_Plugins, DontDelete|ReadOnly, 0, -1 },
00043 { 161, Navigator::Vendor, DontDelete|ReadOnly, 0, -1 },
00044 { 17, Navigator::CookieEnabled, DontDelete|ReadOnly, 0, 16 },
00045 { 56, Navigator::JavaEnabled, DontDelete|Function, 0, -1 }
00046 };
00047
00048 const struct HashTable NavigatorTable = { 2, 17, NavigatorTableEntries, 12, NavigatorTableStrings};
00049
00050 }
This file is part of the documentation for khtml Library Version 3.2.3.