resultPool Class Reference

#include <resultPool.h>

List of all members.

Public Member Functions

 resultPool (string aname, string axlabel, string aylabel, int ainterval, int numtests)
int getNumResults ()
int addResult (result::result *result)
vector< result::result * > getResultList ()
QString getName ()


Detailed Description

The resultPool class holds all the values of a test


Constructor & Destructor Documentation

resultPool::resultPool string  aname,
string  axlabel,
string  aylabel,
int  ainterval,
int  numtests
 

Constructor, takes both the name assignet to the test data, and the X and Y label

Parameters:
aname The name of the test repository
axlabel The label used for the x axis
aylabel The label used for the y axis
ainterval The result interval
numtests Number of initial tests


Member Function Documentation

int resultPool::addResult result::result *  result  ) 
 

Adds a result to the pool

Parameters:
result The result to be added to the test

QString resultPool::getName  ) 
 

Returns the name of the resultPool

Returns:
The name of the resultPool

int resultPool::getNumResults  ) 
 

Function to check the number of tests subscribed to this pool

Returns:
A integer indicating the number of test subscribed

vector< result::result * > resultPool::getResultList  ) 
 

Returns the list of vectors

Returns:
The vector containing all the results subscribed


The documentation for this class was generated from the following files:
Generated on Tue Sep 5 00:04:05 2006 for UWP by  doxygen 1.4.6