okular
generator.h File Reference
#include "okular_export.h"
#include "fontinfo.h"
#include "global.h"
#include "pagesize.h"
#include <QtCore/QList>
#include <QtCore/QObject>
#include <QtCore/QSharedDataPointer>
#include <QtCore/QString>
#include <QtCore/QVariant>
#include <QtCore/QVector>
#include <kmimetype.h>
#include <kpluginfactory.h>
Include dependency graph for generator.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
class | Okular::ExportFormat |
class | Okular::Generator |
class | Okular::PixmapRequest |
Namespaces | |
Okular | |
Macros | |
#define | OKULAR_EXPORT_PLUGIN(classname, aboutdata) |
Functions | |
OKULAR_EXPORT QDebug | operator<< (QDebug str, const Okular::PixmapRequest &req) |
Macro Definition Documentation
#define OKULAR_EXPORT_PLUGIN | ( | classname, | |
aboutdata | |||
) |
Value:
K_PLUGIN_FACTORY( classname ## Factory, registerPlugin< classname >(); ) \
K_EXPORT_PLUGIN( classname ## Factory( aboutdata ) )
Definition at line 30 of file generator.h.
Function Documentation
OKULAR_EXPORT QDebug operator<< | ( | QDebug | str, |
const Okular::PixmapRequest & | req | ||
) |
Definition at line 615 of file generator.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.