30 #ifndef TESTCONTAINER_H 31 #define TESTCONTAINER_H 34 #include <QListWidget> 52 void toggleHidden(
bool show);
54 void setError(
double min,
double max,
double avg);
56 void setSelected(
bool selected);
62 static int openFileLine(FILE **fp,
const char filename[],
int startLine);
65 static void listWriteRVec(QListWidgetItem *listItem,
rvector vect,
int *roleIndex);
66 static void listWriteCartpos(QListWidgetItem *listItem,
cartpos pos,
int *roleIndex);
67 static void listWriteKepstruc(QListWidgetItem *listItem,
kepstruc kep,
int *roleIndex);
69 static double angleDelta(
double angle1,
double angle2);
81 void on_Expand_clicked();
83 void on_checkBox_stateChanged(
int arg1);
86 void selectionChanged();
89 Ui::TestContainer *
ui;
91 void fadeBanner(
bool faded);
95 #endif // TESTCONTAINER_H int openFileLine(FILE **fp, const char filename[], int startLine)
Definition: convert_test.cpp:213
bool completed
Definition: testcontainer.h:73
Definition: testcontainer.h:44
3 element generic row vector
Definition: vector.h:53
double AvgError
Definition: testcontainer.h:77
int number
Definition: testcontainer.h:78
Definition: eci2kep_test.h:37
Cartesian full position structure.
Definition: convertdef.h:158
bool isSelected
Definition: testcontainer.h:72
convertlib include file A library providing functions for conversion between the various position and...
Classical elements structure.
Definition: convertdef.h:529
Ui::TestContainer * ui
Definition: testcontainer.h:89
double MaxError
Definition: testcontainer.h:76
FILE * fp
Definition: rw_test.cpp:38
bool hidden
Definition: testcontainer.h:74
void skipLines(FILE *fp, int lines)
Definition: convert_test.cpp:226
Definition: mainwindow.h:40
double MinError
Definition: testcontainer.h:75