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 458 of file annotations.h.
Constructor & Destructor Documentation
◆ Window() [1/2]
Annotation::Window::Window | ( | ) |
Creates a new window.
Definition at line 399 of file annotations.cpp.
◆ ~Window()
Annotation::Window::~Window | ( | ) |
Destroys the window.
Definition at line 404 of file annotations.cpp.
◆ Window() [2/2]
Annotation::Window::Window | ( | const Window & | other | ) |
Definition at line 409 of file annotations.cpp.
Member Function Documentation
◆ flags()
int Annotation::Window::flags | ( | ) | const |
Returns the flags of the window.
Definition at line 429 of file annotations.cpp.
◆ height()
int Annotation::Window::height | ( | ) | const |
Returns the height of the window.
Definition at line 459 of file annotations.cpp.
◆ operator=()
Annotation::Window & Annotation::Window::operator= | ( | const Window & | other | ) |
Definition at line 415 of file annotations.cpp.
◆ setFlags()
void Annotation::Window::setFlags | ( | int | flags | ) |
Sets the flags
of the window.
Definition at line 424 of file annotations.cpp.
◆ setHeight()
void Annotation::Window::setHeight | ( | int | height | ) |
Sets the height
of the window.
Definition at line 454 of file annotations.cpp.
◆ setSummary()
void Annotation::Window::setSummary | ( | const QString & | summary | ) |
Sets the summary
of the window.
Definition at line 474 of file annotations.cpp.
◆ setTitle()
void Annotation::Window::setTitle | ( | const QString & | title | ) |
Sets the title
of the window.
Definition at line 464 of file annotations.cpp.
◆ setTopLeft()
void Annotation::Window::setTopLeft | ( | const NormalizedPoint & | point | ) |
Sets the top-left point
of the window.
Definition at line 434 of file annotations.cpp.
◆ setWidth()
void Annotation::Window::setWidth | ( | int | width | ) |
Sets the width
of the window.
Definition at line 444 of file annotations.cpp.
◆ summary()
QString Annotation::Window::summary | ( | ) | const |
Returns the summary of the window.
Definition at line 479 of file annotations.cpp.
◆ title()
QString Annotation::Window::title | ( | ) | const |
Returns the title of the window.
Definition at line 469 of file annotations.cpp.
◆ topLeft()
NormalizedPoint Annotation::Window::topLeft | ( | ) | const |
Returns the top-left point of the window.
Definition at line 439 of file annotations.cpp.
◆ width()
int Annotation::Window::width | ( | ) | const |
Returns the width of the window.
Definition at line 449 of file annotations.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:14:50 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.