added missing OKULAR_EXPORT

svn path=/trunk/playground/graphics/okular/; revision=616457
remotes/origin/KDE/4.0
André Wöbbeking 20 years ago
parent dff36b98f8
commit 77f96ebfe2
  1. 6
      core/annotations.h
  2. 4
      core/observer.h
  3. 4
      core/textpage.h

@ -27,7 +27,7 @@ class Annotation;
/** /**
* @short Helper class for (recursive) annotation retrieval/storage. * @short Helper class for (recursive) annotation retrieval/storage.
*/ */
class AnnotationUtils class OKULAR_EXPORT AnnotationUtils
{ {
public: public:
/** /**
@ -390,7 +390,7 @@ class OKULAR_EXPORT Annotation
* The Window class contains all information about the popup window * The Window class contains all information about the popup window
* of the annotation that is used to edit the content and properties. * of the annotation that is used to edit the content and properties.
*/ */
class Window class OKULAR_EXPORT Window
{ {
public: public:
/** /**
@ -1016,7 +1016,7 @@ class OKULAR_EXPORT HighlightAnnotation : public Annotation
* The Quad class contains 8 coordinates and style definitions * The Quad class contains 8 coordinates and style definitions
* which describe a line part of the whole highlight annotation. * which describe a line part of the whole highlight annotation.
*/ */
class Quad class OKULAR_EXPORT Quad
{ {
public: public:
/** /**

@ -14,6 +14,8 @@
#include <QtCore/QRect> #include <QtCore/QRect>
#include <QtCore/QVector> #include <QtCore/QVector>
#include "okular_export.h"
namespace Okular { namespace Okular {
/** IDs for observers. Globally defined here. **/ /** IDs for observers. Globally defined here. **/
@ -46,7 +48,7 @@ class Page;
* Inherit this class and call Document->addObserver( yourClass ) to get * Inherit this class and call Document->addObserver( yourClass ) to get
* notified of asynchronous events (new pixmap generated, or changed, etc..). * notified of asynchronous events (new pixmap generated, or changed, etc..).
*/ */
class DocumentObserver class OKULAR_EXPORT DocumentObserver
{ {
public: public:
/** /**

@ -48,7 +48,7 @@ typedef enum SearchDirection{ FromTop, FromBottom, NextResult, PreviousResult };
* Also some document types have glyphes - sets of characters rendered as one, so in search they should * Also some document types have glyphes - sets of characters rendered as one, so in search they should
* appear as a text but are only one character when drawn on screen. We need to allow this. * appear as a text but are only one character when drawn on screen. We need to allow this.
*/ */
class TextEntity class OKULAR_EXPORT TextEntity
{ {
public: public:
typedef QList<TextEntity*> List; typedef QList<TextEntity*> List;
@ -100,7 +100,7 @@ class TextEntity
* providing @see TextEntity items for every word/character of * providing @see TextEntity items for every word/character of
* the page. * the page.
*/ */
class TextPage class OKULAR_EXPORT TextPage
{ {
public: public:
/** /**

Loading…
Cancel
Save