Okular::TextSelection
Okular::TextSelection Class Reference
#include <misc.h>
Public Member Functions | |
TextSelection (const NormalizedPoint &start, const NormalizedPoint &end) | |
TextSelection (const TextSelection &)=delete | |
~TextSelection () | |
NormalizedPoint | end () const |
TextSelection & | operator= (const TextSelection &)=delete |
NormalizedPoint | start () const |
Detailed Description
Wrapper around the information needed to generate the selection area.
Constructor & Destructor Documentation
◆ TextSelection()
TextSelection::TextSelection | ( | const NormalizedPoint & | start, |
const NormalizedPoint & | end ) |
◆ ~TextSelection()
|
default |
Destroys the text selection.
Member Function Documentation
◆ end()
NormalizedPoint TextSelection::end | ( | ) | const |
◆ start()
NormalizedPoint TextSelection::start | ( | ) | const |
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
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.