|
AvogadroLibs 1.103.0
|
This is the complete list of members for ChartWidget, including all inherited members.
| addPlot(const std::vector< float > &x, const std::vector< float > &y, const color4ub &color=color4ub{ 0, 0, 0, 255 }, const QString &xName="x", const QString &yName="y") | ChartWidget | |
| addPlots(const std::vector< std::vector< float > > &plotData, const color4ub &color=color4ub{ 0, 0, 0, 255 }, const QStringList &names={}) | ChartWidget | |
| addSeries(const std::vector< float > &y, const color4ub &color=color4ub{ 0, 0, 0, 255 }, const QString &name="") | ChartWidget | |
| Axis enum name | ChartWidget | |
| ChartWidget(QWidget *p=nullptr) (defined in ChartWidget) | ChartWidget | explicit |
| clearPlots() | ChartWidget | |
| clicked(float x, float y, Qt::KeyboardModifiers modifiers) | ChartWidget | signal |
| labelPeaks(int yColumn=1, float threshold=1.0, int windowSize=5) | ChartWidget | |
| LegendLocation enum name | ChartWidget | |
| plotClicked(double x, double y, Qt::KeyboardModifiers modifiers, Qt::MouseButton button) | ChartWidget | slot |
| resetZoom() | ChartWidget | slot |
| setAxisColor(Axis a, const color4ub &color) | ChartWidget | |
| setAxisDigits(Axis a, int digits=2) | ChartWidget | |
| setAxisLimits(Axis a, float min, float max) | ChartWidget | |
| setAxisLogScale(Axis a, bool logScale) | ChartWidget | |
| setBackgroundColor(const color4ub &color) | ChartWidget | |
| setFontSize(int size=14) | ChartWidget | |
| setLegendLocation(LegendLocation location) | ChartWidget | |
| setLineWidth(float width=1.0) | ChartWidget | |
| setShowPoints(bool visible) | ChartWidget | |
| setTickLabels(Axis a, const std::vector< float > &tickPositions, const QStringList &tickLabels) | ChartWidget | |
| setXAxisLimits(float min, float max) | ChartWidget | |
| setXAxisTitle(const QString &title) | ChartWidget | |
| setYAxisLimits(float min, float max) | ChartWidget | |
| setYAxisTitle(const QString &title) | ChartWidget | |
| ~ChartWidget() override (defined in ChartWidget) | ChartWidget |