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 499 of file annotations.cpp.
◆ ~Revision()
Annotation::Revision::~Revision | ( | ) |
Destroys the revision.
Definition at line 504 of file annotations.cpp.
◆ Revision() [2/2]
Annotation::Revision::Revision | ( | const Revision & | other | ) |
Definition at line 509 of file annotations.cpp.
Member Function Documentation
◆ annotation()
Annotation * Annotation::Revision::annotation | ( | ) | const |
Returns the annotation the revision belongs to.
Definition at line 529 of file annotations.cpp.
◆ operator=()
Annotation::Revision & Annotation::Revision::operator= | ( | const Revision & | other | ) |
Definition at line 515 of file annotations.cpp.
◆ scope()
Annotation::RevisionScope Annotation::Revision::scope | ( | ) | const |
Returns the scope of the revision.
Definition at line 539 of file annotations.cpp.
◆ setAnnotation()
void Annotation::Revision::setAnnotation | ( | Annotation * | annotation | ) |
Sets the annotation
the revision belongs to.
Definition at line 524 of file annotations.cpp.
◆ setScope()
void Annotation::Revision::setScope | ( | RevisionScope | scope | ) |
Sets the scope
of the revision.
- See also
- RevisionScope
Definition at line 534 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 549 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 29 2024 11:47:54 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.