Filter to transform color of some plot items and fontsize when printing.
More...
Public Member Functions |
| def | __init__ |
| | Constructor.
|
| def | color |
| | Modifies a color for printing.
|
| def | font |
| | Modifies a font for printing.
|
Detailed Description
Filter to transform color of some plot items and fontsize when printing.
Definition at line 2479 of file dbplot.py.
Constructor & Destructor Documentation
| def dbplot.PrintFilter.__init__ |
( |
|
self | ) |
|
Constructor.
The class is derived from Qwt5.QwtPlotPrintFilter.
Definition at line 2484 of file dbplot.py.
Member Function Documentation
| def dbplot.PrintFilter.color |
( |
|
self, |
|
|
|
c, |
|
|
|
item |
|
) |
| |
Modifies a color for printing.
- Parameters
-
| c | = Color to be modified (QColor). |
| item | = Type of item where the color belongs. |
- Returns
- Modified color (QColor).
Definition at line 2494 of file dbplot.py.
| def dbplot.PrintFilter.font |
( |
|
self, |
|
|
|
f, |
|
|
|
item |
|
) |
| |
Modifies a font for printing.
- Parameters
-
| f | = Font to be modified (QFont). |
| item | = Type of item where the font belongs. |
- Returns
- All fonts are returned unmodified.
Definition at line 2517 of file dbplot.py.
The documentation for this class was generated from the following file: