#include <qcparameter.h>
Public Member Functions | |
Constructors | |
QCParameter () | |
Standard Constructor. | |
~QCParameter () | |
Standard Destructor. | |
Parameter Operations | |
void | setNoOfParameters (int parameterNo) |
void | setParameter (int index, parameterType &value) |
bool | withinBounds (int parameterIndex) |
Checks to see if the provided index is within bounds. All index referencing should be made C style. | |
parameterType | getParameter (int parameterIndex) |
Retrieves Parameter at index provided. Index is checked to ensure if its within bounds. All index referencing should be made C style. |
Definition at line 43 of file qcparameter.h.