Okular::Annotation::Style
#include <annotations.h>
Public Member Functions | |
| Style () | |
| Style (const Style &other) | |
| ~Style () | |
| QColor | color () const |
| double | effectIntensity () const |
| LineEffect | lineEffect () const |
| LineStyle | lineStyle () const |
| int | marks () const |
| double | opacity () const |
| Style & | operator= (const Style &other) |
| void | setColor (const QColor &color) |
| void | setEffectIntensity (double intensity) |
| void | setLineEffect (LineEffect effect) |
| void | setLineStyle (LineStyle style) |
| void | setMarks (int marks) |
| void | setOpacity (double opacity) |
| void | setSpaces (int spaces) |
| void | setWidth (double width) |
| void | setXCorners (double xCorners) |
| void | setYCorners (double yCorners) |
| int | spaces () const |
| double | width () const |
| double | xCorners () const |
| double | yCorners () const |
Detailed Description
The Style class contains all information about style of the annotation.
Definition at line 323 of file annotations.h.
Constructor & Destructor Documentation
◆ Style() [1/2]
| Annotation::Style::Style | ( | ) |
Creates a new style.
Definition at line 256 of file annotations.cpp.
◆ ~Style()
| Annotation::Style::~Style | ( | ) |
Destroys the style.
Definition at line 261 of file annotations.cpp.
◆ Style() [2/2]
| Annotation::Style::Style | ( | const Style & | other | ) |
Definition at line 266 of file annotations.cpp.
Member Function Documentation
◆ color()
| QColor Annotation::Style::color | ( | ) | const |
Returns the color of the style.
Definition at line 286 of file annotations.cpp.
◆ effectIntensity()
| double Annotation::Style::effectIntensity | ( | ) | const |
Returns the effect intensity of the style.
Definition at line 376 of file annotations.cpp.
◆ lineEffect()
| Annotation::LineEffect Annotation::Style::lineEffect | ( | ) | const |
Returns the line effect of the style.
Definition at line 366 of file annotations.cpp.
◆ lineStyle()
| Annotation::LineStyle Annotation::Style::lineStyle | ( | ) | const |
Returns the line style of the style.
Definition at line 316 of file annotations.cpp.
◆ marks()
| int Annotation::Style::marks | ( | ) | const |
Returns the marks of the style.
Definition at line 346 of file annotations.cpp.
◆ opacity()
| double Annotation::Style::opacity | ( | ) | const |
Returns the opacity of the style.
Definition at line 296 of file annotations.cpp.
◆ operator=()
| Annotation::Style & Annotation::Style::operator= | ( | const Style & | other | ) |
Definition at line 272 of file annotations.cpp.
◆ setColor()
| void Annotation::Style::setColor | ( | const QColor & | color | ) |
Sets the color of the style.
Definition at line 281 of file annotations.cpp.
◆ setEffectIntensity()
| void Annotation::Style::setEffectIntensity | ( | double | intensity | ) |
Sets the effect intensity of the style.
Definition at line 371 of file annotations.cpp.
◆ setLineEffect()
| void Annotation::Style::setLineEffect | ( | LineEffect | effect | ) |
Sets the line effect of the style.
Definition at line 361 of file annotations.cpp.
◆ setLineStyle()
| void Annotation::Style::setLineStyle | ( | LineStyle | style | ) |
Sets the line style of the style.
Definition at line 311 of file annotations.cpp.
◆ setMarks()
| void Annotation::Style::setMarks | ( | int | marks | ) |
Sets the marks of the style.
Definition at line 341 of file annotations.cpp.
◆ setOpacity()
| void Annotation::Style::setOpacity | ( | double | opacity | ) |
Sets the opacity of the style.
Definition at line 291 of file annotations.cpp.
◆ setSpaces()
| void Annotation::Style::setSpaces | ( | int | spaces | ) |
Sets the spaces of the style.
Definition at line 351 of file annotations.cpp.
◆ setWidth()
| void Annotation::Style::setWidth | ( | double | width | ) |
Sets the width of the style.
Definition at line 301 of file annotations.cpp.
◆ setXCorners()
| void Annotation::Style::setXCorners | ( | double | xCorners | ) |
Sets the x-corners of the style.
Definition at line 321 of file annotations.cpp.
◆ setYCorners()
| void Annotation::Style::setYCorners | ( | double | yCorners | ) |
Sets the y-corners of the style.
Definition at line 331 of file annotations.cpp.
◆ spaces()
| int Annotation::Style::spaces | ( | ) | const |
Returns the spaces of the style.
Definition at line 356 of file annotations.cpp.
◆ width()
| double Annotation::Style::width | ( | ) | const |
Returns the width of the style.
Definition at line 306 of file annotations.cpp.
◆ xCorners()
| double Annotation::Style::xCorners | ( | ) | const |
Returns the x-corners of the style.
Definition at line 326 of file annotations.cpp.
◆ yCorners()
| double Annotation::Style::yCorners | ( | ) | const |
Returns the y-corners of the style.
Definition at line 336 of file annotations.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:59:13 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.