Link -> Action renaming.

Step #4a: more apidox fixes.

svn path=/trunk/KDE/kdegraphics/okular/; revision=656149
remotes/origin/KDE/4.0
Pino Toscano 19 years ago
parent 444b1a3f84
commit 656736c1af
  1. 6
      core/area.h

@ -212,13 +212,13 @@ class OKULAR_EXPORT NormalizedRect
/** /**
* @short NormalizedRect that contains a reference to an object. * @short NormalizedRect that contains a reference to an object.
* *
* These rects contains a pointer to a okular object (such as a link or something * These rects contains a pointer to a okular object (such as an action or something
* like that). The pointer is read and stored as 'void pointer' so cast is * like that). The pointer is read and stored as 'void pointer' so cast is
* performed by accessors based on the value returned by objectType(). Objects * performed by accessors based on the value returned by objectType(). Objects
* are reparented to this class. * are reparented to this class.
* *
* Type / Class correspondency tab: * Type / Class correspondency tab:
* - Link : class Link : description of a link * - Action : class Action: description of an action
* - Image : class Image : description of an image (n/a) * - Image : class Image : description of an image (n/a)
* - Annotation: class Annotation: description of an annotation * - Annotation: class Annotation: description of an annotation
*/ */
@ -230,7 +230,7 @@ class OKULAR_EXPORT ObjectRect
*/ */
enum ObjectType enum ObjectType
{ {
Action, ///< A link Action, ///< An action
Image, ///< An image Image, ///< An image
OAnnotation, ///< An annotation OAnnotation, ///< An annotation
SourceRef ///< A source reference SourceRef ///< A source reference

Loading…
Cancel
Save