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 493 of file annotations.cpp.

◆ ~Revision()

Annotation::Revision::~Revision ( )

Destroys the revision.

Definition at line 498 of file annotations.cpp.

◆ Revision() [2/2]

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

Definition at line 503 of file annotations.cpp.

Member Function Documentation

◆ annotation()

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

Returns the annotation the revision belongs to.

Definition at line 523 of file annotations.cpp.

◆ operator=()

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

Definition at line 509 of file annotations.cpp.

◆ scope()

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

Returns the scope of the revision.

Definition at line 533 of file annotations.cpp.

◆ setAnnotation()

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

Sets the annotation the revision belongs to.

Definition at line 518 of file annotations.cpp.

◆ setScope()

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

Sets the scope of the revision.

See also
RevisionScope

Definition at line 528 of file annotations.cpp.

◆ setType()

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

Sets the type of the revision.

See also
RevisionType

Definition at line 538 of file annotations.cpp.

◆ type()

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

Returns the type of the revision.

Definition at line 543 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 Jul 26 2024 11:51:38 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.