okular
#include "bookmarkmanager.h"
#include <qhash.h>
#include <qset.h>
#include <kbookmarkmanager.h>
#include <kbookmarkmenu.h>
#include <kdebug.h>
#include <kglobal.h>
#include <kstandarddirs.h>
#include "document_p.h"
#include "observer.h"
#include "bookmarkmanager.moc"
Include dependency graph for bookmarkmanager.cpp:

Go to the source code of this file.
Macros | |
#define | foreachObserver(cmd) |
#define | foreachObserverD(cmd) |
Functions | |
static bool | bookmarkLessThan (const KBookmark &b1, const KBookmark &b2) |
static bool | documentViewportFuzzyCompare (const DocumentViewport &vp1, const DocumentViewport &vp2) |
static bool | okularBookmarkActionLessThan (QAction *a1, QAction *a2) |
static KUrl | urlForGroup (const KBookmark &group) |
Macro Definition Documentation
#define foreachObserver | ( | cmd | ) |
Value:
{\
QSet< DocumentObserver * >::const_iterator it = d->document->m_observers.constBegin(), end = d->document->m_observers.constEnd();\
for ( ; it != end ; ++ it ) { (*it)-> cmd ; } }
Definition at line 27 of file bookmarkmanager.cpp.
#define foreachObserverD | ( | cmd | ) |
Value:
{\
QSet< DocumentObserver * >::const_iterator it = document->m_observers.constBegin(), end = document->m_observers.constEnd();\
for ( ; it != end ; ++ it ) { (*it)-> cmd ; } }
Definition at line 31 of file bookmarkmanager.cpp.
Function Documentation
|
inlinestatic |
Definition at line 76 of file bookmarkmanager.cpp.
|
inlinestatic |
Definition at line 58 of file bookmarkmanager.cpp.
|
inlinestatic |
Definition at line 84 of file bookmarkmanager.cpp.
|
inlinestatic |
Definition at line 126 of file bookmarkmanager.cpp.
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.