Envision
A visual programming IDE for object-oriented languages
|
This is the complete list of members for OODebug::PlotOverlay, including all inherited members.
addValue(double value) | OODebug::PlotOverlay | |
addValue(double xValue, double yValue) | OODebug::PlotOverlay | |
addValue(double value, QList< double > &valueList, double &minVal, double &maxVal) | OODebug::PlotOverlay | private |
addValues(double xValue, QList< double > yValues) | OODebug::PlotOverlay | |
clear() | OODebug::PlotOverlay | |
determineChildren() override | OODebug::PlotOverlay | protectedvirtual |
drawAxes(QPainter *painter) | OODebug::PlotOverlay | private |
drawLegend(QPainter *painter) | OODebug::PlotOverlay | private |
drawnTextHeight() | OODebug::PlotOverlay | private |
drawnTextWidth(const QString &text) | OODebug::PlotOverlay | private |
drawTextVerticalCenteredAt(QPainter *painter, const QPointF &pos, QString label) | OODebug::PlotOverlay | private |
drawTics(QPainter *painter) | OODebug::PlotOverlay | private |
drawXTic(QPainter *painter, const QPointF &pos, QString label) | OODebug::PlotOverlay | private |
drawYTic(QPainter *painter, const QPointF &pos, QString label) | OODebug::PlotOverlay | private |
paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget=nullptr) override | OODebug::PlotOverlay | virtual |
PLOT_COLORS | OODebug::PlotOverlay | privatestatic |
plotArray(QPainter *painter) | OODebug::PlotOverlay | private |
plotBars(QPainter *painter) | OODebug::PlotOverlay | private |
plotFunction_ | OODebug::PlotOverlay | private |
PlotOverlay(Visualization::Item *associatedItem, const StyleType *style=itemStyles().get(), PlotType type=PlotType::Bars, QStringList variableNames={}) | OODebug::PlotOverlay | |
plotRegion_ | OODebug::PlotOverlay | private |
plotScatter(QPainter *painter) | OODebug::PlotOverlay | private |
PlotType enum name | OODebug::PlotOverlay | |
setBrushColor(QPainter *painter, QColor color) | OODebug::PlotOverlay | private |
Super typedef | Core::Reflect< Base > | protected |
toPlotCoordinates(QPointF position) | OODebug::PlotOverlay | private |
updateArrayValues(const QList< ValueType > &values, const QList< int > &indices) | OODebug::PlotOverlay | inline |
updateGeometry(int availableWidth, int availableHeight) override | OODebug::PlotOverlay | protectedvirtual |
valueRange(int dimension) | OODebug::PlotOverlay | private |
variableNames_ | OODebug::PlotOverlay | private |
xMax_ | OODebug::PlotOverlay | private |
xMin_ | OODebug::PlotOverlay | private |
xValues_ | OODebug::PlotOverlay | private |
yMax_ | OODebug::PlotOverlay | private |
yMin_ | OODebug::PlotOverlay | private |
yValues_ | OODebug::PlotOverlay | private |