• 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
scripter.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_SCRIPTER_H
11 #define OKULAR_SCRIPTER_H
12 
13 #include "global.h"
14 
15 class QString;
16 class QStringList;
17 
18 namespace Okular {
19 
20 class Document;
21 class DocumentPrivate;
22 class ScripterPrivate;
23 
24 class Scripter
25 {
26  friend class Document;
27  friend class DocumentPrivate;
28 
29  public:
30  ~Scripter();
31 
32  QString execute( ScriptType type, const QString &script );
33 
34  private:
35  friend class ScripterPrivate;
36  ScripterPrivate* d;
37 
38  Scripter( DocumentPrivate *doc );
39 };
40 
41 }
42 
43 #endif
Okular::Scripter::execute
QString execute(ScriptType type, const QString &script)
Definition: scripter.cpp:46
global.h
Okular::ScriptType
ScriptType
Describes the possible script types.
Definition: global.h:76
Okular::Document
The Document.
Definition: document.h:84
Okular::DocumentPrivate
Definition: document_p.h:83
Okular::Scripter::~Scripter
~Scripter()
Definition: scripter.cpp:41
Okular::Scripter
Definition: scripter.h:24
Okular::Scripter::ScripterPrivate
friend class ScripterPrivate
Definition: scripter.h:35
This file is part of the KDE documentation.
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.

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