This Mix-In class provides setter/getter methods, storage and other facilities for the graph filling (NOT the symbol filling though!)
More...
#include <jkqtpgraphsbasestylingmixins.h>
This Mix-In class provides setter/getter methods, storage and other facilities for the graph filling (NOT the symbol filling though!)
supported properties:
- fill style
- fill color
- fill texture/gradient/matrix (if required by fill style)
◆ JKQTPGraphFillStyleMixin()
JKQTPGraphFillStyleMixin::JKQTPGraphFillStyleMixin |
( |
| ) |
|
◆ ~JKQTPGraphFillStyleMixin()
virtual JKQTPGraphFillStyleMixin::~JKQTPGraphFillStyleMixin |
( |
| ) |
|
|
virtual |
◆ getFillBrush()
constructs a QBrush from the graph fill styling properties
◆ getFillColor()
QColor JKQTPGraphFillStyleMixin::getFillColor |
( |
| ) |
const |
set the color of the graph filling
◆ getFillGradient()
const QGradient * JKQTPGraphFillStyleMixin::getFillGradient |
( |
| ) |
const |
get the gradient object of the graph filling
◆ getFillStyle()
Qt::BrushStyle JKQTPGraphFillStyleMixin::getFillStyle |
( |
| ) |
const |
get the fill style of the graph
◆ getFillTexture()
QPixmap JKQTPGraphFillStyleMixin::getFillTexture |
( |
| ) |
const |
set the color of the graph filling
◆ getFillTextureImage()
QImage JKQTPGraphFillStyleMixin::getFillTextureImage |
( |
| ) |
const |
set the color of the graph filling
◆ initFillStyle()
initiaize the fill style (from the parent plotter)
◆ initFillStyleInvertedColor()
◆ setFillBrush()
void JKQTPGraphFillStyleMixin::setFillBrush |
( |
const QBrush & |
b | ) |
|
sets a fill brush (overwrites all internal properties!)
◆ setFillColor() [1/2]
void JKQTPGraphFillStyleMixin::setFillColor |
( |
const QColor & |
__value | ) |
|
set the color of the graph filling
◆ setFillColor() [2/2]
void JKQTPGraphFillStyleMixin::setFillColor |
( |
const QColor & |
__value, |
|
|
double |
alpha |
|
) |
| |
set the color of the graph filling
◆ setFillGradient()
void JKQTPGraphFillStyleMixin::setFillGradient |
( |
const QGradient & |
__value | ) |
|
set the filling of the graph to a gradient and sets fill style to a gradient setting
◆ setFillStyle()
void JKQTPGraphFillStyleMixin::setFillStyle |
( |
Qt::BrushStyle |
__value | ) |
|
set the fill style of the graph
◆ setFillTexture() [1/2]
void JKQTPGraphFillStyleMixin::setFillTexture |
( |
const QImage & |
__value | ) |
|
set the color of the graph filling and sets fill style to Qt::TexturePattern
◆ setFillTexture() [2/2]
void JKQTPGraphFillStyleMixin::setFillTexture |
( |
const QPixmap & |
__value | ) |
|
set the color of the graph filling and sets fill style to Qt::TexturePattern
◆ setFillTransform()
void JKQTPGraphFillStyleMixin::setFillTransform |
( |
const QTransform & |
b | ) |
|
sets a fill transformation
◆ m_fillBrush
QBrush JKQTPGraphFillStyleMixin::m_fillBrush |
|
private |
◆ m_fillColor
QColor JKQTPGraphFillStyleMixin::m_fillColor |
|
private |
last fill color of the graph
◆ fillColor
QColor JKQTPGraphFillStyleMixin::fillColor |
|
readwrite |
◆ fillStyle
Qt::BrushStyle JKQTPGraphFillStyleMixin::fillStyle |
|
readwrite |
The documentation for this class was generated from the following file: