- class QLegendMarker¶
-
Inherited by:
QXYLegendMarker
,QPieLegendMarker
,QCandlestickLegendMarker
,QBoxPlotLegendMarker
,QBarLegendMarker
,QAreaLegendMarker
Synopsis¶
Properties¶
Methods¶
def
brush()
def
font()
def
isVisible()
def
label()
def
labelBrush()
def
pen()
def
setBrush()
def
setFont()
def
setLabel()
def
setLabelBrush()
def
setPen()
def
setShape()
def
setVisible()
def
shape()
Virtual methods¶
def
type()
Signals¶
def
brushChanged()
def
clicked()
def
fontChanged()
def
hovered()
def
labelChanged()
def
penChanged()
def
shapeChanged()
def
visibleChanged()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description¶
- class LegendMarkerType¶
Note
Properties can be used directly when
from __feature__ import true_property
is used or via accessor functions otherwise.- Access functions:
Signal
brushChanged()
- Access functions:
Signal
fontChanged()
- property labelᅟ: str¶
- Access functions:
Signal
labelChanged()
- Access functions:
- Access functions:
Signal
penChanged()
- property shapeᅟ: QLegend.MarkerShape¶
- Access functions:
Signal
shapeChanged()
- property visibleᅟ: bool¶
- Access functions:
Getter of property
brushᅟ
.- brushChanged()¶
Notification signal of property
brushᅟ
.- clicked()¶
Getter of property
fontᅟ
.- fontChanged()¶
Notification signal of property
fontᅟ
.- hovered(status)¶
- Parameters:
status – bool
- isVisible()¶
- Return type:
bool
Getter of property
visibleᅟ
.- label()¶
- Return type:
str
Getter of property
labelᅟ
.Getter of property
labelBrushᅟ
.- labelBrushChanged()¶
Notification signal of property
labelBrushᅟ
.- labelChanged()¶
Notification signal of property
labelᅟ
.Getter of property
penᅟ
.- penChanged()¶
Notification signal of property
penᅟ
.Setter of property
brushᅟ
.Setter of property
fontᅟ
.- setLabel(label)¶
- Parameters:
label – str
Setter of property
labelᅟ
.Setter of property
labelBrushᅟ
.Setter of property
penᅟ
.- setShape(shape)¶
- Parameters:
shape –
MarkerShape
Setter of property
shapeᅟ
.- setVisible(visible)¶
- Parameters:
visible – bool
Setter of property
visibleᅟ
.- shape()¶
- Return type:
Getter of property
shapeᅟ
.- shapeChanged()¶
Notification signal of property
shapeᅟ
.- abstract type()¶
- Return type:
- visibleChanged()¶
Notification signal of property
visibleᅟ
.