Okular::Annotation::Revision
#include <annotations.h>
Public Member Functions | |
Revision () | |
Revision (const Revision &other) | |
~Revision () | |
Annotation * | annotation () const |
Revision & | operator= (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 | ) |
◆ 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:
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.