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