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