khtml Library API Documentation

kjs_navigator.lut.h

00001 /* Automatically generated from kjs_navigator.cpp using ../../kjs/create_hash_table. DO NOT EDIT ! */
00002 
00003 using namespace KJS;
00004 
00005 namespace KJS {
00006 
00007 const struct HashEntry NavigatorTableEntries[] = {
00008    { "language", Navigator::Language, DontDelete|ReadOnly, 0, &NavigatorTableEntries[13] },
00009    { "javaEnabled", Navigator::JavaEnabled, DontDelete|Function, 0, 0 },
00010    { "appName", Navigator::AppName, DontDelete|ReadOnly, 0, 0 },
00011    { 0, 0, 0, 0, 0 },
00012    { 0, 0, 0, 0, 0 },
00013    { "vendor", Navigator::Vendor, DontDelete|ReadOnly, 0, 0 },
00014    { 0, 0, 0, 0, 0 },
00015    { "appCodeName", Navigator::AppCodeName, DontDelete|ReadOnly, 0, &NavigatorTableEntries[11] },
00016    { "userLanguage", Navigator::UserLanguage, DontDelete|ReadOnly, 0, &NavigatorTableEntries[16] },
00017    { 0, 0, 0, 0, 0 },
00018    { "product", Navigator::Product, DontDelete|ReadOnly, 0, 0 },
00019    { "appVersion", Navigator::AppVersion, DontDelete|ReadOnly, 0, &NavigatorTableEntries[12] },
00020    { "userAgent", Navigator::UserAgent, DontDelete|ReadOnly, 0, 0 },
00021    { "platform", Navigator::Platform, DontDelete|ReadOnly, 0, &NavigatorTableEntries[14] },
00022    { "plugins", Navigator::_Plugins, DontDelete|ReadOnly, 0, &NavigatorTableEntries[15] },
00023    { "mimeTypes", Navigator::_MimeTypes, DontDelete|ReadOnly, 0, 0 },
00024    { "cookieEnabled", Navigator::CookieEnabled, DontDelete|ReadOnly, 0, 0 }
00025 };
00026 
00027 const struct HashTable NavigatorTable = { 2, 17, NavigatorTableEntries, 11 };
00028 
00029 } // namespace
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.4.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Sun Feb 27 22:16:38 2005 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001