Go to the documentation of this file.
52 void use_db(
bool DB );
66 static const int ARRAYSIZE = 999;
68 double oblate [ ARRAYSIZE ];
69 double rod [ ARRAYSIZE ];
70 double prolate[ ARRAYSIZE ];
71 double ratio_x[ ARRAYSIZE ];
87 QLabel* lb_sphere [ 8 ];
88 QLabel* lb_prolate[ 8 ];
89 QLabel* lb_oblate [ 8 ];
103 void update (
void );
106 void new_value (
const QwtDoublePoint& );
107 void mouseU (
const QwtDoublePoint& );
108 void update_ratio (
void );
109 void update_mw (
const QString& );
110 void degC (
const QString& );
111 void density (
const QString& );
112 void viscosity (
const QString& );
113 void vbar (
const QString& );
114 void get_buffer (
void );
115 void get_peptide (
void );
116 void complete (
void );
118 void source_changed (
bool );
119 void get_solution (
void );
127 { showHelp.show_help(
"manual/predict1.html" ); };