• 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
pagecontroller_p.h
Go to the documentation of this file.
1 /***************************************************************************
2  * Copyright (C) 2007 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_PAGECONTROLLER_P_H_
11 #define _OKULAR_PAGECONTROLLER_P_H_
12 
13 #include <QtCore/QObject>
14 
15 namespace ThreadWeaver {
16  class Job;
17 }
18 
19 namespace Okular {
20 
21 class Page;
22 class RotationJob;
23 
24 /* There is one PageController per document. It receives notifications of
25  * completed RotationJobs */
26 class PageController : public QObject
27 {
28  Q_OBJECT
29 
30  public:
31  PageController();
32  ~PageController();
33 
34  void addRotationJob( RotationJob *job );
35 
36  signals:
37  void rotationFinished( int page, Okular::Page *okularPage );
38 
39  private slots:
40  void imageRotationDone(ThreadWeaver::Job*);
41 };
42 
43 }
44 
45 #endif
Okular::PageController::rotationFinished
void rotationFinished(int page, Okular::Page *okularPage)
QObject
Okular::PageController
Definition: pagecontroller_p.h:26
Okular::PageController::addRotationJob
void addRotationJob(RotationJob *job)
Definition: pagecontroller.cpp:31
Okular::PageController::~PageController
~PageController()
Definition: pagecontroller.cpp:27
Okular::Page
Collector for all the data belonging to a page.
Definition: page.h:49
Okular::RotationJob
Definition: rotationjob_p.h:26
Okular::PageController::PageController
PageController()
Definition: pagecontroller.cpp:22
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