Public Methods |
| Database () |
| ~Database () |
void | init () |
int | maximal_integrations (void) |
| initialize database and clear all variables. More...
|
void | add_data (int) |
void | add_data (double) |
void | add_data (char) |
void | add_data (char *) |
void | add_data (QImage *) |
vector<int>* | add_data (int *,int) |
vector<double>* | add_data (double *, int) |
void | store (int) |
void | store (double) |
void | store (int *,int) |
void | store (char *) |
void | turn_around (void) |
void | arrayList_turn_around () |
void | imageList_turn_around () |
void | remove (void) |
void | remove (int) |
| removes complete list out of mem. More...
|
void | remove_1st (void) |
| remove n elements from the list, start at the beginning. More...
|
void | array_remove_1st (void) |
| removes 1st Data_element out of list. More...
|
void | array_remove (int) |
| remove 1st element out of array list. More...
|
void | printlist (void) |
| remove n elements from array database, start at the beginning. More...
|
void | save_data (const char *, VarType *,int) |
void | save_arrays (const char *, ArrayType *) |
void | save_images (const char *,int,char *) |
void | set_N_Elements (int) |
| Set the number of Data Elements per channel in database. More...
|
void | set_N_Arrays (int) |
| Set the number of Data Elements per channel in database. More...
|
void | set_MonMode (bool) |
| Set the number of Arrays per channel in the database. More...
|
int | length_of_list (void) |
| set monitor mode flag TRUE = on, FALSE = OFF. More...
|
int | length_of_arraylist (void) |
int | length_of_imagelist (void) |
int | maxarraylength () |
int | array_empty (void) |
int | database_empty (void) |
int | image_empty (void) |
ImageListElement* | end_of_image_list () |