Okular::Annotation::Revision

Search for usage in LXR

Okular::Annotation::Revision Class Reference

#include <annotations.h>

Public Member Functions

 Revision ()
 
 Revision (const Revision &other)
 
 ~Revision ()
 
Annotationannotation () const
 
Revisionoperator= (const Revision &other)
 
RevisionScope scope () const
 
void setAnnotation (Annotation *annotation)
 
void setScope (RevisionScope scope)
 
void setType (RevisionType type)
 
RevisionType type () const
 

Detailed Description

The Revision class contains all information about the revision of the annotation.

Definition at line 553 of file annotations.h.

Constructor & Destructor Documentation

◆ Revision() [1/2]

Annotation::Revision::Revision ( )

Creates a new revision.

Definition at line 495 of file annotations.cpp.

◆ ~Revision()

Annotation::Revision::~Revision ( )

Destroys the revision.

Definition at line 500 of file annotations.cpp.

◆ Revision() [2/2]

Annotation::Revision::Revision ( const Revision & other)

Definition at line 505 of file annotations.cpp.

Member Function Documentation

◆ annotation()

Annotation * Annotation::Revision::annotation ( ) const

Returns the annotation the revision belongs to.

Definition at line 525 of file annotations.cpp.

◆ operator=()

Annotation::Revision & Annotation::Revision::operator= ( const Revision & other)

Definition at line 511 of file annotations.cpp.

◆ scope()

Annotation::RevisionScope Annotation::Revision::scope ( ) const

Returns the scope of the revision.

Definition at line 535 of file annotations.cpp.

◆ setAnnotation()

void Annotation::Revision::setAnnotation ( Annotation * annotation)

Sets the annotation the revision belongs to.

Definition at line 520 of file annotations.cpp.

◆ setScope()

void Annotation::Revision::setScope ( RevisionScope scope)

Sets the scope of the revision.

See also
RevisionScope

Definition at line 530 of file annotations.cpp.

◆ setType()

void Annotation::Revision::setType ( RevisionType type)

Sets the type of the revision.

See also
RevisionType

Definition at line 540 of file annotations.cpp.

◆ type()

Annotation::RevisionType Annotation::Revision::type ( ) const

Returns the type of the revision.

Definition at line 545 of file annotations.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 8 2024 11:49:40 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.