Okular::Annotation::Window
#include <annotations.h>
Public Member Functions | |
Window () | |
Window (const Window &other) | |
~Window () | |
int | flags () const |
int | height () const |
Window & | operator= (const Window &other) |
void | setFlags (int flags) |
void | setHeight (int height) |
void | setSummary (const QString &summary) |
void | setTitle (const QString &title) |
void | setTopLeft (const NormalizedPoint &point) |
void | setWidth (int width) |
QString | summary () const |
QString | title () const |
NormalizedPoint | topLeft () const |
int | width () const |
Detailed Description
The Window class contains all information about the popup window of the annotation that is used to edit the content and properties.
Definition at line 455 of file annotations.h.
Constructor & Destructor Documentation
◆ Window()
Annotation::Window::Window | ( | ) |
Creates a new window.
Definition at line 388 of file annotations.cpp.
◆ ~Window()
Annotation::Window::~Window | ( | ) |
Destroys the window.
Definition at line 393 of file annotations.cpp.
Member Function Documentation
◆ flags()
int Annotation::Window::flags | ( | ) | const |
Returns the flags of the window.
Definition at line 418 of file annotations.cpp.
◆ height()
int Annotation::Window::height | ( | ) | const |
Returns the height of the window.
Definition at line 448 of file annotations.cpp.
◆ setFlags()
void Annotation::Window::setFlags | ( | int | flags | ) |
Sets the flags
of the window.
Definition at line 413 of file annotations.cpp.
◆ setHeight()
void Annotation::Window::setHeight | ( | int | height | ) |
Sets the height
of the window.
Definition at line 443 of file annotations.cpp.
◆ setSummary()
void Annotation::Window::setSummary | ( | const QString & | summary | ) |
Sets the summary
of the window.
Definition at line 463 of file annotations.cpp.
◆ setTitle()
void Annotation::Window::setTitle | ( | const QString & | title | ) |
Sets the title
of the window.
Definition at line 453 of file annotations.cpp.
◆ setTopLeft()
void Annotation::Window::setTopLeft | ( | const NormalizedPoint & | point | ) |
Sets the top-left point
of the window.
Definition at line 423 of file annotations.cpp.
◆ setWidth()
void Annotation::Window::setWidth | ( | int | width | ) |
Sets the width
of the window.
Definition at line 433 of file annotations.cpp.
◆ summary()
QString Annotation::Window::summary | ( | ) | const |
Returns the summary of the window.
Definition at line 468 of file annotations.cpp.
◆ title()
QString Annotation::Window::title | ( | ) | const |
Returns the title of the window.
Definition at line 458 of file annotations.cpp.
◆ topLeft()
NormalizedPoint Annotation::Window::topLeft | ( | ) | const |
Returns the top-left point of the window.
Definition at line 428 of file annotations.cpp.
◆ width()
int Annotation::Window::width | ( | ) | const |
Returns the width of the window.
Definition at line 438 of file annotations.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Jun 9 2023 03:56:14 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.