okular
Okular::Annotation::Window Class Reference
The Window class contains all information about the popup window of the annotation that is used to edit the content and properties. More...
#include <annotations.h>
Public Member Functions | |
| Window () | |
| ~Window () | |
| Window (const Window &other) | |
| Window & | operator= (const Window &other) |
| void | setFlags (int flags) |
| int | flags () const |
| void | setTopLeft (const NormalizedPoint &point) |
| NormalizedPoint | topLeft () const |
| void | setWidth (int width) |
| int | width () const |
| void | setHeight (int height) |
| int | height () const |
| void | setTitle (const QString &title) |
| QString | title () const |
| void | setSummary (const QString &summary) |
| QString | summary () const |
| void | setText (const QString &text) |
| QString | text () 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 400 of file annotations.h.
Constructor & Destructor Documentation
| Annotation::Window::Window | ( | ) |
Creates a new window.
Definition at line 264 of file annotations.cpp.
| Annotation::Window::~Window | ( | ) |
Destroys the window.
Definition at line 269 of file annotations.cpp.
| Annotation::Window::Window | ( | const Window & | other | ) |
Definition at line 274 of file annotations.cpp.
Member Function Documentation
| int Annotation::Window::flags | ( | ) | const |
Returns the flags of the window.
Definition at line 293 of file annotations.cpp.
| int Annotation::Window::height | ( | ) | const |
Returns the height of the window.
Definition at line 323 of file annotations.cpp.
| Annotation::Window & Annotation::Window::operator= | ( | const Window & | other | ) |
Definition at line 280 of file annotations.cpp.
| void Annotation::Window::setFlags | ( | int | flags | ) |
Sets the flags of the window.
Definition at line 288 of file annotations.cpp.
| void Annotation::Window::setHeight | ( | int | height | ) |
Sets the height of the window.
Definition at line 318 of file annotations.cpp.
| void Annotation::Window::setSummary | ( | const QString & | summary | ) |
Sets the summary of the window.
Definition at line 338 of file annotations.cpp.
| void Annotation::Window::setText | ( | const QString & | text | ) |
Sets the text of the window.
Definition at line 348 of file annotations.cpp.
| void Annotation::Window::setTitle | ( | const QString & | title | ) |
Sets the title of the window.
Definition at line 328 of file annotations.cpp.
| void Annotation::Window::setTopLeft | ( | const NormalizedPoint & | point | ) |
Sets the top-left point of the window.
Definition at line 298 of file annotations.cpp.
| void Annotation::Window::setWidth | ( | int | width | ) |
Sets the width of the window.
Definition at line 308 of file annotations.cpp.
| QString Annotation::Window::summary | ( | ) | const |
Returns the summary of the window.
Definition at line 343 of file annotations.cpp.
| QString Annotation::Window::text | ( | ) | const |
Returns the text of the window.
Definition at line 353 of file annotations.cpp.
| QString Annotation::Window::title | ( | ) | const |
Returns the title of the window.
Definition at line 333 of file annotations.cpp.
| NormalizedPoint Annotation::Window::topLeft | ( | ) | const |
Returns the top-left point of the window.
Definition at line 303 of file annotations.cpp.
| int Annotation::Window::width | ( | ) | const |
Returns the width of the window.
Definition at line 313 of file annotations.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference