#include <graph.h>
|
| graph (QWidget *parent=0) |
|
| ~graph () |
|
void | setAxis (int a, int b, int c, int d, int e, int f) |
|
void | setInside (double a, double b, double c) |
|
void | setDataAxisLimits (vector< double >, vector< double >) |
|
void | setPensWidth (int a, int b) |
|
void | setFixedAxis (int xmi, int xma, int ymi, int yma) |
|
void | plots_bg (string xtit, string ytit, vector< double > x, vector< double > y, string title) |
|
void | plot_graph (vector< double > x, vector< double > y, vector< int > pid) |
|
void | plotLabel (string, int, double, double, int) |
|
Definition at line 13 of file graph.h.
graph::graph |
( |
QWidget * |
parent = 0 | ) |
|
void graph::plot_graph |
( |
vector< double > |
x, |
|
|
vector< double > |
y, |
|
|
vector< int > |
pid |
|
) |
| |
void graph::plotLabel |
( |
string |
lab, |
|
|
int |
pid, |
|
|
double |
xpos, |
|
|
double |
ypos, |
|
|
int |
labSize |
|
) |
| |
void graph::plots_bg |
( |
string |
xtit, |
|
|
string |
ytit, |
|
|
vector< double > |
x, |
|
|
vector< double > |
y, |
|
|
string |
title |
|
) |
| |
void graph::setAxis |
( |
int |
a, |
|
|
int |
b, |
|
|
int |
c, |
|
|
int |
d, |
|
|
int |
e, |
|
|
int |
f |
|
) |
| |
|
inline |
void graph::setDataAxisLimits |
( |
vector< double > |
x, |
|
|
vector< double > |
y |
|
) |
| |
void graph::setFixedAxis |
( |
int |
xmi, |
|
|
int |
xma, |
|
|
int |
ymi, |
|
|
int |
yma |
|
) |
| |
void graph::setInside |
( |
double |
a, |
|
|
double |
b, |
|
|
double |
c |
|
) |
| |
|
inline |
void graph::setPensWidth |
( |
int |
a, |
|
|
int |
b |
|
) |
| |
|
inline |
double graph::axisPenWidth |
double graph::dataPenWidth |
map<int, QPen> graph::pcolors |
QGraphicsScene* graph::scene |