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 550 of file annotations.h.

Constructor & Destructor Documentation

◆ Revision() [1/2]

Annotation::Revision::Revision ( )

Creates a new revision.

Definition at line 494 of file annotations.cpp.

◆ ~Revision()

Annotation::Revision::~Revision ( )

Destroys the revision.

Definition at line 499 of file annotations.cpp.

◆ Revision() [2/2]

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

Definition at line 504 of file annotations.cpp.

Member Function Documentation

◆ annotation()

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

Returns the annotation the revision belongs to.

Definition at line 524 of file annotations.cpp.

◆ operator=()

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

Definition at line 510 of file annotations.cpp.

◆ scope()

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

Returns the scope of the revision.

Definition at line 534 of file annotations.cpp.

◆ setAnnotation()

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

Sets the annotation the revision belongs to.

Definition at line 519 of file annotations.cpp.

◆ setScope()

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

Sets the scope of the revision.

See also
RevisionScope

Definition at line 529 of file annotations.cpp.

◆ setType()

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

Sets the type of the revision.

See also
RevisionType

Definition at line 539 of file annotations.cpp.

◆ type()

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

Returns the type of the revision.

Definition at line 544 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 Tue Mar 26 2024 11:17:35 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.