okular
generator.h File Reference
#include <okular/core/okular_export.h>
#include <okular/core/fontinfo.h>
#include <okular/core/global.h>
#include <okular/core/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.
Namespaces | |
| namespace | Okular |
Classes | |
| class | Okular::ExportFormat |
| Defines an entry for the export menu. More... | |
| class | Okular::Generator |
| [Abstract Class] The information generator. More... | |
| class | Okular::PixmapRequest |
| Describes a pixmap type request. More... | |
Defines | |
| #define | OKULAR_EXPORT_PLUGIN(classname, aboutdata) |
Functions | |
| OKULAR_EXPORT QDebug | operator<< (QDebug str, const Okular::PixmapRequest &req) |
Define Documentation
| #define OKULAR_EXPORT_PLUGIN | ( | classname, | |||
| aboutdata | ) |
Value:
K_PLUGIN_FACTORY( classname ## Factory, registerPlugin< classname >(); ) \ K_EXPORT_PLUGIN( classname ## Factory( aboutdata ) )
Definition at line 29 of file generator.h.
Function Documentation
| OKULAR_EXPORT QDebug operator<< | ( | QDebug | str, | |
| const Okular::PixmapRequest & | req | |||
| ) |
Definition at line 511 of file generator.cpp.
KDE 4.0 API Reference