compile
[kdegraphics.git] / okular / core / observer.cpp
blob0201a1d8cbb5a88e531abdfda017504ebcc24456
1 /***************************************************************************
2 * Copyright (C) 2005 by Enrico Ros <eros.kde@email.it> *
3 * Copyright (C) 2005 by Albert Astals Cid <tsdgeos@terra.es> *
4 * *
5 * This program is free software; you can redistribute it and/or modify *
6 * it under the terms of the GNU General Public License as published by *
7 * the Free Software Foundation; either version 2 of the License, or *
8 * (at your option) any later version. *
9 ***************************************************************************/
11 #include "observer.h"
13 using namespace Okular;
15 DocumentObserver::DocumentObserver()
19 DocumentObserver::~DocumentObserver()
23 void DocumentObserver::notifySetup( const QVector< Okular::Page * >&, int )
27 void DocumentObserver::notifyViewportChanged( bool )
31 void DocumentObserver::notifyPageChanged( int, int )
35 void DocumentObserver::notifyContentsCleared( int )
39 void DocumentObserver::notifyVisibleRectsChanged()
43 void DocumentObserver::notifyZoom( int )
47 bool DocumentObserver::canUnloadPixmap( int ) const
49 return true;