#include <tobarchart.h>
Diagrama de herencias de toBarChart
Slots públicos | |
virtual void | openCopy (void) |
virtual void | clear (void) |
virtual void | setup (void) |
virtual void | editPrint (void) |
Métodos públicos | |
toBarChart (QWidget *parent=NULL, const char *name=NULL, WFlags f=0) | |
toBarChart (toBarChart *chart, QWidget *parent=NULL, const char *name=NULL, WFlags f=0) | |
void | showLegend (bool on) |
bool | legend (void) const |
void | showLast (bool on) |
bool | last (void) const |
void | setTitle (const QString &title=QString::null) |
const QString & | title (void) |
void | showGrid (int div=0) |
int | grid (void) const |
void | showAxisLegend (bool on) |
bool | axisLegend (void) const |
void | setYPostfix (const QString &postfix) |
void | setMaxValueAuto (void) |
void | setMinValueAuto (void) |
void | setMaxValue (double maxVal) |
void | setMinValue (double minVal) |
double | minValue (void) const |
double | maxValue (void) const |
void | setSamples (int samples=-1) |
int | samples (void) const |
void | setLabels (const std::list< QString > &labels) |
std::list< QString > & | labels (void) |
virtual void | addValues (std::list< double > &value, const QString &xValues) |
std::list< QString > & | xValues (void) |
std::list< std::list< double > > & | values (void) |
Métodos protegidos | |
virtual void | paintChart (QPainter *p, QRect &rect) |
QRect | fixRect (QPoint p1, QPoint p2) |
virtual void | mouseReleaseEvent (QMouseEvent *e) |
virtual void | mouseMoveEvent (QMouseEvent *e) |
virtual void | mouseDoubleClickEvent (QMouseEvent *e) |
virtual void | mousePressEvent (QMouseEvent *e) |
int | countSamples (void) |
void | clearZoom (void) |
virtual void | paintLegend (QPainter *p, QRect &rect) |
virtual void | paintTitle (QPainter *p, QRect &rect) |
virtual void | paintAxis (QPainter *p, QRect &rect) |
virtual void | paintEvent (QPaintEvent *e) |
Métodos protegidos estáticos | |
static double | round (double round, bool up) |
Atributos protegidos | |
std::list< std::list< double > > | Values |
std::list< QString > | XValues |
std::list< QString > | Labels |
bool | Legend |
bool | Last |
int | Grid |
bool | AxisText |
double | MinValue |
bool | MinAuto |
double | MaxValue |
bool | MaxAuto |
QString | YPostfix |
int | Samples |
QString | Title |
QRect | Chart |
QPoint | MousePoint [2] |
int | SkipSamples |
int | UseSamples |
bool | Zooming |
double | zMinValue |
double | zMaxValue |
|
Create a new barchart.
Gráfico de llamadas para esta función: |
|
Create a new barchart by copying all the data from another barchart.
|
|
Add a new value set to the chart.
|
|
Check if y-axis legend is displayed or not.
|
|
Clear the values from the chart. |
|
|
|
Gráfico de llamadas para esta función: |
|
Print the chart. |
|
Gráfico de llamadas para esta función: |
|
Check if grid is displayed or not.
|
|
Get the labels of the chart lines.
|
|
Check if last value is displayed or not.
|
|
Check if legend is displayed or not.
|
|
Get maximum value on y-axis. Will not return the automatically determinned maximum value.
|
|
Get minimum value on y-axis. Will not return the automatically determinned minimum value.
|
|
|
|
Gráfico de llamadas para esta función: |
|
|
|
Gráfico de llamadas para esta función: |
|
Open chart in new window. Reimplementado de toLineChart. |
|
Gráfico de llamadas para esta función: |
|
Reimplementado de toLineChart. Gráfico de llamadas para esta función: |
|
Reimplemented for internal reasons. Gráfico de llamadas para esta función: |
|
Gráfico de llamadas para esta función: |
|
|
|
|
|
Get the maximum number of samples on the x-axis.
|
|
Set the labels on the chart lines.
|
|
Set max value on y-axis.
|
|
Set max value on y-axis to auto. |
|
Set min value on y-axis.
|
|
Set min value on y-axis to auto. |
|
Set the number of samples on the x-axis. Setting samples to -1 will keep all entries.
|
|
Set title of the chart. Set to empty string to not display title.
Gráfico de llamadas para esta función: |
|
Setup values of charts. |
|
Set y postfix value. This will be appended to the values in the axis legend.
|
|
Specify if a y-axis legend should be displayed in the graph, default is on.
|
|
Specify if a grid should be displayed in the graph, default is on.
|
|
Show most recent value on top of graph
|
|
Specify if legend should be displayed to the right of the graph, default is on.
|
|
Get title of chart.
|
|
Get list of values.
|
|
Get list of labels
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|