#include <profilesourcestyleadapter.h>
◆ ProfileSourceStyleAdapter()
| ProfileSourceStyleAdapter::ProfileSourceStyleAdapter |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
◆ changed
| void ProfileSourceStyleAdapter::changed |
( |
| ) |
|
|
signal |
Unified change signal — fired for any property change so a single NOTIFY hookup keeps the editor in sync. Fine-grained signals on the layer (profileStyleChanged / profileLineColorChanged) feed this.
◆ eglLinePen()
| QPen ProfileSourceStyleAdapter::eglLinePen |
( |
| ) |
const |
◆ hglFillBrush()
| QBrush ProfileSourceStyleAdapter::hglFillBrush |
( |
| ) |
const |
◆ hglLinePen()
| QPen ProfileSourceStyleAdapter::hglLinePen |
( |
| ) |
const |
◆ layer()
◆ lineColor()
| QColor ProfileSourceStyleAdapter::lineColor |
( |
| ) |
const |
◆ maxEglLinePen()
| QPen ProfileSourceStyleAdapter::maxEglLinePen |
( |
| ) |
const |
◆ maxHglFillBrush()
| QBrush ProfileSourceStyleAdapter::maxHglFillBrush |
( |
| ) |
const |
◆ maxHglLinePen()
| QPen ProfileSourceStyleAdapter::maxHglLinePen |
( |
| ) |
const |
◆ setEglLinePen()
| void ProfileSourceStyleAdapter::setEglLinePen |
( |
const QPen & |
v | ) |
|
◆ setHglFillBrush()
| void ProfileSourceStyleAdapter::setHglFillBrush |
( |
const QBrush & |
v | ) |
|
◆ setHglLinePen()
| void ProfileSourceStyleAdapter::setHglLinePen |
( |
const QPen & |
v | ) |
|
◆ setLayer()
Binds the adapter to layer. Pass nullptr to detach. Disconnects signals from the previously-bound layer and rewires to the new one.
◆ setLineColor()
| void ProfileSourceStyleAdapter::setLineColor |
( |
const QColor & |
v | ) |
|
◆ setMaxEglLinePen()
| void ProfileSourceStyleAdapter::setMaxEglLinePen |
( |
const QPen & |
v | ) |
|
◆ setMaxHglFillBrush()
| void ProfileSourceStyleAdapter::setMaxHglFillBrush |
( |
const QBrush & |
v | ) |
|
◆ setMaxHglLinePen()
| void ProfileSourceStyleAdapter::setMaxHglLinePen |
( |
const QPen & |
v | ) |
|
◆ eglLinePen
| QPen ProfileSourceStyleAdapter::eglLinePen |
|
readwrite |
◆ hglFillBrush
| QBrush ProfileSourceStyleAdapter::hglFillBrush |
|
readwrite |
◆ hglLinePen
| QPen ProfileSourceStyleAdapter::hglLinePen |
|
readwrite |
◆ lineColor
| QColor ProfileSourceStyleAdapter::lineColor |
|
readwrite |
◆ maxEglLinePen
| QPen ProfileSourceStyleAdapter::maxEglLinePen |
|
readwrite |
◆ maxHglFillBrush
| QBrush ProfileSourceStyleAdapter::maxHglFillBrush |
|
readwrite |
◆ maxHglLinePen
| QPen ProfileSourceStyleAdapter::maxHglLinePen |
|
readwrite |
The documentation for this class was generated from the following files: