Mercurial > hg > fxanalyse
comparison FXAnalyse.h @ 195:d841dfb30b0b
UI elements rename
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Mon, 31 Mar 2014 17:03:32 +0200 |
parents | 8faada7e4faf |
children | 111610d871af |
comparison
equal
deleted
inserted
replaced
194:4b74b81e0c79 | 195:d841dfb30b0b |
---|---|
58 #define PANEL_RECENTER_INTERVAL 22 /* control type: numeric, callback function: CB_RecenterInterval */ | 58 #define PANEL_RECENTER_INTERVAL 22 /* control type: numeric, callback function: CB_RecenterInterval */ |
59 #define PANEL_SLOPETIME 23 /* control type: numeric, callback function: CB_ChangeSlopeTime */ | 59 #define PANEL_SLOPETIME 23 /* control type: numeric, callback function: CB_ChangeSlopeTime */ |
60 #define PANEL_DEDRIFT_DDS_FREQ 24 /* control type: numeric, callback function: CB_DedriftDDSFreq */ | 60 #define PANEL_DEDRIFT_DDS_FREQ 24 /* control type: numeric, callback function: CB_DedriftDDSFreq */ |
61 #define PANEL_DDS1 25 /* control type: numeric, callback function: CB_ChangeDDSOut */ | 61 #define PANEL_DDS1 25 /* control type: numeric, callback function: CB_ChangeDDSOut */ |
62 #define PANEL_CHANGENDIV 26 /* control type: numeric, callback function: CB_OnChangeNdiv */ | 62 #define PANEL_CHANGENDIV 26 /* control type: numeric, callback function: CB_OnChangeNdiv */ |
63 #define PANEL_N3CHOICE 27 /* control type: numeric, callback function: CB_ChangeN */ | 63 #define PANEL_N3 27 /* control type: numeric, callback function: CB_ChangeN */ |
64 #define PANEL_N3CALCULUS 28 /* control type: command, callback function: CB_OnNCalculus */ | 64 #define PANEL_N3CALCULUS 28 /* control type: command, callback function: CB_OnNCalculus */ |
65 #define PANEL_N1CHOICE 29 /* control type: numeric, callback function: CB_ChangeN */ | 65 #define PANEL_N1 29 /* control type: numeric, callback function: CB_ChangeN */ |
66 #define PANEL_N2CHOICE 30 /* control type: numeric, callback function: CB_ChangeN */ | 66 #define PANEL_N2 30 /* control type: numeric, callback function: CB_ChangeN */ |
67 #define PANEL_N2CALCULUS 31 /* control type: command, callback function: CB_OnNCalculus */ | 67 #define PANEL_N2CALCULUS 31 /* control type: command, callback function: CB_OnNCalculus */ |
68 #define PANEL_DDS4STEP 32 /* control type: ring, callback function: CB_ChangeDDSStep */ | 68 #define PANEL_DDS4STEP 32 /* control type: ring, callback function: CB_ChangeDDSStep */ |
69 #define PANEL_DDS3STEP 33 /* control type: ring, callback function: CB_ChangeDDSStep */ | 69 #define PANEL_DDS3STEP 33 /* control type: ring, callback function: CB_ChangeDDSStep */ |
70 #define PANEL_DDS2STEP 34 /* control type: ring, callback function: CB_ChangeDDSStep */ | 70 #define PANEL_DDS2STEP 34 /* control type: ring, callback function: CB_ChangeDDSStep */ |
71 #define PANEL_SLOPE_APPLIED 35 /* control type: numeric, callback function: CB_SetSlope */ | 71 #define PANEL_SLOPE_APPLIED 35 /* control type: numeric, callback function: CB_SetSlope */ |