okular
#include "kjs_app_p.h"
#include <kjs/kjsarguments.h>
#include <kjs/kjsobject.h>
#include <kjs/kjsprototype.h>
#include <qapplication.h>
#include <kglobal.h>
#include <klocale.h>
#include "../document_p.h"
#include "kjs_fullscreen_p.h"

Go to the source code of this file.
Functions | |
static KJSObject | appBeep (KJSContext *context, void *, const KJSArguments &arguments) |
static KJSObject | appGetFormsVersion (KJSContext *, void *) |
static KJSObject | appGetLanguage (KJSContext *, void *) |
static KJSObject | appGetNthPlugInName (KJSContext *context, void *, const KJSArguments &arguments) |
static KJSObject | appGetNumPlugins (KJSContext *, void *) |
static KJSObject | appGetPlatform (KJSContext *, void *) |
static KJSObject | appGetPlugIns (KJSContext *context, void *) |
static KJSObject | appGetPrintColorProfiles (KJSContext *context, void *) |
static KJSObject | appGetPrinterNames (KJSContext *context, void *) |
static KJSObject | appGetViewerType (KJSContext *, void *) |
static KJSObject | appGetViewerVariation (KJSContext *, void *) |
static KJSObject | appGetViewerVersion (KJSContext *, void *) |
static KJSObject | appGoBack (KJSContext *, void *object, const KJSArguments &) |
static KJSObject | appGoForward (KJSContext *, void *object, const KJSArguments &) |
Variables | |
static const double | fake_acroversion = 8.00 |
static KJSPrototype * | g_appProto |
static const struct FakePluginInfo | s_fake_plugins [] |
static const int | s_num_fake_plugins = sizeof( s_fake_plugins ) / sizeof( s_fake_plugins[0] ) |
Function Documentation
|
static |
Definition at line 154 of file kjs_app.cpp.
|
static |
Definition at line 48 of file kjs_app.cpp.
|
static |
Definition at line 54 of file kjs_app.cpp.
|
static |
Definition at line 165 of file kjs_app.cpp.
|
static |
Definition at line 93 of file kjs_app.cpp.
|
static |
Definition at line 98 of file kjs_app.cpp.
|
static |
Definition at line 109 of file kjs_app.cpp.
|
static |
Definition at line 126 of file kjs_app.cpp.
|
static |
Definition at line 131 of file kjs_app.cpp.
|
static |
Definition at line 136 of file kjs_app.cpp.
|
static |
Definition at line 142 of file kjs_app.cpp.
|
static |
Definition at line 148 of file kjs_app.cpp.
|
static |
Definition at line 181 of file kjs_app.cpp.
|
static |
Definition at line 192 of file kjs_app.cpp.
Variable Documentation
|
static |
Definition at line 30 of file kjs_app.cpp.
|
static |
Definition at line 27 of file kjs_app.cpp.
|
static |
|
static |
Definition at line 45 of file kjs_app.cpp.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:45:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.