00001
00002 #ifndef BG_PARAMETER_H
00003 #define BG_PARAMETER_H
00004
00006 struct bg_parameter
00007 {
00008 QString function;
00009 QColor minColor;
00010 QColor maxColor;
00011 };
00012
00013 #endif
00014
00015
00016 #ifndef G_PARAMETER_H
00017 #define G_PARAMETER_H
00018
00020 struct g_parameter
00021 {
00022 float density;
00023 QString length;
00024 QString style;
00025 QString colorCoding;
00026 QColor color;
00027 QColor minColor;
00028 };
00029
00030 #endif
00031
00032
00033 #ifndef ST_PARAMETER_H
00034 #define ST_PARAMETER_H
00035
00037 struct st_parameter
00038 {
00039 QString intMethod;
00040 float dSep;
00041 float dTest;
00042 float dt;
00043 QString colorCoding;
00044 QColor color;
00045 QColor minColor;
00046 QString thickCoding;
00047 };
00048
00049 #endif