#include <testPool.h>
Public Member Functions | |
testPool (int npools) | |
resultPool * | getResultPool (QString name) |
void | plotPool (QString name) |
QStringList | getPoolNames () |
void | addResultPool (resultPool *r) |
|
Constructor, takes both the name assignet to the test data, and the X and Y label
|
|
Adds a new result to the pool
|
|
Returns a list of all the resultPools present
|
|
Search the resultPool named with the QString indicated in the param
|
|
Plot the resultPool named with the QString indicated in the param
|