• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdegraphics API Reference
  • KDE Home
  • Contact Us
 

okular

  • sources
  • kde-4.12
  • kdegraphics
  • okular
  • core
  • script
executor_kjs_p.h
Go to the documentation of this file.
1 /***************************************************************************
2  * Copyright (C) 2008 by Pino Toscano <pino@kde.org> *
3  * *
4  * This program is free software; you can redistribute it and/or modify *
5  * it under the terms of the GNU General Public License as published by *
6  * the Free Software Foundation; either version 2 of the License, or *
7  * (at your option) any later version. *
8  ***************************************************************************/
9 
10 #ifndef OKULAR_SCRIPT_EXECUTOR_KJS_P_H
11 #define OKULAR_SCRIPT_EXECUTOR_KJS_P_H
12 
13 class QString;
14 
15 namespace Okular {
16 
17 class DocumentPrivate;
18 class ExecutorKJSPrivate;
19 
20 class ExecutorKJS
21 {
22  public:
23  ExecutorKJS( DocumentPrivate *doc );
24  ~ExecutorKJS();
25 
26  void execute( const QString &script );
27 
28  private:
29  friend class ExecutorKJSPrivate;
30  ExecutorKJSPrivate* d;
31 };
32 
33 }
34 
35 #endif
Okular::ExecutorKJS::~ExecutorKJS
~ExecutorKJS()
Definition: executor_kjs.cpp:84
Okular::ExecutorKJS::ExecutorKJSPrivate
friend class ExecutorKJSPrivate
Definition: executor_kjs_p.h:29
Okular::ExecutorKJS::execute
void execute(const QString &script)
Definition: executor_kjs.cpp:89
Okular::DocumentPrivate
Definition: document_p.h:83
Okular::ExecutorKJS::ExecutorKJS
ExecutorKJS(DocumentPrivate *doc)
Definition: executor_kjs.cpp:79
Okular::ExecutorKJS
Definition: executor_kjs_p.h:20
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:45:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

okular

Skip menu "okular"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdegraphics API Reference

Skip menu "kdegraphics API Reference"
  •     libkdcraw
  •     libkexiv2
  •     libkipi
  •     libksane
  • okular

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal