ddt  1.0.0
ddtDialogIds.hpp
Go to the documentation of this file.
1 
19 #ifndef DDT_DATAVISUALISATION_DDTDIALOGS_DIALOGIDS_HPP
20 #define DDT_DATAVISUALISATION_DDTDIALOGS_DIALOGIDS_HPP
21 
22 // Names for supported dialogs
23 const QString DDT_DIALOG_ABOUT_DDT_VIEWER = "ddtAboutDDTViewer";
24 const QString DDT_DIALOG_FILEOPEN = "ddtFileOpen";
25 const QString DDT_DIALOG_FILEOPENEXT = "ddtFileOpenExt";
26 const QString DDT_DIALOG_FILESAVE = "ddtFileSave";
27 const QString DDT_DIALOG_FILECLEAR = "ddtFileClear";
28 const QString DDT_DIALOG_STATICOVERLAY = "ddtStaticOverlay";
29 const QString DDT_DIALOG_COLOURMAP = "ddtColourmap";
30 const QString DDT_DIALOG_PICKOBJECT = "ddtPickObject";
31 const QString DDT_DIALOG_BIAS = "ddtBias";
32 const QString DDT_DIALOG_TABULARREGION = "ddtTabularRegion";
33 const QString DDT_DIALOG_METADATA_SAMPLE = "ddtMetadataSample";
34 const QString DDT_DIALOG_STATISTIC = "ddtStatistic";
35 const QString DDT_DIALOG_HDU = "ddtHDU";
36 const QString DDT_DIALOG_FITSHEADER = "ddtFITSHeader";
37 const QString DDT_DIALOG_BINARYTABLE = "ddtBinaryTable";
38 const QString DDT_DIALOG_REFERENCELINE = "ddtReferenceLine";
39 const QString DDT_DIALOG_DISTANCE = "ddtDistance";
40 const QString DDT_DIALOG_PVCM = "ddtPVCM";
41 const QString DDT_DIALOG_GRAPHICALELEMENTS = "ddtGraphicalElements";
42 const QString DDT_DIALOG_SLIT = "ddtSlit";
43 const QString DDT_DIALOG_CUTVALUES = "ddtCutValues";
44 const QString DDT_DIALOG_DATASTREAM = "ddtDataStream";
45 const QString DDT_DIALOG_SCALEROTATECUT = "ddtScaleRotateCut";
46 const QString DDT_DIALOG_GRAPHICSCONTROL = "ddtGraphicsControl";
47 const QString DDT_DIALOG_MAGNIFICATION = "ddtMagnification";
48 const QString DDT_DIALOG_MARK_POSITIONS = "ddtMarkPositions";
49 const QString DDT_DIALOG_END_MARK_POSITIONS = "ddtEndMarkPositions";
50 
51 const QString DDT_DIALOG_CONTEXT_MENU = "ddtDialogsContextMenu";
52 const QString DDT_DIALOG_SEPARATOR = "ddtSeparator";
53 
54 // Parameter IDs for supported dialogs
56  "ddt_dialog_graphicscontrol_idlist";
57 
58 // Colourmap selection dialog
59 const QString DDT_DIALOG_PARAM_COLOURMAP_NAME = "ddt_dialog_colourmap_name";
60 const QString DDT_DIALOG_PARAM_SCALING_FUNCTION = "ddt_dialog_scaling_function";
61 const QString DDT_DIALOG_PARAM_COLOURMAP_LIST = "ddt_dialog_colourmap_list";
62 const QString DDT_DIALOG_PARAM_INVERT_COLOURMAP = "ddt_dialog_invert_colourmap";
63 
64 // Pick Object dialog
65 const QString DDT_DIALOG_PARAM_PICK_MODE = "ddt_dialog_pickobject_pickmode";
67  "ddt_dialog_pickobject_pick_rectangle_size";
69  "ddt_dialog_pickobject_returnvalue";
71  "ddt_dialog_pickobject_pickcancelled";
73  "ddt_dialog_pickobject_pickactivated";
75  "ddt_dialog_pickobject_magnified_image";
77  "ddt_dialog_pickobject_magnify_factor";
79  "ddt_dialog_pickobject_number_samples";
80 const QString DDT_DIALOG_PARAM_PICK_CLOSED = "ddt_dialog_pickobject_closed";
82  "ddt_dialog_pickobject_clear_magnified_image";
84  "ddt_dialog_pickobject_pick_selected";
86  "ddt_dialog_pickobject_pick_failed";
88  "ddt_dialog_pickobject_pick_show_marker";
90  "ddt_dialog_pickobject_pick_datastream";
91 const QString DDT_DIALOG_PARAM_PICK_RESET = "ddt_dialog_pickobject_reset";
92 
93 // Magnification dialog
95  "ddt_dialog_dlg_magnified_image";
97  "ddt_dialog_dlg_magnify_factor";
99  "ddt_dialog_dlg_clear_magnified_image";
100 
101 // Metadata Sample Dialog
103  "ddt_dialog_metadata_clear";
105  "ddt_dialog_snapshot_image_metadata";
106 
107 // FITS Header dialog
109  "ddt_dialog_fitsheader_headerdata";
111  "ddt_dialog_fitsheader_filename";
113  "ddt_dialog_fitsheader_reset";
114 
115 // Tabular Region dialog
117  "ddt_dialog_tabularregion_tabledata";
119  "ddt_dialog_tabularregion_tablerowcoldata";
121  "ddt_dialog_tabularregion_tablestatisticdata";
123  "ddt_dialog_tabularregion_resize";
125  "ddt_dialog_tabularregion_reset";
126 
127 // Graphical Elements Dialog
128 const QString DDT_DIALOG_PARAM_LINE_THICKNESS = "ddt_dialog_line_thickness";
129 const QString DDT_DIALOG_PARAM_FONT = "ddt_dialog_font";
130 const QString DDT_DIALOG_PARAM_FILL_COLOR = "ddt_dialog_fill_color";
131 const QString DDT_DIALOG_PARAM_FILL_ENABLED = "ddt_dialog_fill_enabled";
132 const QString DDT_DIALOG_PARAM_LINE_COLOR = "ddt_dialog_line_color";
133 const QString DDT_DIALOG_PARAM_TAG = "ddt_dialog_tag";
134 const QString DDT_DIALOG_PARAM_DRAW_MODE = "ddt_dialog_draw_mode";
136  "ddt_dialog_delete_graphical_element";
137 const QString DDT_DIALOG_PARAM_SCALE_THRESHOLD = "ddt_dialog_scale_threshold";
139  "ddt_dialog_scale_threshold_list";
140 const QString DDT_DIALOG_PARAM_ROTATION_ANGLE = "ddt_dialog_rotation_angle";
141 const QString DDT_DIALOG_PARAM_LINE_STYLE = "ddt_dialog_line_style";
142 const QString DDT_DIALOG_PARAM_CLOSED = "ddt_dialog_closed";
143 
144 // Graphics Control Dialog
146  "ddt_dialog_param_enable_all_elements";
147 const QString DDT_DIALOG_PARAM_SHOW_LINES = "ddt_dialog_param_show_lines";
149  "ddt_dialog_param_show_rectangles";
150 const QString DDT_DIALOG_PARAM_SHOW_CROSSES = "ddt_dialog_param_show_crossess";
151 const QString DDT_DIALOG_PARAM_SHOW_TEXT = "ddt_dialog_param_show_text";
152 const QString DDT_DIALOG_PARAM_SHOW_ELLIPSES = "ddt_dialog_param_show_ellipses";
153 
154 const QString DDT_DIALOG_PARAM_SHOW_TAG = "ddt_dialog_param_show_tag";
155 
156 // Cut Values Dialog
158  "ddt_dialog_current_cut_values";
159 const QString DDT_DIALOG_PARAM_CURRENT_CUT_TYPE = "ddt_dialog_current_cut_type";
160 
161 // Scale Flip Rotate Cut Values Dialog
163  "ddt_dialog_scale_flip_cut_rotate";
165  "ddt_dialog_scale_flip_rotate_flip_states_vert_horz";
167  "ddt_dialog_scale_flip_rotate_flip_vertical";
169  "ddt_dialog_scale_flip_rotate_flip_horizontal";
171  "ddt_dialog_scale_flip_rotate_increment_scale";
173  "ddt_dialog_scale_flip_rotate_decrement_scale";
175  "ddt_dialog_scale_flip_rotate_default_scale";
177  "ddt_dialog_scale_flip_rotate_new_scale";
179  "ddt_dialog_scale_flip_rotate_auto_scale";
181  "ddt_dialog_scale_flip_rotate_scale_list";
182 
183 // Bias Dialog
185  "ddt_dialog_bias_store_current_image";
187  "ddt_dialog_bias_store_returnvalue";
188 const QString DDT_DIALOG_PARAM_BIAS_APPLY_BIAS = "ddt_dialog_bias_apply_bias";
189 const QString DDT_DIALOG_PARAM_BIAS_CLEAR_ALL = "ddt_dialog_bias_clear_all";
191  "ddt_dialog_bias_clear_selected";
193  "ddt_dialog_bias_load_from_disc";
194 const QString DDT_DIALOG_PARAM_BIAS_ENABLE_BIAS = "ddt_dialog_bias_enable_bias";
196  "ddt_dialog_bias_display_selected";
198  "ddt_dialog_bias_current_slot_names";
200  "ddt_dialog_bias_current_selectedslot";
201 
202 // Statistic Dialog
204  "ddt_dialog_statistic_draw_mode";
205 const QString DDT_DIALOG_PARAM_STATISTIC_VALUES = "ddt_dialog_statistic_values";
206 const QString DDT_DIALOG_PARAM_STATISTIC_COORDS = "ddt_dialog_statistic_coords";
208  "ddt_dialog_statistic_cut_values";
210  "ddt_dialog_statistic_returnvalues";
212  "ddt_dialog_statistic_default_rect";
214  "ddt_dialog_statistic_initial_values";
215 const QString DDT_DIALOG_PARAM_STATISTIC_CLOSED = "ddt_dialog_statistic_closed";
216 const QString DDT_DIALOG_PARAM_STATISTIC_RESET = "ddt_dialog_statistic_reset";
217 
218 // Slit Dialog
219 const QString DDT_DIALOG_PARAM_SLIT_DRAW_MODE = "ddt_dialog_slit_draw_mode";
220 const QString DDT_DIALOG_PARAM_SLIT_VALUES = "ddt_dialog_slit_values";
222  "ddt_dialog_slit_returnvalues";
224  "ddt_dialog_slit_initial_values";
225 const QString DDT_DIALOG_PARAM_SLIT_DRAW_LINE = "ddt_dialog_slit_draw_line";
226 const QString DDT_DIALOG_PARAM_SLIT_CLOSED = "ddt_dialog_slit_closed";
227 const QString DDT_DIALOG_PARAM_SLIT_RESET = "ddt_dialog_slit_reset";
228 
229 // PVCM Dialog
230 const QString DDT_DIALOG_PARAM_PVCM_CUT_VALUES = "ddt_dialog_pvcm_cut_values";
232  "ddt_dialog_pvcm_histogram_values";
233 const QString DDT_DIALOG_PARAM_PVCM_RESET = "ddt_dialog_pvcm_reset";
234 const QString DDT_DIALOG_PARAM_PVCM_MEDIAN = "ddt_dialog_pvcm_median";
235 const QString DDT_DIALOG_PARAM_PVCM_AUTO_SET = "ddt_dialog_pvcm_auto_set";
236 const QString DDT_DIALOG_PARAM_PVCM_CLEAR = "ddt_dialog_pvcm_clear";
237 
238 // Reference Line Dialog
240  "ddt_dialog_refline_range_values";
242  "ddt_dialog_refline_spectrum_values";
244  "ddt_dialog_refline_draw_mode";
245 const QString DDT_DIALOG_PARAM_REFLINE_RESET = "ddt_dialog_refline_reset";
246 
247 // Data Stream Dialog
249  "ddt_dialog_attach_datastream";
251  "ddt_dialog_detach_datastream";
253  "ddt_dialog_status_datastream";
254 const QString DDT_DIALOG_PARAM_NAME_DATA_STREAM = "ddt_dialog_name_datastream";
255 
256 // Binary Table Dialog
258  "ddt_dialog_binary_table_size";
260  "ddt_dialog_binary_table_col_names";
262  "ddt_dialog_binary_table_data";
264  "ddt_dialog_binary_table_clear";
266  "ddt_dialog_binary_table_clear_and_prepare";
267 
268 // HDU Dialog
269 const QString DDT_DIALOG_PARAM_HDU_FILE = "ddt_dialog_hdu_file";
270 const QString DDT_DIALOG_PARAM_HDU_TABLE_SIZE = "ddt_dialog_hdu_table_size";
271 const QString DDT_DIALOG_PARAM_HDU_TABLE_DATA = "ddt_dialog_hdu_table_data";
272 const QString DDT_DIALOG_PARAM_HDU_SINGLE_IMAGE = "ddt_dialog_hdu_single_image";
273 const QString DDT_DIALOG_PARAM_HDU_ALL_AS_ONE = "ddt_dialog_hdu_all_as_one";
274 const QString DDT_DIALOG_PARAM_HDU_CLEAR = "ddt_dialog_hdu_clear";
275 
276 // Distance Dialog
278  "ddt_dialog_distance_draw_mode";
279 const QString DDT_DIALOG_PARAM_DISTANCE_VALUES = "ddt_dialog_distance_values";
281  "ddt_dialog_distance_returnvalues";
283  "ddt_dialog_distance_initial_values";
284 const QString DDT_DIALOG_PARAM_DISTANCE_CLOSED = "ddt_dialog_distance_closed";
285 const QString DDT_DIALOG_PARAM_DISTANCE_RESET = "ddt_dialog_distance_reset";
286 
287 #endif // DDT_DATAVISUALISATION_DDTDIALOGS_DIALOGIDS_HPP
288 
const QString DDT_DIALOG_PARAM_CURRENT_CUT_TYPE
Definition: ddtDialogIds.hpp:159
const QString DDT_DIALOG_STATISTIC
Definition: ddtDialogIds.hpp:34
const QString DDT_DIALOG_PARAM_DELETE_ELEMENT
Definition: ddtDialogIds.hpp:135
const QString DDT_DIALOG_PARAM_REFLINE_SPECTRUM_VALUES
Definition: ddtDialogIds.hpp:241
const QString DDT_DIALOG_PARAM_TABULAR_REGION_DATA
Definition: ddtDialogIds.hpp:116
const QString DDT_DIALOG_PARAM_PVCM_CLEAR
Definition: ddtDialogIds.hpp:236
const QString DDT_DIALOG_PARAM_BIAS_STORE_RETURN_VALUES
Definition: ddtDialogIds.hpp:186
const QString DDT_DIALOG_PARAM_BIAS_CLEAR_ALL
Definition: ddtDialogIds.hpp:189
const QString DDT_DIALOG_PARAM_TABULAR_REGION_STATISTICDATA
Definition: ddtDialogIds.hpp:120
const QString DDT_DIALOG_PARAM_PVCM_AUTO_SET
Definition: ddtDialogIds.hpp:235
const QString DDT_DIALOG_PARAM_DISTANCE_VALUES
Definition: ddtDialogIds.hpp:279
const QString DDT_DIALOG_REFERENCELINE
Definition: ddtDialogIds.hpp:38
const QString DDT_DIALOG_PARAM_DECREMENT_SCALE
Definition: ddtDialogIds.hpp:172
const QString DDT_DIALOG_PARAM_GRAPHICSCONTROL_IDLIST
Definition: ddtDialogIds.hpp:55
const QString DDT_DIALOG_PARAM_FLIP_STATES_VERT_HORZ
Definition: ddtDialogIds.hpp:164
const QString DDT_DIALOG_PARAM_SLIT_CLOSED
Definition: ddtDialogIds.hpp:226
const QString DDT_DIALOG_PARAM_SNAPSHOT_IMAGE_METADATA
Definition: ddtDialogIds.hpp:104
const QString DDT_DIALOG_PARAM_FONT
Definition: ddtDialogIds.hpp:129
const QString DDT_DIALOG_PARAM_LINE_COLOR
Definition: ddtDialogIds.hpp:132
const QString DDT_DIALOG_PARAM_PICK_CLEAR_MAGNIFIED_IMAGE
Definition: ddtDialogIds.hpp:81
const QString DDT_DIALOG_PARAM_FILL_COLOR
Definition: ddtDialogIds.hpp:130
const QString DDT_DIALOG_PARAM_STATISTIC_CUT_VALUES
Definition: ddtDialogIds.hpp:207
const QString DDT_DIALOG_PARAM_HDU_TABLE_DATA
Definition: ddtDialogIds.hpp:271
const QString DDT_DIALOG_PARAM_STATISTIC_RESET
Definition: ddtDialogIds.hpp:216
const QString DDT_DIALOG_PARAM_BIAS_APPLY_BIAS
Definition: ddtDialogIds.hpp:188
const QString DDT_DIALOG_PARAM_PICK_MODE
Definition: ddtDialogIds.hpp:65
const QString DDT_DIALOG_FITSHEADER
Definition: ddtDialogIds.hpp:36
const QString DDT_DIALOG_PARAM_DETACH_DATA_STREAM
Definition: ddtDialogIds.hpp:250
const QString DDT_DIALOG_PARAM_HDU_FILE
Definition: ddtDialogIds.hpp:269
const QString DDT_DIALOG_PARAM_STATISTIC_CLOSED
Definition: ddtDialogIds.hpp:215
const QString DDT_DIALOG_PARAM_ENABLE_ALL_ELEMENTS
Definition: ddtDialogIds.hpp:145
const QString DDT_DIALOG_PARAM_CLOSED
Definition: ddtDialogIds.hpp:142
const QString DDT_DIALOG_COLOURMAP
Definition: ddtDialogIds.hpp:29
const QString DDT_DIALOG_PARAM_BIAS_CURRENT_SELECTED_SLOT
Definition: ddtDialogIds.hpp:199
const QString DDT_DIALOG_DATASTREAM
Definition: ddtDialogIds.hpp:44
const QString DDT_DIALOG_PARAM_BINARY_TABLE_DATA
Definition: ddtDialogIds.hpp:261
const QString DDT_DIALOG_PARAM_PVCM_HISTOGRAM_VALUES
Definition: ddtDialogIds.hpp:231
const QString DDT_DIALOG_PARAM_DLG_MAGNIFIED_IMAGE
Definition: ddtDialogIds.hpp:94
const QString DDT_DIALOG_DISTANCE
Definition: ddtDialogIds.hpp:39
const QString DDT_DIALOG_PARAM_STATISTIC_DRAW_MODE
Definition: ddtDialogIds.hpp:203
const QString DDT_DIALOG_PARAM_SHOW_CROSSES
Definition: ddtDialogIds.hpp:150
const QString DDT_DIALOG_PARAM_REFLINE_DRAW_MODE
Definition: ddtDialogIds.hpp:243
const QString DDT_DIALOG_PARAM_PICK_DATASTREAM
Definition: ddtDialogIds.hpp:89
const QString DDT_DIALOG_PARAM_FLIP_VERTICAL
Definition: ddtDialogIds.hpp:166
const QString DDT_DIALOG_PARAM_FITS_HEADER_FILE
Definition: ddtDialogIds.hpp:110
const QString DDT_DIALOG_PARAM_BINARY_TABLE_SIZE
Definition: ddtDialogIds.hpp:257
const QString DDT_DIALOG_PARAM_STATISTIC_INITIAL_VALUES
Definition: ddtDialogIds.hpp:213
const QString DDT_DIALOG_PARAM_BIAS_ENABLE_BIAS
Definition: ddtDialogIds.hpp:194
const QString DDT_DIALOG_PARAM_SHOW_LINES
Definition: ddtDialogIds.hpp:147
const QString DDT_DIALOG_PARAM_BIAS_LOAD_FROM_DISC
Definition: ddtDialogIds.hpp:192
const QString DDT_DIALOG_PARAM_BIAS_DISPLAY_SELECTED
Definition: ddtDialogIds.hpp:195
const QString DDT_DIALOG_PARAM_PICK_CANCELLED
Definition: ddtDialogIds.hpp:70
const QString DDT_DIALOG_PARAM_DEFAULT_SCALE
Definition: ddtDialogIds.hpp:174
const QString DDT_DIALOG_PARAM_SLIT_DRAW_MODE
Definition: ddtDialogIds.hpp:219
const QString DDT_DIALOG_PARAM_BIAS_CLEAR_SELECTED
Definition: ddtDialogIds.hpp:190
const QString DDT_DIALOG_SLIT
Definition: ddtDialogIds.hpp:42
const QString DDT_DIALOG_ABOUT_DDT_VIEWER
Definition: ddtDialogIds.hpp:23
const QString DDT_DIALOG_PARAM_BIAS_STORE_CURRENT_IMAGE
Definition: ddtDialogIds.hpp:184
const QString DDT_DIALOG_BINARYTABLE
Definition: ddtDialogIds.hpp:37
const QString DDT_DIALOG_PARAM_FITS_HEADER_DATA
Definition: ddtDialogIds.hpp:108
const QString DDT_DIALOG_PARAM_TABULAR_REGION_ROWCOLDATA
Definition: ddtDialogIds.hpp:118
const QString DDT_DIALOG_PARAM_SCALE_THRESHOLD_LIST
Definition: ddtDialogIds.hpp:138
const QString DDT_DIALOG_PARAM_PICK_ACTIVATED
Definition: ddtDialogIds.hpp:72
const QString DDT_DIALOG_PARAM_COLOURMAP_NAME
Definition: ddtDialogIds.hpp:59
const QString DDT_DIALOG_PARAM_AUTO_SCALE
Definition: ddtDialogIds.hpp:178
const QString DDT_DIALOG_PARAM_DISTANCE_DRAW_MODE
Definition: ddtDialogIds.hpp:277
const QString DDT_DIALOG_PARAM_PICK_CLOSED
Definition: ddtDialogIds.hpp:80
const QString DDT_DIALOG_PARAM_LINE_STYLE
Definition: ddtDialogIds.hpp:141
const QString DDT_DIALOG_FILECLEAR
Definition: ddtDialogIds.hpp:27
const QString DDT_DIALOG_PARAM_STATISTIC_COORDS
Definition: ddtDialogIds.hpp:206
const QString DDT_DIALOG_PARAM_PICK_RETURN_VALUES
Definition: ddtDialogIds.hpp:68
const QString DDT_DIALOG_PARAM_FITS_HEADER_RESET
Definition: ddtDialogIds.hpp:112
const QString DDT_DIALOG_PICKOBJECT
Definition: ddtDialogIds.hpp:30
const QString DDT_DIALOG_PARAM_STATISTIC_DEFAULT_RECT
Definition: ddtDialogIds.hpp:211
const QString DDT_DIALOG_PARAM_PICK_SHOW_MARKER
Definition: ddtDialogIds.hpp:87
const QString DDT_DIALOG_PARAM_SHOW_TAG
Definition: ddtDialogIds.hpp:154
const QString DDT_DIALOG_FILEOPEN
Definition: ddtDialogIds.hpp:24
const QString DDT_DIALOG_PARAM_HDU_TABLE_SIZE
Definition: ddtDialogIds.hpp:270
const QString DDT_DIALOG_PARAM_CURRENT_CUT_VALUES
Definition: ddtDialogIds.hpp:157
const QString DDT_DIALOG_PARAM_DISTANCE_INITIAL_VALUES
Definition: ddtDialogIds.hpp:282
const QString DDT_DIALOG_PARAM_NAME_DATA_STREAM
Definition: ddtDialogIds.hpp:254
const QString DDT_DIALOG_PARAM_ATTACH_DATA_STREAM
Definition: ddtDialogIds.hpp:248
const QString DDT_DIALOG_HDU
Definition: ddtDialogIds.hpp:35
const QString DDT_DIALOG_PARAM_SCALE_LIST
Definition: ddtDialogIds.hpp:180
const QString DDT_DIALOG_PARAM_ROTATE_BY_ANGLE
Definition: ddtDialogIds.hpp:162
const QString DDT_DIALOG_PARAM_REFLINE_RANGE_VALUES
Definition: ddtDialogIds.hpp:239
const QString DDT_DIALOG_PARAM_DLG_CLEAR_MAGNIFIED_IMAGE
Definition: ddtDialogIds.hpp:98
const QString DDT_DIALOG_PARAM_HDU_ALL_AS_ONE
Definition: ddtDialogIds.hpp:273
const QString DDT_DIALOG_PARAM_SCALE_THRESHOLD
Definition: ddtDialogIds.hpp:137
const QString DDT_DIALOG_PARAM_PVCM_RESET
Definition: ddtDialogIds.hpp:233
const QString DDT_DIALOG_PARAM_BINARY_TABLE_CLEAR_AND_PREPARE
Definition: ddtDialogIds.hpp:265
const QString DDT_DIALOG_PARAM_SLIT_INITIAL_VALUES
Definition: ddtDialogIds.hpp:223
const QString DDT_DIALOG_PARAM_PVCM_MEDIAN
Definition: ddtDialogIds.hpp:234
const QString DDT_DIALOG_FILESAVE
Definition: ddtDialogIds.hpp:26
const QString DDT_DIALOG_MAGNIFICATION
Definition: ddtDialogIds.hpp:47
const QString DDT_DIALOG_PARAM_STATISTIC_RETURN_VALUES
Definition: ddtDialogIds.hpp:209
const QString DDT_DIALOG_PARAM_PICK_RESET
Definition: ddtDialogIds.hpp:91
const QString DDT_DIALOG_PARAM_SHOW_TEXT
Definition: ddtDialogIds.hpp:151
const QString DDT_DIALOG_BIAS
Definition: ddtDialogIds.hpp:31
const QString DDT_DIALOG_PARAM_COLOURMAP_LIST
Definition: ddtDialogIds.hpp:61
const QString DDT_DIALOG_PARAM_HDU_CLEAR
Definition: ddtDialogIds.hpp:274
const QString DDT_DIALOG_PARAM_DLG_MAGNIFY_FACTOR
Definition: ddtDialogIds.hpp:96
const QString DDT_DIALOG_PARAM_DISTANCE_RESET
Definition: ddtDialogIds.hpp:285
const QString DDT_DIALOG_PARAM_PICK_RECTANGLESIZE
Definition: ddtDialogIds.hpp:66
const QString DDT_DIALOG_PARAM_PICK_MAGNIFIED_IMAGE
Definition: ddtDialogIds.hpp:74
const QString DDT_DIALOG_PARAM_STATISTIC_VALUES
Definition: ddtDialogIds.hpp:205
const QString DDT_DIALOG_PARAM_BINARY_TABLE_CLEAR
Definition: ddtDialogIds.hpp:263
const QString DDT_DIALOG_PARAM_DRAW_MODE
Definition: ddtDialogIds.hpp:134
const QString DDT_DIALOG_PARAM_SHOW_ELLIPSES
Definition: ddtDialogIds.hpp:152
const QString DDT_DIALOG_STATICOVERLAY
Definition: ddtDialogIds.hpp:28
const QString DDT_DIALOG_TABULARREGION
Definition: ddtDialogIds.hpp:32
const QString DDT_DIALOG_PARAM_STATUS_DATA_STREAM
Definition: ddtDialogIds.hpp:252
const QString DDT_DIALOG_PARAM_FILL_ENABLED
Definition: ddtDialogIds.hpp:131
const QString DDT_DIALOG_GRAPHICSCONTROL
Definition: ddtDialogIds.hpp:46
const QString DDT_DIALOG_PARAM_SCALING_FUNCTION
Definition: ddtDialogIds.hpp:60
const QString DDT_DIALOG_PARAM_PICK_FAILED
Definition: ddtDialogIds.hpp:85
const QString DDT_DIALOG_SCALEROTATECUT
Definition: ddtDialogIds.hpp:45
const QString DDT_DIALOG_MARK_POSITIONS
Definition: ddtDialogIds.hpp:48
const QString DDT_DIALOG_CUTVALUES
Definition: ddtDialogIds.hpp:43
const QString DDT_DIALOG_FILEOPENEXT
Definition: ddtDialogIds.hpp:25
const QString DDT_DIALOG_PARAM_PVCM_CUT_VALUES
Definition: ddtDialogIds.hpp:230
const QString DDT_DIALOG_PARAM_PICK_NUMBER_SAMPLES
Definition: ddtDialogIds.hpp:78
const QString DDT_DIALOG_PARAM_REFLINE_RESET
Definition: ddtDialogIds.hpp:245
const QString DDT_DIALOG_PARAM_INVERT_COLOURMAP
Definition: ddtDialogIds.hpp:62
const QString DDT_DIALOG_PARAM_SHOW_RECTANGLES
Definition: ddtDialogIds.hpp:148
const QString DDT_DIALOG_PARAM_BINARY_TABLE_COL_NAMES
Definition: ddtDialogIds.hpp:259
const QString DDT_DIALOG_CONTEXT_MENU
Definition: ddtDialogIds.hpp:51
const QString DDT_DIALOG_PARAM_FLIP_HORIZONTAL
Definition: ddtDialogIds.hpp:168
const QString DDT_DIALOG_PARAM_DISTANCE_CLOSED
Definition: ddtDialogIds.hpp:284
const QString DDT_DIALOG_PARAM_INCREMENT_SCALE
Definition: ddtDialogIds.hpp:170
const QString DDT_DIALOG_PVCM
Definition: ddtDialogIds.hpp:40
const QString DDT_DIALOG_PARAM_SLIT_DRAW_LINE
Definition: ddtDialogIds.hpp:225
const QString DDT_DIALOG_PARAM_TABULAR_REGION_RESET
Definition: ddtDialogIds.hpp:124
const QString DDT_DIALOG_PARAM_PICK_MAGNIFY_FACTOR
Definition: ddtDialogIds.hpp:76
const QString DDT_DIALOG_PARAM_SLIT_VALUES
Definition: ddtDialogIds.hpp:220
const QString DDT_DIALOG_PARAM_PICK_SELECTED
Definition: ddtDialogIds.hpp:83
const QString DDT_DIALOG_PARAM_TAG
Definition: ddtDialogIds.hpp:133
const QString DDT_DIALOG_PARAM_BIAS_CURRENT_SLOT_NAMES
Definition: ddtDialogIds.hpp:197
const QString DDT_DIALOG_PARAM_TABULAR_REGION_RESIZE
Definition: ddtDialogIds.hpp:122
const QString DDT_DIALOG_PARAM_SLIT_RETURN_VALUES
Definition: ddtDialogIds.hpp:221
const QString DDT_DIALOG_PARAM_HDU_SINGLE_IMAGE
Definition: ddtDialogIds.hpp:272
const QString DDT_DIALOG_PARAM_NEW_SCALE
Definition: ddtDialogIds.hpp:176
const QString DDT_DIALOG_GRAPHICALELEMENTS
Definition: ddtDialogIds.hpp:41
const QString DDT_DIALOG_PARAM_SLIT_RESET
Definition: ddtDialogIds.hpp:227
const QString DDT_DIALOG_SEPARATOR
Definition: ddtDialogIds.hpp:52
const QString DDT_DIALOG_METADATA_SAMPLE
Definition: ddtDialogIds.hpp:33
const QString DDT_DIALOG_PARAM_ROTATION_ANGLE
Definition: ddtDialogIds.hpp:140
const QString DDT_DIALOG_PARAM_DISTANCE_RETURN_VALUES
Definition: ddtDialogIds.hpp:280
const QString DDT_DIALOG_END_MARK_POSITIONS
Definition: ddtDialogIds.hpp:49
const QString DDT_DIALOG_PARAM_LINE_THICKNESS
Definition: ddtDialogIds.hpp:128
const QString DDT_DIALOG_PARAM_METADATA_CLEAR
Definition: ddtDialogIds.hpp:102