Mercurial > hg > fxanalyse
comparison FXPlot.h @ 135:77539f2597b1
Code cleanup
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Wed, 22 Jan 2014 12:29:38 +0100 |
parents | d9aae7d7f2c6 |
children | d34fe2505370 |
comparison
equal
deleted
inserted
replaced
134:bd28161e5ac2 | 135:77539f2597b1 |
---|---|
1 /**************************************************************************/ | 1 /**************************************************************************/ |
2 /* LabWindows/CVI User Interface Resource (UIR) Include File */ | 2 /* LabWindows/CVI User Interface Resource (UIR) Include File */ |
3 /* Copyright (c) National Instruments 2011. All Rights Reserved. */ | 3 /* Copyright (c) National Instruments 2014. All Rights Reserved. */ |
4 /* */ | 4 /* */ |
5 /* WARNING: Do not add to, delete from, or otherwise modify the contents */ | 5 /* WARNING: Do not add to, delete from, or otherwise modify the contents */ |
6 /* of this include file. */ | 6 /* of this include file. */ |
7 /**************************************************************************/ | 7 /**************************************************************************/ |
8 | 8 |
13 #endif | 13 #endif |
14 | 14 |
15 /* Panels and Controls: */ | 15 /* Panels and Controls: */ |
16 | 16 |
17 #define PLOTPANEL 1 /* callback function: CB_PlotEvent */ | 17 #define PLOTPANEL 1 /* callback function: CB_PlotEvent */ |
18 #define PLOTPANEL_MAX 2 /* callback function: Plot_CB_ChangeMax */ | 18 #define PLOTPANEL_MAX 2 /* control type: numeric, callback function: Plot_CB_ChangeYLim */ |
19 #define PLOTPANEL_MIN 3 /* callback function: Plot_CB_ChangeMin */ | 19 #define PLOTPANEL_MIN 3 /* control type: numeric, callback function: Plot_CB_ChangeYLim */ |
20 #define PLOTPANEL_TEXTMSG_3 4 | 20 #define PLOTPANEL_CHECKBOX_AUTOSCALE 4 /* control type: radioButton, callback function: Plot_CB_ChangeAutoScale */ |
21 #define PLOTPANEL_TEXTMSG_4 5 | 21 #define PLOTPANEL_RESETBUTTON 5 /* control type: command, callback function: Plot_CB_Reset */ |
22 #define PLOTPANEL_CHECKBOX_AUTOSCALE 6 /* callback function: Plot_CB_ChangeAutoScale */ | 22 #define PLOTPANEL_FREQPLOT 6 /* control type: graph, callback function: (none) */ |
23 #define PLOTPANEL_RESETBUTTON 7 /* callback function: Plot_CB_Reset */ | 23 #define PLOTPANEL_ADEV 7 /* control type: numeric, callback function: (none) */ |
24 #define PLOTPANEL_TEXTMSG_6 8 | 24 #define PLOTPANEL_SLOPE 8 /* control type: numeric, callback function: (none) */ |
25 #define PLOTPANEL_FREQPLOT 9 | 25 #define PLOTPANEL_MEAN 9 /* control type: numeric, callback function: (none) */ |
26 #define PLOTPANEL_ADEV 10 | 26 #define PLOTPANEL_SCALINGSTEP 10 /* control type: ring, callback function: Plot_CB_ChangeScalingStep */ |
27 #define PLOTPANEL_SLOPE 11 | 27 #define PLOTPANEL_DEDRIFT 11 /* control type: numeric, callback function: Plot_CB_ChangeDrift */ |
28 #define PLOTPANEL_MEAN 12 | 28 #define PLOTPANEL_GETSLOPEBUTTON 12 /* control type: command, callback function: Plot_CB_GetDrift */ |
29 #define PLOTPANEL_TEXTMSG 13 | 29 #define PLOTPANEL_CHECKBOX_DEDRIFT 13 /* control type: radioButton, callback function: Plot_CB_Reset */ |
30 #define PLOTPANEL_SCALINGSTEP 14 /* callback function: Plot_CB_ChangeScalingStep */ | 30 |
31 #define PLOTPANEL_TEXTMSG_8 15 | 31 |
32 #define PLOTPANEL_DEDRIFT 16 /* callback function: Plot_CB_ChangeDrift */ | 32 /* Control Arrays: */ |
33 #define PLOTPANEL_GETSLOPEBUTTON 17 /* callback function: Plot_CB_GetDrift */ | 33 |
34 #define PLOTPANEL_CHECKBOX_DEDRIFT 18 /* callback function: Plot_CB_Reset */ | 34 /* (no control arrays in the resource file) */ |
35 | 35 |
36 | 36 |
37 /* Menu Bars, Menus, and Menu Items: */ | 37 /* Menu Bars, Menus, and Menu Items: */ |
38 | 38 |
39 /* (no menu bars in the resource file) */ | 39 /* (no menu bars in the resource file) */ |
40 | 40 |
41 | 41 |
42 /* Callback Prototypes: */ | 42 /* Callback Prototypes: */ |
43 | 43 |
44 int CVICALLBACK CB_PlotEvent(int panel, int event, void *callbackData, int eventData1, int eventData2); | 44 int CVICALLBACK CB_PlotEvent(int panel, int event, void *callbackData, int eventData1, int eventData2); |
45 int CVICALLBACK Plot_CB_ChangeAutoScale(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | 45 int CVICALLBACK Plot_CB_ChangeAutoScale(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
46 int CVICALLBACK Plot_CB_ChangeDrift(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | 46 int CVICALLBACK Plot_CB_ChangeDrift(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
47 int CVICALLBACK Plot_CB_ChangeMax(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | |
48 int CVICALLBACK Plot_CB_ChangeMin(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | |
49 int CVICALLBACK Plot_CB_ChangeScalingStep(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | 47 int CVICALLBACK Plot_CB_ChangeScalingStep(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
48 int CVICALLBACK Plot_CB_ChangeYLim(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | |
50 int CVICALLBACK Plot_CB_GetDrift(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | 49 int CVICALLBACK Plot_CB_GetDrift(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
51 int CVICALLBACK Plot_CB_Reset(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); | 50 int CVICALLBACK Plot_CB_Reset(int panel, int control, int event, void *callbackData, int eventData1, int eventData2); |
52 | 51 |
53 | 52 |
54 #ifdef __cplusplus | 53 #ifdef __cplusplus |