ddt  0.1
ddtDialogIds.hpp
Go to the documentation of this file.
1 // @copyright
2 // (c) Copyright ESO 2020
3 // All Rights Reserved
4 // ESO (eso.org) is an Intergovernmental Organization, and therefore special
5 // legal conditions apply.
6 //
7 // @file ddtDialogIds.hpp
8 // @brief DDT Dialog IDs. ID values for all used dialogs
9 //
10 // IDs for the used dialogs
11 //
12 // @author Carsten Mannel, CGI
13 // @since 2020/10/21
14 //
15 
16 #ifndef DDT_DATAVISUALISATION_DDTDIALOGS_DIALOGIDS_HPP
17 #define DDT_DATAVISUALISATION_DDTDIALOGS_DIALOGIDS_HPP
18 
19 // Names for supported dialogs
20 const QString DDT_DIALOG_FILEOPEN = "ddtFileOpen";
21 const QString DDT_DIALOG_FILEOPENEXT = "ddtFileOpenExt";
22 const QString DDT_DIALOG_FILESAVE = "ddtFileSave";
23 const QString DDT_DIALOG_COLOURMAP = "ddtColourmap";
24 const QString DDT_DIALOG_PICKOBJECT = "ddtPickObject";
25 const QString DDT_DIALOG_BIAS = "ddtBias";
26 const QString DDT_DIALOG_TABULARREGION = "ddtTabularRegion";
27 const QString DDT_DIALOG_STATISTIC = "ddtStatistic";
28 const QString DDT_DIALOG_HDU = "ddtHDU";
29 const QString DDT_DIALOG_FITSHEADER = "ddtFITSHeader";
30 const QString DDT_DIALOG_FITSTABLE = "ddtFITSTable";
31 const QString DDT_DIALOG_REFERENCELINE = "ddtReferenceLine";
32 const QString DDT_DIALOG_PVCM = "ddtPVCM";
33 const QString DDT_DIALOG_GRAPHICALELEMENTS = "ddtGraphicalElements";
34 const QString DDT_DIALOG_OFFSET = "ddtOffset";
35 const QString DDT_DIALOG_SLIT = "ddtSlit";
36 const QString DDT_DIALOG_CUTVALUES = "ddtCutValues";
37 const QString DDT_DIALOG_DATASTREAM = "ddtDataStream";
38 const QString DDT_DIALOG_SCALEROTATECUT = "ddtScaleRotateCut";
39 const QString DDT_DIALOG_MARK_POSITIONS = "ddtMarkPositions";
40 const QString DDT_DIALOG_END_MARK_POSITIONS = "ddtEndMarkPositions";
41 
42 const QString DDT_DIALOG_SEPARATOR = "ddtSeparator";
43 
44 // Parameter IDs for supported dialogs
45 
46 // Colourmap selection dialog
47 const QString DDT_DIALOG_PARAM_COLOURMAP_NAME = "ddt_dialog_colourmap_name";
48 const QString DDT_DIALOG_PARAM_SCALING_FUNCTION = "ddt_dialog_scaling_function";
49 const QString DDT_DIALOG_PARAM_COLOURMAP_LIST = "ddt_dialog_colourmap_list";
50 
51 // Pick Object dialog
52 const QString DDT_DIALOG_PARAM_PICK_MODE = "ddt_dialog_pickobject_pickmode";
54  "ddt_dialog_pickobject_pick_rectangle_size";
56  "ddt_dialog_pickobject_returnvalue";
58  "ddt_dialog_pickobject_pickcancelled";
60  "ddt_dialog_pickobject_pickactivated";
62  "ddt_dialog_pickobject_magnified_image";
64  "ddt_dialog_pickobject_magnify_factor";
66  "ddt_dialog_pickobject_number_samples";
67 
68 // FITS Header dialog
70  "ddt_dialog_fitsheader_headerdata";
72  "ddt_dialog_fitsheader_filename";
73 
74 // Tabular Region dialog
76  "ddt_dialog_tabularregion_tabledata";
78  "ddt_dialog_tabularregion_tablerowcoldata";
80  "ddt_dialog_tabularregion_tablestatisticdata";
82  "ddt_dialog_tabularregion_resize";
83 
84 // Graphical Elements Dialog
85 const QString DDT_DIALOG_PARAM_LINE_THICKNESS = "ddt_dialog_line_thickness";
86 const QString DDT_DIALOG_PARAM_FONT = "ddt_dialog_font";
87 const QString DDT_DIALOG_PARAM_FILL_COLOR = "ddt_dialog_fill_color";
88 const QString DDT_DIALOG_PARAM_FILL_ENABLED = "ddt_dialog_fill_enabled";
89 const QString DDT_DIALOG_PARAM_LINE_COLOR = "ddt_dialog_line_color";
90 const QString DDT_DIALOG_PARAM_TAG = "ddt_dialog_tag";
91 const QString DDT_DIALOG_PARAM_DRAW_MODE = "ddt_dialog_draw_mode";
93  "ddt_dialog_delete_graphical_element";
94 const QString DDT_DIALOG_PARAM_SCALE_THRESHOLD = "ddt_dialog_scale_threshold";
96  "ddt_dialog_scale_threshold_list";
97 
98 // Cut Values Dialog
100  "ddt_dialog_current_cut_values";
101 const QString DDT_DIALOG_PARAM_CURRENT_CUT_TYPE = "ddt_dialog_current_cut_type";
102 
103 // Scale Flip Rotate Cut Values Dialog
104 
106  "ddt_dialog_scale_flip_cut_rotate";
108  "ddt_dialog_scale_flip_rotate_flip_vertical";
110  "ddt_dialog_scale_flip_rotate_flip_horizontal";
112  "ddt_dialog_scale_flip_rotate_increment_scale";
114  "ddt_dialog_scale_flip_rotate_decrement_scale";
116  "ddt_dialog_scale_flip_rotate_default_scale";
118  "ddt_dialog_scale_flip_rotate_new_scale";
120  "ddt_dialog_scale_flip_rotate_auto_scale";
122  "ddt_dialog_scale_flip_rotate_scale_list";
123 
124 // Bias Dialog
126  "ddt_dialog_bias_store_current_image";
128  "ddt_dialog_bias_store_returnvalue";
129 const QString DDT_DIALOG_PARAM_BIAS_APPLY_BIAS = "ddt_dialog_bias_apply_bias";
130 const QString DDT_DIALOG_PARAM_BIAS_CLEAR_ALL = "ddt_dialog_bias_clear_all";
132  "ddt_dialog_bias_clear_selected";
134  "ddt_dialog_bias_load_from_disc";
135 const QString DDT_DIALOG_PARAM_BIAS_ENABLE_BIAS = "ddt_dialog_bias_enable_bias";
136 
138  "ddt_dialog_bias_display_selected";
139 
141  "ddt_dialog_bias_current_slot_names";
143  "ddt_dialog_bias_current_selectedslot";
144 
145 // Statistic Dialog
147  "ddt_dialog_statistic_draw_mode";
148 const QString DDT_DIALOG_PARAM_STATISTIC_VALUES = "ddt_dialog_statistic_values";
149 const QString DDT_DIALOG_PARAM_STATISTIC_COORDS = "ddt_dialog_statistic_coords";
151  "ddt_dialog_statistic_cut_values";
153  "ddt_dialog_statistic_returnvalues";
155  "ddt_dialog_statistic_default_rect";
157  "ddt_dialog_statistic_initial_values";
158 
159 // Slit Dialog
160 const QString DDT_DIALOG_PARAM_SLIT_DRAW_MODE = "ddt_dialog_slit_draw_mode";
161 const QString DDT_DIALOG_PARAM_SLIT_VALUES = "ddt_dialog_slit_values";
163  "ddt_dialog_slit_returnvalues";
165  "ddt_dialog_slit_initial_values";
166 const QString DDT_DIALOG_PARAM_SLIT_DRAW_LINE = "ddt_dialog_slit_draw_line";
167 
168 // PVCM Dialog
169 const QString DDT_DIALOG_PARAM_PVCM_CUT_VALUES = "ddt_dialog_pvcm_cut_values";
171  "ddt_dialog_pvcm_histogram_values";
172 const QString DDT_DIALOG_PARAM_PVCM_RESET = "ddt_dialog_pvcm_reset";
173 const QString DDT_DIALOG_PARAM_PVCM_MEDIAN = "ddt_dialog_pvcm_median";
174 const QString DDT_DIALOG_PARAM_PVCM_AUTO_SET = "ddt_dialog_pvcm_auto_set";
175 
176 // Reference Line Dialog
178  "ddt_dialog_refline_range_values";
180  "ddt_dialog_refline_spectrum_values";
182  "ddt_dialog_ref_line_draw_mode";
183 
184 // Data Stream Dialog
186  "ddt_dialog_attach_datastream";
188  "ddt_dialog_detach_datastream";
190  "ddt_dialog_status_datastream";
191 const QString DDT_DIALOG_PARAM_NAME_DATA_STREAM = "ddt_dialog_name_datastream";
192 
193 // FITS Table Dialog
194 const QString DDT_DIALOG_PARAM_FITS_TABLE_SIZE = "ddt_dialog_fits_table_size";
196  "ddt_dialog_fits_table_col_names";
197 const QString DDT_DIALOG_PARAM_FITS_TABLE_DATA = "ddt_dialog_fits_table_data";
198 const QString DDT_DIALOG_PARAM_FITS_TABLE_CLEAR = "ddt_dialog_fits_table_clear";
199 
200 // HDU Dialog
201 const QString DDT_DIALOG_PARAM_HDU_FILE = "ddt_dialog_hdu_file";
202 const QString DDT_DIALOG_PARAM_HDU_TABLE_SIZE = "ddt_dialog_hdu_table_size";
203 const QString DDT_DIALOG_PARAM_HDU_TABLE_DATA = "ddt_dialog_hdu_table_data";
204 const QString DDT_DIALOG_PARAM_HDU_SINGLE_IMAGE = "ddt_dialog_hdu_single_image";
205 const QString DDT_DIALOG_PARAM_HDU_ALL_AS_ONE = "ddt_dialog_hdu_all_as_one";
206 
207 #endif // DDT_DATAVISUALISATION_DDTDIALOGS_DIALOGIDS_HPP
DDT_DIALOG_PARAM_FLIP_HORIZONTAL
const QString DDT_DIALOG_PARAM_FLIP_HORIZONTAL
Definition: ddtDialogIds.hpp:109
DDT_DIALOG_SCALEROTATECUT
const QString DDT_DIALOG_SCALEROTATECUT
Definition: ddtDialogIds.hpp:38
DDT_DIALOG_PARAM_PVCM_CUT_VALUES
const QString DDT_DIALOG_PARAM_PVCM_CUT_VALUES
Definition: ddtDialogIds.hpp:169
DDT_DIALOG_COLOURMAP
const QString DDT_DIALOG_COLOURMAP
Definition: ddtDialogIds.hpp:23
DDT_DIALOG_PARAM_DECREMENT_SCALE
const QString DDT_DIALOG_PARAM_DECREMENT_SCALE
Definition: ddtDialogIds.hpp:113
DDT_DIALOG_PARAM_STATISTIC_INITIAL_VALUES
const QString DDT_DIALOG_PARAM_STATISTIC_INITIAL_VALUES
Definition: ddtDialogIds.hpp:156
DDT_DIALOG_PARAM_FITS_HEADER_DATA
const QString DDT_DIALOG_PARAM_FITS_HEADER_DATA
Definition: ddtDialogIds.hpp:69
DDT_DIALOG_HDU
const QString DDT_DIALOG_HDU
Definition: ddtDialogIds.hpp:28
DDT_DIALOG_PARAM_BIAS_CURRENT_SLOT_NAMES
const QString DDT_DIALOG_PARAM_BIAS_CURRENT_SLOT_NAMES
Definition: ddtDialogIds.hpp:140
DDT_DIALOG_BIAS
const QString DDT_DIALOG_BIAS
Definition: ddtDialogIds.hpp:25
DDT_DIALOG_TABULARREGION
const QString DDT_DIALOG_TABULARREGION
Definition: ddtDialogIds.hpp:26
DDT_DIALOG_DATASTREAM
const QString DDT_DIALOG_DATASTREAM
Definition: ddtDialogIds.hpp:37
DDT_DIALOG_PARAM_BIAS_STORE_RETURN_VALUES
const QString DDT_DIALOG_PARAM_BIAS_STORE_RETURN_VALUES
Definition: ddtDialogIds.hpp:127
DDT_DIALOG_PARAM_BIAS_APPLY_BIAS
const QString DDT_DIALOG_PARAM_BIAS_APPLY_BIAS
Definition: ddtDialogIds.hpp:129
DDT_DIALOG_PARAM_BIAS_CLEAR_ALL
const QString DDT_DIALOG_PARAM_BIAS_CLEAR_ALL
Definition: ddtDialogIds.hpp:130
DDT_DIALOG_PARAM_BIAS_ENABLE_BIAS
const QString DDT_DIALOG_PARAM_BIAS_ENABLE_BIAS
Definition: ddtDialogIds.hpp:135
DDT_DIALOG_PARAM_BIAS_DISPLAY_SELECTED
const QString DDT_DIALOG_PARAM_BIAS_DISPLAY_SELECTED
Definition: ddtDialogIds.hpp:137
DDT_DIALOG_PARAM_PICK_MODE
const QString DDT_DIALOG_PARAM_PICK_MODE
Definition: ddtDialogIds.hpp:52
DDT_DIALOG_PARAM_BIAS_CLEAR_SELECTED
const QString DDT_DIALOG_PARAM_BIAS_CLEAR_SELECTED
Definition: ddtDialogIds.hpp:131
DDT_DIALOG_PARAM_CURRENT_CUT_VALUES
const QString DDT_DIALOG_PARAM_CURRENT_CUT_VALUES
Definition: ddtDialogIds.hpp:99
DDT_DIALOG_PARAM_NAME_DATA_STREAM
const QString DDT_DIALOG_PARAM_NAME_DATA_STREAM
Definition: ddtDialogIds.hpp:191
DDT_DIALOG_PARAM_FITS_TABLE_COL_NAMES
const QString DDT_DIALOG_PARAM_FITS_TABLE_COL_NAMES
Definition: ddtDialogIds.hpp:195
DDT_DIALOG_PARAM_COLOURMAP_NAME
const QString DDT_DIALOG_PARAM_COLOURMAP_NAME
Definition: ddtDialogIds.hpp:47
DDT_DIALOG_REFERENCELINE
const QString DDT_DIALOG_REFERENCELINE
Definition: ddtDialogIds.hpp:31
DDT_DIALOG_PARAM_STATISTIC_COORDS
const QString DDT_DIALOG_PARAM_STATISTIC_COORDS
Definition: ddtDialogIds.hpp:149
DDT_DIALOG_PARAM_DELETE_ELEMENT
const QString DDT_DIALOG_PARAM_DELETE_ELEMENT
Definition: ddtDialogIds.hpp:92
DDT_DIALOG_FILEOPEN
const QString DDT_DIALOG_FILEOPEN
Definition: ddtDialogIds.hpp:20
DDT_DIALOG_PARAM_PICK_CANCELLED
const QString DDT_DIALOG_PARAM_PICK_CANCELLED
Definition: ddtDialogIds.hpp:57
DDT_DIALOG_PARAM_STATISTIC_DRAW_MODE
const QString DDT_DIALOG_PARAM_STATISTIC_DRAW_MODE
Definition: ddtDialogIds.hpp:146
DDT_DIALOG_MARK_POSITIONS
const QString DDT_DIALOG_MARK_POSITIONS
Definition: ddtDialogIds.hpp:39
DDT_DIALOG_PARAM_FLIP_VERTICAL
const QString DDT_DIALOG_PARAM_FLIP_VERTICAL
Definition: ddtDialogIds.hpp:107
DDT_DIALOG_PARAM_HDU_SINGLE_IMAGE
const QString DDT_DIALOG_PARAM_HDU_SINGLE_IMAGE
Definition: ddtDialogIds.hpp:204
DDT_DIALOG_SEPARATOR
const QString DDT_DIALOG_SEPARATOR
Definition: ddtDialogIds.hpp:42
DDT_DIALOG_PARAM_DRAW_MODE
const QString DDT_DIALOG_PARAM_DRAW_MODE
Definition: ddtDialogIds.hpp:91
DDT_DIALOG_PARAM_FITS_HEADER_FILE
const QString DDT_DIALOG_PARAM_FITS_HEADER_FILE
Definition: ddtDialogIds.hpp:71
DDT_DIALOG_PARAM_DETACH_DATA_STREAM
const QString DDT_DIALOG_PARAM_DETACH_DATA_STREAM
Definition: ddtDialogIds.hpp:187
DDT_DIALOG_PARAM_TABULAR_REGION_RESIZE
const QString DDT_DIALOG_PARAM_TABULAR_REGION_RESIZE
Definition: ddtDialogIds.hpp:81
DDT_DIALOG_PARAM_STATISTIC_DEFAULT_RECT
const QString DDT_DIALOG_PARAM_STATISTIC_DEFAULT_RECT
Definition: ddtDialogIds.hpp:154
DDT_DIALOG_PARAM_STATISTIC_CUT_VALUES
const QString DDT_DIALOG_PARAM_STATISTIC_CUT_VALUES
Definition: ddtDialogIds.hpp:150
DDT_DIALOG_FITSTABLE
const QString DDT_DIALOG_FITSTABLE
Definition: ddtDialogIds.hpp:30
DDT_DIALOG_PARAM_ATTACH_DATA_STREAM
const QString DDT_DIALOG_PARAM_ATTACH_DATA_STREAM
Definition: ddtDialogIds.hpp:185
DDT_DIALOG_PARAM_PVCM_RESET
const QString DDT_DIALOG_PARAM_PVCM_RESET
Definition: ddtDialogIds.hpp:172
DDT_DIALOG_PARAM_TABULAR_REGION_ROWCOLDATA
const QString DDT_DIALOG_PARAM_TABULAR_REGION_ROWCOLDATA
Definition: ddtDialogIds.hpp:77
DDT_DIALOG_PARAM_SLIT_DRAW_MODE
const QString DDT_DIALOG_PARAM_SLIT_DRAW_MODE
Definition: ddtDialogIds.hpp:160
DDT_DIALOG_PARAM_FILL_COLOR
const QString DDT_DIALOG_PARAM_FILL_COLOR
Definition: ddtDialogIds.hpp:87
DDT_DIALOG_PARAM_SLIT_DRAW_LINE
const QString DDT_DIALOG_PARAM_SLIT_DRAW_LINE
Definition: ddtDialogIds.hpp:166
DDT_DIALOG_PARAM_HDU_ALL_AS_ONE
const QString DDT_DIALOG_PARAM_HDU_ALL_AS_ONE
Definition: ddtDialogIds.hpp:205
DDT_DIALOG_FILESAVE
const QString DDT_DIALOG_FILESAVE
Definition: ddtDialogIds.hpp:22
DDT_DIALOG_OFFSET
const QString DDT_DIALOG_OFFSET
Definition: ddtDialogIds.hpp:34
DDT_DIALOG_PARAM_SCALE_THRESHOLD
const QString DDT_DIALOG_PARAM_SCALE_THRESHOLD
Definition: ddtDialogIds.hpp:94
DDT_DIALOG_PARAM_SCALE_THRESHOLD_LIST
const QString DDT_DIALOG_PARAM_SCALE_THRESHOLD_LIST
Definition: ddtDialogIds.hpp:95
DDT_DIALOG_PARAM_REFLINE_SPECTRUM_VALUES
const QString DDT_DIALOG_PARAM_REFLINE_SPECTRUM_VALUES
Definition: ddtDialogIds.hpp:179
DDT_DIALOG_PARAM_SCALING_FUNCTION
const QString DDT_DIALOG_PARAM_SCALING_FUNCTION
Definition: ddtDialogIds.hpp:48
DDT_DIALOG_PARAM_REFLINE_RANGE_VALUES
const QString DDT_DIALOG_PARAM_REFLINE_RANGE_VALUES
Definition: ddtDialogIds.hpp:177
DDT_DIALOG_PARAM_AUTO_SCALE
const QString DDT_DIALOG_PARAM_AUTO_SCALE
Definition: ddtDialogIds.hpp:119
DDT_DIALOG_END_MARK_POSITIONS
const QString DDT_DIALOG_END_MARK_POSITIONS
Definition: ddtDialogIds.hpp:40
DDT_DIALOG_PARAM_BIAS_STORE_CURRENT_IMAGE
const QString DDT_DIALOG_PARAM_BIAS_STORE_CURRENT_IMAGE
Definition: ddtDialogIds.hpp:125
DDT_DIALOG_PARAM_TAG
const QString DDT_DIALOG_PARAM_TAG
Definition: ddtDialogIds.hpp:90
DDT_DIALOG_PARAM_PICK_RECTANGLESIZE
const QString DDT_DIALOG_PARAM_PICK_RECTANGLESIZE
Definition: ddtDialogIds.hpp:53
DDT_DIALOG_PARAM_FILL_ENABLED
const QString DDT_DIALOG_PARAM_FILL_ENABLED
Definition: ddtDialogIds.hpp:88
DDT_DIALOG_PICKOBJECT
const QString DDT_DIALOG_PICKOBJECT
Definition: ddtDialogIds.hpp:24
DDT_DIALOG_PARAM_INCREMENT_SCALE
const QString DDT_DIALOG_PARAM_INCREMENT_SCALE
Definition: ddtDialogIds.hpp:111
DDT_DIALOG_PARAM_BIAS_CURRENT_SELECTED_SLOT
const QString DDT_DIALOG_PARAM_BIAS_CURRENT_SELECTED_SLOT
Definition: ddtDialogIds.hpp:142
DDT_DIALOG_PARAM_LINE_COLOR
const QString DDT_DIALOG_PARAM_LINE_COLOR
Definition: ddtDialogIds.hpp:89
DDT_DIALOG_PARAM_SLIT_INITIAL_VALUES
const QString DDT_DIALOG_PARAM_SLIT_INITIAL_VALUES
Definition: ddtDialogIds.hpp:164
DDT_DIALOG_PARAM_FONT
const QString DDT_DIALOG_PARAM_FONT
Definition: ddtDialogIds.hpp:86
DDT_DIALOG_PARAM_PVCM_AUTO_SET
const QString DDT_DIALOG_PARAM_PVCM_AUTO_SET
Definition: ddtDialogIds.hpp:174
DDT_DIALOG_PARAM_SLIT_VALUES
const QString DDT_DIALOG_PARAM_SLIT_VALUES
Definition: ddtDialogIds.hpp:161
DDT_DIALOG_PARAM_PICK_NUMBER_SAMPLES
const QString DDT_DIALOG_PARAM_PICK_NUMBER_SAMPLES
Definition: ddtDialogIds.hpp:65
DDT_DIALOG_PARAM_DEFAULT_SCALE
const QString DDT_DIALOG_PARAM_DEFAULT_SCALE
Definition: ddtDialogIds.hpp:115
DDT_DIALOG_GRAPHICALELEMENTS
const QString DDT_DIALOG_GRAPHICALELEMENTS
Definition: ddtDialogIds.hpp:33
DDT_DIALOG_PARAM_ROTATE_BY_ANGLE
const QString DDT_DIALOG_PARAM_ROTATE_BY_ANGLE
Definition: ddtDialogIds.hpp:105
DDT_DIALOG_PARAM_SLIT_RETURN_VALUES
const QString DDT_DIALOG_PARAM_SLIT_RETURN_VALUES
Definition: ddtDialogIds.hpp:162
DDT_DIALOG_FITSHEADER
const QString DDT_DIALOG_FITSHEADER
Definition: ddtDialogIds.hpp:29
DDT_DIALOG_PARAM_SCALE_LIST
const QString DDT_DIALOG_PARAM_SCALE_LIST
Definition: ddtDialogIds.hpp:121
DDT_DIALOG_PARAM_TABULAR_REGION_DATA
const QString DDT_DIALOG_PARAM_TABULAR_REGION_DATA
Definition: ddtDialogIds.hpp:75
DDT_DIALOG_FILEOPENEXT
const QString DDT_DIALOG_FILEOPENEXT
Definition: ddtDialogIds.hpp:21
DDT_DIALOG_PARAM_PICK_MAGNIFIED_IMAGE
const QString DDT_DIALOG_PARAM_PICK_MAGNIFIED_IMAGE
Definition: ddtDialogIds.hpp:61
DDT_DIALOG_PARAM_HDU_TABLE_DATA
const QString DDT_DIALOG_PARAM_HDU_TABLE_DATA
Definition: ddtDialogIds.hpp:203
DDT_DIALOG_PARAM_LINE_THICKNESS
const QString DDT_DIALOG_PARAM_LINE_THICKNESS
Definition: ddtDialogIds.hpp:85
DDT_DIALOG_PARAM_TABULAR_REGION_STATISTICDATA
const QString DDT_DIALOG_PARAM_TABULAR_REGION_STATISTICDATA
Definition: ddtDialogIds.hpp:79
DDT_DIALOG_PARAM_BIAS_LOAD_FROM_DISC
const QString DDT_DIALOG_PARAM_BIAS_LOAD_FROM_DISC
Definition: ddtDialogIds.hpp:133
DDT_DIALOG_PARAM_REF_LINE_DRAW_MODE
const QString DDT_DIALOG_PARAM_REF_LINE_DRAW_MODE
Definition: ddtDialogIds.hpp:181
DDT_DIALOG_PARAM_PICK_RETURN_VALUES
const QString DDT_DIALOG_PARAM_PICK_RETURN_VALUES
Definition: ddtDialogIds.hpp:55
DDT_DIALOG_PARAM_PICK_ACTIVATED
const QString DDT_DIALOG_PARAM_PICK_ACTIVATED
Definition: ddtDialogIds.hpp:59
DDT_DIALOG_PARAM_STATUS_DATA_STREAM
const QString DDT_DIALOG_PARAM_STATUS_DATA_STREAM
Definition: ddtDialogIds.hpp:189
DDT_DIALOG_PARAM_STATISTIC_VALUES
const QString DDT_DIALOG_PARAM_STATISTIC_VALUES
Definition: ddtDialogIds.hpp:148
DDT_DIALOG_PARAM_FITS_TABLE_DATA
const QString DDT_DIALOG_PARAM_FITS_TABLE_DATA
Definition: ddtDialogIds.hpp:197
DDT_DIALOG_PARAM_FITS_TABLE_SIZE
const QString DDT_DIALOG_PARAM_FITS_TABLE_SIZE
Definition: ddtDialogIds.hpp:194
DDT_DIALOG_PVCM
const QString DDT_DIALOG_PVCM
Definition: ddtDialogIds.hpp:32
DDT_DIALOG_STATISTIC
const QString DDT_DIALOG_STATISTIC
Definition: ddtDialogIds.hpp:27
DDT_DIALOG_PARAM_CURRENT_CUT_TYPE
const QString DDT_DIALOG_PARAM_CURRENT_CUT_TYPE
Definition: ddtDialogIds.hpp:101
DDT_DIALOG_PARAM_HDU_TABLE_SIZE
const QString DDT_DIALOG_PARAM_HDU_TABLE_SIZE
Definition: ddtDialogIds.hpp:202
DDT_DIALOG_PARAM_COLOURMAP_LIST
const QString DDT_DIALOG_PARAM_COLOURMAP_LIST
Definition: ddtDialogIds.hpp:49
DDT_DIALOG_PARAM_PVCM_MEDIAN
const QString DDT_DIALOG_PARAM_PVCM_MEDIAN
Definition: ddtDialogIds.hpp:173
DDT_DIALOG_PARAM_FITS_TABLE_CLEAR
const QString DDT_DIALOG_PARAM_FITS_TABLE_CLEAR
Definition: ddtDialogIds.hpp:198
DDT_DIALOG_PARAM_PICK_MAGNIFY_FACTOR
const QString DDT_DIALOG_PARAM_PICK_MAGNIFY_FACTOR
Definition: ddtDialogIds.hpp:63
DDT_DIALOG_PARAM_NEW_SCALE
const QString DDT_DIALOG_PARAM_NEW_SCALE
Definition: ddtDialogIds.hpp:117
DDT_DIALOG_PARAM_STATISTIC_RETURN_VALUES
const QString DDT_DIALOG_PARAM_STATISTIC_RETURN_VALUES
Definition: ddtDialogIds.hpp:152
DDT_DIALOG_SLIT
const QString DDT_DIALOG_SLIT
Definition: ddtDialogIds.hpp:35
DDT_DIALOG_CUTVALUES
const QString DDT_DIALOG_CUTVALUES
Definition: ddtDialogIds.hpp:36
DDT_DIALOG_PARAM_HDU_FILE
const QString DDT_DIALOG_PARAM_HDU_FILE
Definition: ddtDialogIds.hpp:201
DDT_DIALOG_PARAM_PVCM_HISTOGRAM_VALUES
const QString DDT_DIALOG_PARAM_PVCM_HISTOGRAM_VALUES
Definition: ddtDialogIds.hpp:170