addItem(QCPAbstractLegendItem *item) | QCPLegend | |
antialiased() const | QCPLayerable | inline |
applyAntialiasingHint(QCPPainter *painter, bool localAntialiased, QCP::AntialiasedElement overrideElement) const | QCPLayerable | protected |
applyDefaultAntialiasingHint(QCPPainter *painter) const | QCPLegend | protectedvirtual |
autoSize() const | QCPLegend | inline |
borderPen() const | QCPLegend | inline |
brush() const | QCPLegend | inline |
calculateAutoPosition() | QCPLegend | protectedvirtual |
calculateAutoSize() | QCPLegend | protectedvirtual |
clearItems() | QCPLegend | |
clipRect() const | QCPLayerable | protectedvirtual |
draw(QCPPainter *painter) | QCPLegend | protectedvirtual |
font() const | QCPLegend | inline |
getBorderPen() const | QCPLegend | protected |
getBrush() const | QCPLegend | protected |
handleLegendSelection(QMouseEvent *event, bool additiveSelection, bool &modified) | QCPLegend | protectedvirtual |
hasItem(QCPAbstractLegendItem *item) const | QCPLegend | |
hasItemWithPlottable(const QCPAbstractPlottable *plottable) const | QCPLegend | |
iconBorderPen() const | QCPLegend | inline |
iconSize() const | QCPLegend | inline |
iconTextPadding() const | QCPLegend | inline |
item(int index) const | QCPLegend | |
itemCount() const | QCPLegend | |
itemSpacing() const | QCPLegend | inline |
itemWithPlottable(const QCPAbstractPlottable *plottable) const | QCPLegend | |
layer() const | QCPLayerable | inline |
mAntialiased | QCPLayerable | protected |
marginBottom() const | QCPLegend | inline |
marginLeft() const | QCPLegend | inline |
marginRight() const | QCPLegend | inline |
marginTop() const | QCPLegend | inline |
mAutoSize | QCPLegend | protected |
mBorderPen | QCPLegend | protected |
mBrush | QCPLegend | protected |
mFont | QCPLegend | protected |
mIconBorderPen | QCPLegend | protected |
mIconSize | QCPLegend | protected |
mIconTextPadding | QCPLegend | protected |
minimumSize() const | QCPLegend | inline |
mItemBoundingBoxes | QCPLegend | protected |
mItems | QCPLegend | protected |
mItemSpacing | QCPLegend | protected |
mLayer | QCPLayerable | protected |
mMarginBottom | QCPLegend | protected |
mMarginLeft | QCPLegend | protected |
mMarginRight | QCPLegend | protected |
mMarginTop | QCPLegend | protected |
mMinimumSize | QCPLegend | protected |
moveToLayer(QCPLayer *layer, bool prepend) | QCPLayerable | protected |
mPaddingBottom | QCPLegend | protected |
mPaddingLeft | QCPLegend | protected |
mPaddingRight | QCPLegend | protected |
mPaddingTop | QCPLegend | protected |
mParentPlot | QCPLayerable | protected |
mPosition | QCPLegend | protected |
mPositionStyle | QCPLegend | protected |
mSelectable | QCPLegend | protected |
mSelected | QCPLegend | protected |
mSelectedBorderPen | QCPLegend | protected |
mSelectedBrush | QCPLegend | protected |
mSelectedFont | QCPLegend | protected |
mSelectedIconBorderPen | QCPLegend | protected |
mSelectedTextColor | QCPLegend | protected |
mSize | QCPLegend | protected |
mTextColor | QCPLegend | protected |
mVisible | QCPLayerable | protected |
paddingBottom() const | QCPLegend | inline |
paddingLeft() const | QCPLegend | inline |
paddingRight() const | QCPLegend | inline |
paddingTop() const | QCPLegend | inline |
parentPlot() const | QCPLayerable | inline |
position() const | QCPLegend | inline |
PositionStyle enum name | QCPLegend | |
positionStyle() const | QCPLegend | inline |
psBottom enum value | QCPLegend | |
psBottomLeft enum value | QCPLegend | |
psBottomRight enum value | QCPLegend | |
psLeft enum value | QCPLegend | |
psManual enum value | QCPLegend | |
psRight enum value | QCPLegend | |
psTop enum value | QCPLegend | |
psTopLeft enum value | QCPLegend | |
psTopRight enum value | QCPLegend | |
QCPAbstractLegendItem class | QCPLegend | friend |
QCPLayerable(QCustomPlot *parentPlot) | QCPLayerable | |
QCPLegend(QCustomPlot *parentPlot) | QCPLegend | explicit |
QCustomPlot class | QCPLegend | friend |
reArrange() | QCPLegend | |
removeItem(int index) | QCPLegend | |
removeItem(QCPAbstractLegendItem *item) | QCPLegend | |
selectable() const | QCPLegend | inline |
SelectablePart enum name | QCPLegend | |
selected() const | QCPLegend | inline |
selectedBorderPen() const | QCPLegend | inline |
selectedBrush() const | QCPLegend | inline |
selectedFont() const | QCPLegend | inline |
selectedIconBorderPen() const | QCPLegend | inline |
selectedItems() const | QCPLegend | |
selectedTextColor() const | QCPLegend | inline |
selectionChanged(QCPLegend::SelectableParts selection) | QCPLegend | signal |
selectTestItem(const QPoint pos) const | QCPLegend | |
selectTestLegend(const QPointF &pos) const | QCPLegend | |
setAntialiased(bool enabled) | QCPLayerable | |
setAutoSize(bool on) | QCPLegend | |
setBorderPen(const QPen &pen) | QCPLegend | |
setBrush(const QBrush &brush) | QCPLegend | |
setFont(const QFont &font) | QCPLegend | |
setIconBorderPen(const QPen &pen) | QCPLegend | |
setIconSize(const QSize &size) | QCPLegend | |
setIconSize(int width, int height) | QCPLegend | |
setIconTextPadding(int padding) | QCPLegend | |
setItemSpacing(int spacing) | QCPLegend | |
setLayer(QCPLayer *layer) | QCPLayerable | |
setLayer(const QString &layerName) | QCPLayerable | |
setMargin(int left, int right, int top, int bottom) | QCPLegend | |
setMarginBottom(int margin) | QCPLegend | |
setMarginLeft(int margin) | QCPLegend | |
setMarginRight(int margin) | QCPLegend | |
setMarginTop(int margin) | QCPLegend | |
setMinimumSize(const QSize &size) | QCPLegend | |
setMinimumSize(int width, int height) | QCPLegend | |
setPadding(int left, int right, int top, int bottom) | QCPLegend | |
setPaddingBottom(int padding) | QCPLegend | |
setPaddingLeft(int padding) | QCPLegend | |
setPaddingRight(int padding) | QCPLegend | |
setPaddingTop(int padding) | QCPLegend | |
setPosition(const QPoint &pixelPosition) | QCPLegend | |
setPositionStyle(PositionStyle legendPositionStyle) | QCPLegend | |
setSelectable(const SelectableParts &selectable) | QCPLegend | |
setSelected(const SelectableParts &selected) | QCPLegend | |
setSelectedBorderPen(const QPen &pen) | QCPLegend | |
setSelectedBrush(const QBrush &brush) | QCPLegend | |
setSelectedFont(const QFont &font) | QCPLegend | |
setSelectedIconBorderPen(const QPen &pen) | QCPLegend | |
setSelectedTextColor(const QColor &color) | QCPLegend | |
setSize(const QSize &size) | QCPLegend | |
setSize(int width, int height) | QCPLegend | |
setTextColor(const QColor &color) | QCPLegend | |
setVisible(bool on) | QCPLayerable | |
size() const | QCPLegend | inline |
spItems enum value | QCPLegend | |
spLegendBox enum value | QCPLegend | |
spNone enum value | QCPLegend | |
textColor() const | QCPLegend | inline |
updateSelectionState() | QCPLegend | protectedvirtual |
visible() const | QCPLayerable | inline |
~QCPLayerable() | QCPLayerable | |
~QCPLegend() | QCPLegend | virtual |