okular
Okular::Annotation::Style Class Reference
#include <annotations.h>
List of all members.
Detailed Description
The
Style class contains all information about style of the annotation.
Definition at line 265 of file annotations.h.
Constructor & Destructor Documentation
| Annotation::Style::Style |
( |
|
) |
|
| Annotation::Style::~Style |
( |
|
) |
|
| Annotation::Style::Style |
( |
const Style & |
other |
) |
|
Member Function Documentation
| void Annotation::Style::setColor |
( |
const QColor & |
color |
) |
|
| QColor Annotation::Style::color |
( |
|
) |
const |
| void Annotation::Style::setOpacity |
( |
double |
opacity |
) |
|
| double Annotation::Style::opacity |
( |
|
) |
const |
| void Annotation::Style::setWidth |
( |
double |
width |
) |
|
| double Annotation::Style::width |
( |
|
) |
const |
| void Annotation::Style::setLineStyle |
( |
LineStyle |
style |
) |
|
| void Annotation::Style::setXCorners |
( |
double |
xCorners |
) |
|
| double Annotation::Style::xCorners |
( |
|
) |
const |
| void Annotation::Style::setYCorners |
( |
double |
yCorners |
) |
|
| double Annotation::Style::yCorners |
( |
|
) |
const |
| void Annotation::Style::setMarks |
( |
int |
marks |
) |
|
| int Annotation::Style::marks |
( |
|
) |
const |
| void Annotation::Style::setSpaces |
( |
int |
spaces |
) |
|
| int Annotation::Style::spaces |
( |
|
) |
const |
| void Annotation::Style::setLineEffect |
( |
LineEffect |
effect |
) |
|
| void Annotation::Style::setEffectIntensity |
( |
double |
intensity |
) |
|
| double Annotation::Style::effectIntensity |
( |
|
) |
const |
Returns the effect intensity of the style.
Definition at line 241 of file annotations.cpp.
The documentation for this class was generated from the following files: