okular
Observer Class Reference
#include <documentitem.h>
Inheritance diagram for Observer:

Signals | |
| void | pageChanged (int page, int flags) |
Public Member Functions | |
| Observer (DocumentItem *parent) | |
| ~Observer () | |
| void | notifyPageChanged (int page, int flags) |
Public Member Functions inherited from Okular::DocumentObserver | |
| DocumentObserver () | |
| virtual | ~DocumentObserver () |
| virtual bool | canUnloadPixmap (int page) const |
| virtual void | notifyContentsCleared (int flags) |
| virtual void | notifyCurrentPageChanged (int previous, int current) |
| virtual void | notifySetup (const QVector< Okular::Page * > &pages, int setupFlags) |
| virtual void | notifyViewportChanged (bool smoothMove) |
| virtual void | notifyVisibleRectsChanged () |
| virtual void | notifyZoom (int factor) |
Additional Inherited Members | |
Public Types inherited from Okular::DocumentObserver | |
| enum | ChangedFlags { Pixmap = 1, Bookmark = 2, Highlights = 4, TextSelection = 8, Annotations = 16, BoundingBox = 32, NeedSaveAs = 64 } |
| enum | SetupFlags { DocumentChanged = 1, NewLayoutForPages = 2 } |
Detailed Description
Definition at line 167 of file documentitem.h.
Constructor & Destructor Documentation
| Observer::Observer | ( | DocumentItem * | parent | ) |
Definition at line 241 of file documentitem.cpp.
| Observer::~Observer | ( | ) |
Definition at line 248 of file documentitem.cpp.
Member Function Documentation
|
virtual |
This method is called whenever the content on page described by the passed flags has been changed.
Reimplemented from Okular::DocumentObserver.
Definition at line 252 of file documentitem.cpp.
|
signal |
The documentation for this class was generated from the following files:
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
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.
KDE API Reference
Public Member Functions inherited from