AvogadroLibs 1.100.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 }) (defined in ChartWidget) | ChartWidget | |
addPlots(const std::vector< std::vector< float > > &plotData, const color4ub &color=color4ub{ 0, 0, 0, 255 }) (defined in ChartWidget) | ChartWidget | |
addSeries(const std::vector< float > &y, const color4ub &color=color4ub{ 0, 0, 0, 255 }) (defined in ChartWidget) | ChartWidget | |
Axis enum name (defined in ChartWidget) | ChartWidget | |
ChartWidget(QWidget *p=nullptr) (defined in ChartWidget) | ChartWidget | explicit |
clearPlots() (defined in ChartWidget) | ChartWidget | |
setAxisLimits(Axis a, float min, float max) (defined in ChartWidget) | ChartWidget | |
setAxisLogScale(Axis a, bool logScale) (defined in ChartWidget) | ChartWidget | |
setFontSize(int size=14) (defined in ChartWidget) | ChartWidget | |
setLineWidth(float width=1.0) (defined in ChartWidget) | ChartWidget | |
setTickLabels(Axis a, const std::vector< float > &tickPositions, const std::vector< std::string > &tickLabels) (defined in ChartWidget) | ChartWidget | |
setXAxisLimits(float min, float max) (defined in ChartWidget) | ChartWidget | |
setXAxisTitle(const std::string &title) (defined in ChartWidget) | ChartWidget | |
setYAxisLimits(float min, float max) (defined in ChartWidget) | ChartWidget | |
setYAxisTitle(const std::string &title) (defined in ChartWidget) | ChartWidget | |
~ChartWidget() override (defined in ChartWidget) | ChartWidget |