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_DISTANCE = "ddtDistance";
33 const QString DDT_DIALOG_PVCM = "ddtPVCM";
34 const QString DDT_DIALOG_GRAPHICALELEMENTS = "ddtGraphicalElements";
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_GRAPHICSCONTROL = "ddtGraphicsControl";
40 const QString DDT_DIALOG_MAGNIFICATION = "ddtMagnification";
41 const QString DDT_DIALOG_MARK_POSITIONS = "ddtMarkPositions";
42 const QString DDT_DIALOG_END_MARK_POSITIONS = "ddtEndMarkPositions";
43 
44 const QString DDT_DIALOG_SEPARATOR = "ddtSeparator";
45 
46 // Parameter IDs for supported dialogs
48  "ddt_dialog_graphicscontrol_idlist";
49 
50 // Colourmap selection dialog
51 const QString DDT_DIALOG_PARAM_COLOURMAP_NAME = "ddt_dialog_colourmap_name";
52 const QString DDT_DIALOG_PARAM_SCALING_FUNCTION = "ddt_dialog_scaling_function";
53 const QString DDT_DIALOG_PARAM_COLOURMAP_LIST = "ddt_dialog_colourmap_list";
54 
55 // Pick Object dialog
56 const QString DDT_DIALOG_PARAM_PICK_MODE = "ddt_dialog_pickobject_pickmode";
58  "ddt_dialog_pickobject_pick_rectangle_size";
60  "ddt_dialog_pickobject_returnvalue";
62  "ddt_dialog_pickobject_pickcancelled";
64  "ddt_dialog_pickobject_pickactivated";
66  "ddt_dialog_pickobject_magnified_image";
68  "ddt_dialog_pickobject_magnify_factor";
70  "ddt_dialog_pickobject_number_samples";
71 const QString DDT_DIALOG_PARAM_PICK_CLOSED = "ddt_dialog_pickobject_closed";
72 
73 // Magnification dialog
75  "ddt_dialog_dlg_magnified_image";
77  "ddt_dialog_dlg_magnify_factor";
78 
79 // FITS Header dialog
81  "ddt_dialog_fitsheader_headerdata";
83  "ddt_dialog_fitsheader_filename";
84 
85 // Tabular Region dialog
87  "ddt_dialog_tabularregion_tabledata";
89  "ddt_dialog_tabularregion_tablerowcoldata";
91  "ddt_dialog_tabularregion_tablestatisticdata";
93  "ddt_dialog_tabularregion_resize";
94 
95 // Graphical Elements Dialog
96 const QString DDT_DIALOG_PARAM_LINE_THICKNESS = "ddt_dialog_line_thickness";
97 const QString DDT_DIALOG_PARAM_FONT = "ddt_dialog_font";
98 const QString DDT_DIALOG_PARAM_FILL_COLOR = "ddt_dialog_fill_color";
99 const QString DDT_DIALOG_PARAM_FILL_ENABLED = "ddt_dialog_fill_enabled";
100 const QString DDT_DIALOG_PARAM_LINE_COLOR = "ddt_dialog_line_color";
101 const QString DDT_DIALOG_PARAM_TAG = "ddt_dialog_tag";
102 const QString DDT_DIALOG_PARAM_DRAW_MODE = "ddt_dialog_draw_mode";
104  "ddt_dialog_delete_graphical_element";
105 const QString DDT_DIALOG_PARAM_SCALE_THRESHOLD = "ddt_dialog_scale_threshold";
107  "ddt_dialog_scale_threshold_list";
108 const QString DDT_DIALOG_PARAM_ROTATION_ANGLE = "ddt_dialog_rotation_angle";
109 const QString DDT_DIALOG_PARAM_LINE_STYLE = "ddt_dialog_line_style";
110 
111 // Graphics Control Dialog
113  "ddt_dialog_param_enable_all_elements";
114 const QString DDT_DIALOG_PARAM_SHOW_LINES = "ddt_dialog_param_show_lines";
116  "ddt_dialog_param_show_rectangles";
117 const QString DDT_DIALOG_PARAM_SHOW_CROSSES = "ddt_dialog_param_show_crossess";
118 const QString DDT_DIALOG_PARAM_SHOW_TEXT = "ddt_dialog_param_show_text";
119 const QString DDT_DIALOG_PARAM_SHOW_ELLIPSES = "ddt_dialog_param_show_ellipses";
120 
121 const QString DDT_DIALOG_PARAM_SHOW_TAG = "ddt_dialog_param_show_tag";
122 
123 // Cut Values Dialog
125  "ddt_dialog_current_cut_values";
126 const QString DDT_DIALOG_PARAM_CURRENT_CUT_TYPE = "ddt_dialog_current_cut_type";
127 
128 // Scale Flip Rotate Cut Values Dialog
130  "ddt_dialog_scale_flip_cut_rotate";
132  "ddt_dialog_scale_flip_rotate_flip_states_vert_horz";
134  "ddt_dialog_scale_flip_rotate_flip_vertical";
136  "ddt_dialog_scale_flip_rotate_flip_horizontal";
138  "ddt_dialog_scale_flip_rotate_increment_scale";
140  "ddt_dialog_scale_flip_rotate_decrement_scale";
142  "ddt_dialog_scale_flip_rotate_default_scale";
144  "ddt_dialog_scale_flip_rotate_new_scale";
146  "ddt_dialog_scale_flip_rotate_auto_scale";
148  "ddt_dialog_scale_flip_rotate_scale_list";
149 
150 // Bias Dialog
152  "ddt_dialog_bias_store_current_image";
154  "ddt_dialog_bias_store_returnvalue";
155 const QString DDT_DIALOG_PARAM_BIAS_APPLY_BIAS = "ddt_dialog_bias_apply_bias";
156 const QString DDT_DIALOG_PARAM_BIAS_CLEAR_ALL = "ddt_dialog_bias_clear_all";
158  "ddt_dialog_bias_clear_selected";
160  "ddt_dialog_bias_load_from_disc";
161 const QString DDT_DIALOG_PARAM_BIAS_ENABLE_BIAS = "ddt_dialog_bias_enable_bias";
162 
164  "ddt_dialog_bias_display_selected";
165 
167  "ddt_dialog_bias_current_slot_names";
169  "ddt_dialog_bias_current_selectedslot";
170 
171 // Statistic Dialog
173  "ddt_dialog_statistic_draw_mode";
174 const QString DDT_DIALOG_PARAM_STATISTIC_VALUES = "ddt_dialog_statistic_values";
175 const QString DDT_DIALOG_PARAM_STATISTIC_COORDS = "ddt_dialog_statistic_coords";
177  "ddt_dialog_statistic_cut_values";
179  "ddt_dialog_statistic_returnvalues";
181  "ddt_dialog_statistic_default_rect";
183  "ddt_dialog_statistic_initial_values";
184 const QString DDT_DIALOG_PARAM_STATISTIC_CLOSED = "ddt_dialog_statistic_closed";
185 
186 // Slit Dialog
187 const QString DDT_DIALOG_PARAM_SLIT_DRAW_MODE = "ddt_dialog_slit_draw_mode";
188 const QString DDT_DIALOG_PARAM_SLIT_VALUES = "ddt_dialog_slit_values";
190  "ddt_dialog_slit_returnvalues";
192  "ddt_dialog_slit_initial_values";
193 const QString DDT_DIALOG_PARAM_SLIT_DRAW_LINE = "ddt_dialog_slit_draw_line";
194 const QString DDT_DIALOG_PARAM_SLIT_CLOSED = "ddt_dialog_slit_closed";
195 
196 // PVCM Dialog
197 const QString DDT_DIALOG_PARAM_PVCM_CUT_VALUES = "ddt_dialog_pvcm_cut_values";
199  "ddt_dialog_pvcm_histogram_values";
200 const QString DDT_DIALOG_PARAM_PVCM_RESET = "ddt_dialog_pvcm_reset";
201 const QString DDT_DIALOG_PARAM_PVCM_MEDIAN = "ddt_dialog_pvcm_median";
202 const QString DDT_DIALOG_PARAM_PVCM_AUTO_SET = "ddt_dialog_pvcm_auto_set";
203 
204 // Reference Line Dialog
206  "ddt_dialog_refline_range_values";
208  "ddt_dialog_refline_spectrum_values";
210  "ddt_dialog_ref_line_draw_mode";
211 
212 // Data Stream Dialog
214  "ddt_dialog_attach_datastream";
216  "ddt_dialog_detach_datastream";
218  "ddt_dialog_status_datastream";
219 const QString DDT_DIALOG_PARAM_NAME_DATA_STREAM = "ddt_dialog_name_datastream";
220 
221 // FITS Table Dialog
222 const QString DDT_DIALOG_PARAM_FITS_TABLE_SIZE = "ddt_dialog_fits_table_size";
224  "ddt_dialog_fits_table_col_names";
225 const QString DDT_DIALOG_PARAM_FITS_TABLE_DATA = "ddt_dialog_fits_table_data";
226 const QString DDT_DIALOG_PARAM_FITS_TABLE_CLEAR = "ddt_dialog_fits_table_clear";
228  "ddt_dialog_fits_table_clear_and_prepare";
229 
230 // HDU Dialog
231 const QString DDT_DIALOG_PARAM_HDU_FILE = "ddt_dialog_hdu_file";
232 const QString DDT_DIALOG_PARAM_HDU_TABLE_SIZE = "ddt_dialog_hdu_table_size";
233 const QString DDT_DIALOG_PARAM_HDU_TABLE_DATA = "ddt_dialog_hdu_table_data";
234 const QString DDT_DIALOG_PARAM_HDU_SINGLE_IMAGE = "ddt_dialog_hdu_single_image";
235 const QString DDT_DIALOG_PARAM_HDU_ALL_AS_ONE = "ddt_dialog_hdu_all_as_one";
236 
237 // Statistic Dialog
239  "ddt_dialog_distance_draw_mode";
240 const QString DDT_DIALOG_PARAM_DISTANCE_VALUES = "ddt_dialog_distance_values";
242  "ddt_dialog_distance_returnvalues";
244  "ddt_dialog_distance_initial_values";
245 const QString DDT_DIALOG_PARAM_DISTANCE_CLOSED = "ddt_dialog_distance_closed";
246 
247 #endif // DDT_DATAVISUALISATION_DDTDIALOGS_DIALOGIDS_HPP
DDT_DIALOG_PARAM_FLIP_HORIZONTAL
const QString DDT_DIALOG_PARAM_FLIP_HORIZONTAL
Definition: ddtDialogIds.hpp:135
DDT_DIALOG_SCALEROTATECUT
const QString DDT_DIALOG_SCALEROTATECUT
Definition: ddtDialogIds.hpp:38
DDT_DIALOG_MAGNIFICATION
const QString DDT_DIALOG_MAGNIFICATION
Definition: ddtDialogIds.hpp:40
DDT_DIALOG_PARAM_PVCM_CUT_VALUES
const QString DDT_DIALOG_PARAM_PVCM_CUT_VALUES
Definition: ddtDialogIds.hpp:197
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:139
DDT_DIALOG_PARAM_STATISTIC_INITIAL_VALUES
const QString DDT_DIALOG_PARAM_STATISTIC_INITIAL_VALUES
Definition: ddtDialogIds.hpp:182
DDT_DIALOG_PARAM_FITS_HEADER_DATA
const QString DDT_DIALOG_PARAM_FITS_HEADER_DATA
Definition: ddtDialogIds.hpp:80
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:166
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:153
DDT_DIALOG_PARAM_SHOW_CROSSES
const QString DDT_DIALOG_PARAM_SHOW_CROSSES
Definition: ddtDialogIds.hpp:117
DDT_DIALOG_PARAM_BIAS_APPLY_BIAS
const QString DDT_DIALOG_PARAM_BIAS_APPLY_BIAS
Definition: ddtDialogIds.hpp:155
DDT_DIALOG_PARAM_BIAS_CLEAR_ALL
const QString DDT_DIALOG_PARAM_BIAS_CLEAR_ALL
Definition: ddtDialogIds.hpp:156
DDT_DIALOG_PARAM_BIAS_ENABLE_BIAS
const QString DDT_DIALOG_PARAM_BIAS_ENABLE_BIAS
Definition: ddtDialogIds.hpp:161
DDT_DIALOG_PARAM_BIAS_DISPLAY_SELECTED
const QString DDT_DIALOG_PARAM_BIAS_DISPLAY_SELECTED
Definition: ddtDialogIds.hpp:163
DDT_DIALOG_PARAM_PICK_MODE
const QString DDT_DIALOG_PARAM_PICK_MODE
Definition: ddtDialogIds.hpp:56
DDT_DIALOG_PARAM_BIAS_CLEAR_SELECTED
const QString DDT_DIALOG_PARAM_BIAS_CLEAR_SELECTED
Definition: ddtDialogIds.hpp:157
DDT_DIALOG_PARAM_CURRENT_CUT_VALUES
const QString DDT_DIALOG_PARAM_CURRENT_CUT_VALUES
Definition: ddtDialogIds.hpp:124
DDT_DIALOG_PARAM_SHOW_TAG
const QString DDT_DIALOG_PARAM_SHOW_TAG
Definition: ddtDialogIds.hpp:121
DDT_DIALOG_PARAM_SHOW_ELLIPSES
const QString DDT_DIALOG_PARAM_SHOW_ELLIPSES
Definition: ddtDialogIds.hpp:119
DDT_DIALOG_PARAM_NAME_DATA_STREAM
const QString DDT_DIALOG_PARAM_NAME_DATA_STREAM
Definition: ddtDialogIds.hpp:219
DDT_DIALOG_PARAM_FITS_TABLE_COL_NAMES
const QString DDT_DIALOG_PARAM_FITS_TABLE_COL_NAMES
Definition: ddtDialogIds.hpp:223
DDT_DIALOG_PARAM_COLOURMAP_NAME
const QString DDT_DIALOG_PARAM_COLOURMAP_NAME
Definition: ddtDialogIds.hpp:51
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:175
DDT_DIALOG_PARAM_DELETE_ELEMENT
const QString DDT_DIALOG_PARAM_DELETE_ELEMENT
Definition: ddtDialogIds.hpp:103
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:61
DDT_DIALOG_PARAM_STATISTIC_DRAW_MODE
const QString DDT_DIALOG_PARAM_STATISTIC_DRAW_MODE
Definition: ddtDialogIds.hpp:172
DDT_DIALOG_MARK_POSITIONS
const QString DDT_DIALOG_MARK_POSITIONS
Definition: ddtDialogIds.hpp:41
DDT_DIALOG_PARAM_FLIP_VERTICAL
const QString DDT_DIALOG_PARAM_FLIP_VERTICAL
Definition: ddtDialogIds.hpp:133
DDT_DIALOG_PARAM_GRAPHICSCONTROL_IDLIST
const QString DDT_DIALOG_PARAM_GRAPHICSCONTROL_IDLIST
Definition: ddtDialogIds.hpp:47
DDT_DIALOG_PARAM_SHOW_LINES
const QString DDT_DIALOG_PARAM_SHOW_LINES
Definition: ddtDialogIds.hpp:114
DDT_DIALOG_PARAM_HDU_SINGLE_IMAGE
const QString DDT_DIALOG_PARAM_HDU_SINGLE_IMAGE
Definition: ddtDialogIds.hpp:234
DDT_DIALOG_SEPARATOR
const QString DDT_DIALOG_SEPARATOR
Definition: ddtDialogIds.hpp:44
DDT_DIALOG_PARAM_DRAW_MODE
const QString DDT_DIALOG_PARAM_DRAW_MODE
Definition: ddtDialogIds.hpp:102
DDT_DIALOG_PARAM_FITS_HEADER_FILE
const QString DDT_DIALOG_PARAM_FITS_HEADER_FILE
Definition: ddtDialogIds.hpp:82
DDT_DIALOG_PARAM_DETACH_DATA_STREAM
const QString DDT_DIALOG_PARAM_DETACH_DATA_STREAM
Definition: ddtDialogIds.hpp:215
DDT_DIALOG_PARAM_TABULAR_REGION_RESIZE
const QString DDT_DIALOG_PARAM_TABULAR_REGION_RESIZE
Definition: ddtDialogIds.hpp:92
DDT_DIALOG_PARAM_STATISTIC_DEFAULT_RECT
const QString DDT_DIALOG_PARAM_STATISTIC_DEFAULT_RECT
Definition: ddtDialogIds.hpp:180
DDT_DIALOG_PARAM_SLIT_CLOSED
const QString DDT_DIALOG_PARAM_SLIT_CLOSED
Definition: ddtDialogIds.hpp:194
DDT_DIALOG_PARAM_STATISTIC_CUT_VALUES
const QString DDT_DIALOG_PARAM_STATISTIC_CUT_VALUES
Definition: ddtDialogIds.hpp:176
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:213
DDT_DIALOG_PARAM_PVCM_RESET
const QString DDT_DIALOG_PARAM_PVCM_RESET
Definition: ddtDialogIds.hpp:200
DDT_DIALOG_PARAM_TABULAR_REGION_ROWCOLDATA
const QString DDT_DIALOG_PARAM_TABULAR_REGION_ROWCOLDATA
Definition: ddtDialogIds.hpp:88
DDT_DIALOG_PARAM_STATISTIC_CLOSED
const QString DDT_DIALOG_PARAM_STATISTIC_CLOSED
Definition: ddtDialogIds.hpp:184
DDT_DIALOG_PARAM_SLIT_DRAW_MODE
const QString DDT_DIALOG_PARAM_SLIT_DRAW_MODE
Definition: ddtDialogIds.hpp:187
DDT_DIALOG_PARAM_FILL_COLOR
const QString DDT_DIALOG_PARAM_FILL_COLOR
Definition: ddtDialogIds.hpp:98
DDT_DIALOG_PARAM_SLIT_DRAW_LINE
const QString DDT_DIALOG_PARAM_SLIT_DRAW_LINE
Definition: ddtDialogIds.hpp:193
DDT_DIALOG_PARAM_HDU_ALL_AS_ONE
const QString DDT_DIALOG_PARAM_HDU_ALL_AS_ONE
Definition: ddtDialogIds.hpp:235
DDT_DIALOG_PARAM_SHOW_TEXT
const QString DDT_DIALOG_PARAM_SHOW_TEXT
Definition: ddtDialogIds.hpp:118
DDT_DIALOG_FILESAVE
const QString DDT_DIALOG_FILESAVE
Definition: ddtDialogIds.hpp:22
DDT_DIALOG_PARAM_SCALE_THRESHOLD
const QString DDT_DIALOG_PARAM_SCALE_THRESHOLD
Definition: ddtDialogIds.hpp:105
DDT_DIALOG_GRAPHICSCONTROL
const QString DDT_DIALOG_GRAPHICSCONTROL
Definition: ddtDialogIds.hpp:39
DDT_DIALOG_PARAM_SCALE_THRESHOLD_LIST
const QString DDT_DIALOG_PARAM_SCALE_THRESHOLD_LIST
Definition: ddtDialogIds.hpp:106
DDT_DIALOG_PARAM_REFLINE_SPECTRUM_VALUES
const QString DDT_DIALOG_PARAM_REFLINE_SPECTRUM_VALUES
Definition: ddtDialogIds.hpp:207
DDT_DIALOG_PARAM_SCALING_FUNCTION
const QString DDT_DIALOG_PARAM_SCALING_FUNCTION
Definition: ddtDialogIds.hpp:52
DDT_DIALOG_PARAM_REFLINE_RANGE_VALUES
const QString DDT_DIALOG_PARAM_REFLINE_RANGE_VALUES
Definition: ddtDialogIds.hpp:205
DDT_DIALOG_PARAM_AUTO_SCALE
const QString DDT_DIALOG_PARAM_AUTO_SCALE
Definition: ddtDialogIds.hpp:145
DDT_DIALOG_PARAM_DLG_MAGNIFIED_IMAGE
const QString DDT_DIALOG_PARAM_DLG_MAGNIFIED_IMAGE
Definition: ddtDialogIds.hpp:74
DDT_DIALOG_END_MARK_POSITIONS
const QString DDT_DIALOG_END_MARK_POSITIONS
Definition: ddtDialogIds.hpp:42
DDT_DIALOG_PARAM_BIAS_STORE_CURRENT_IMAGE
const QString DDT_DIALOG_PARAM_BIAS_STORE_CURRENT_IMAGE
Definition: ddtDialogIds.hpp:151
DDT_DIALOG_PARAM_FITS_TABLE_CLEAR_AND_PREPARE
const QString DDT_DIALOG_PARAM_FITS_TABLE_CLEAR_AND_PREPARE
Definition: ddtDialogIds.hpp:227
DDT_DIALOG_PARAM_TAG
const QString DDT_DIALOG_PARAM_TAG
Definition: ddtDialogIds.hpp:101
DDT_DIALOG_PARAM_PICK_RECTANGLESIZE
const QString DDT_DIALOG_PARAM_PICK_RECTANGLESIZE
Definition: ddtDialogIds.hpp:57
DDT_DIALOG_PARAM_FILL_ENABLED
const QString DDT_DIALOG_PARAM_FILL_ENABLED
Definition: ddtDialogIds.hpp:99
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:137
DDT_DIALOG_PARAM_FLIP_STATES_VERT_HORZ
const QString DDT_DIALOG_PARAM_FLIP_STATES_VERT_HORZ
Definition: ddtDialogIds.hpp:131
DDT_DIALOG_PARAM_DISTANCE_CLOSED
const QString DDT_DIALOG_PARAM_DISTANCE_CLOSED
Definition: ddtDialogIds.hpp:245
DDT_DIALOG_PARAM_BIAS_CURRENT_SELECTED_SLOT
const QString DDT_DIALOG_PARAM_BIAS_CURRENT_SELECTED_SLOT
Definition: ddtDialogIds.hpp:168
DDT_DIALOG_PARAM_LINE_COLOR
const QString DDT_DIALOG_PARAM_LINE_COLOR
Definition: ddtDialogIds.hpp:100
DDT_DIALOG_PARAM_DISTANCE_VALUES
const QString DDT_DIALOG_PARAM_DISTANCE_VALUES
Definition: ddtDialogIds.hpp:240
DDT_DIALOG_PARAM_SLIT_INITIAL_VALUES
const QString DDT_DIALOG_PARAM_SLIT_INITIAL_VALUES
Definition: ddtDialogIds.hpp:191
DDT_DIALOG_PARAM_LINE_STYLE
const QString DDT_DIALOG_PARAM_LINE_STYLE
Definition: ddtDialogIds.hpp:109
DDT_DIALOG_PARAM_FONT
const QString DDT_DIALOG_PARAM_FONT
Definition: ddtDialogIds.hpp:97
DDT_DIALOG_PARAM_PVCM_AUTO_SET
const QString DDT_DIALOG_PARAM_PVCM_AUTO_SET
Definition: ddtDialogIds.hpp:202
DDT_DIALOG_PARAM_SLIT_VALUES
const QString DDT_DIALOG_PARAM_SLIT_VALUES
Definition: ddtDialogIds.hpp:188
DDT_DIALOG_PARAM_PICK_NUMBER_SAMPLES
const QString DDT_DIALOG_PARAM_PICK_NUMBER_SAMPLES
Definition: ddtDialogIds.hpp:69
DDT_DIALOG_DISTANCE
const QString DDT_DIALOG_DISTANCE
Definition: ddtDialogIds.hpp:32
DDT_DIALOG_PARAM_DEFAULT_SCALE
const QString DDT_DIALOG_PARAM_DEFAULT_SCALE
Definition: ddtDialogIds.hpp:141
DDT_DIALOG_GRAPHICALELEMENTS
const QString DDT_DIALOG_GRAPHICALELEMENTS
Definition: ddtDialogIds.hpp:34
DDT_DIALOG_PARAM_ROTATE_BY_ANGLE
const QString DDT_DIALOG_PARAM_ROTATE_BY_ANGLE
Definition: ddtDialogIds.hpp:129
DDT_DIALOG_PARAM_SLIT_RETURN_VALUES
const QString DDT_DIALOG_PARAM_SLIT_RETURN_VALUES
Definition: ddtDialogIds.hpp:189
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:147
DDT_DIALOG_PARAM_ENABLE_ALL_ELEMENTS
const QString DDT_DIALOG_PARAM_ENABLE_ALL_ELEMENTS
Definition: ddtDialogIds.hpp:112
DDT_DIALOG_PARAM_TABULAR_REGION_DATA
const QString DDT_DIALOG_PARAM_TABULAR_REGION_DATA
Definition: ddtDialogIds.hpp:86
DDT_DIALOG_PARAM_PICK_CLOSED
const QString DDT_DIALOG_PARAM_PICK_CLOSED
Definition: ddtDialogIds.hpp:71
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:65
DDT_DIALOG_PARAM_HDU_TABLE_DATA
const QString DDT_DIALOG_PARAM_HDU_TABLE_DATA
Definition: ddtDialogIds.hpp:233
DDT_DIALOG_PARAM_LINE_THICKNESS
const QString DDT_DIALOG_PARAM_LINE_THICKNESS
Definition: ddtDialogIds.hpp:96
DDT_DIALOG_PARAM_TABULAR_REGION_STATISTICDATA
const QString DDT_DIALOG_PARAM_TABULAR_REGION_STATISTICDATA
Definition: ddtDialogIds.hpp:90
DDT_DIALOG_PARAM_DISTANCE_INITIAL_VALUES
const QString DDT_DIALOG_PARAM_DISTANCE_INITIAL_VALUES
Definition: ddtDialogIds.hpp:243
DDT_DIALOG_PARAM_BIAS_LOAD_FROM_DISC
const QString DDT_DIALOG_PARAM_BIAS_LOAD_FROM_DISC
Definition: ddtDialogIds.hpp:159
DDT_DIALOG_PARAM_REF_LINE_DRAW_MODE
const QString DDT_DIALOG_PARAM_REF_LINE_DRAW_MODE
Definition: ddtDialogIds.hpp:209
DDT_DIALOG_PARAM_PICK_RETURN_VALUES
const QString DDT_DIALOG_PARAM_PICK_RETURN_VALUES
Definition: ddtDialogIds.hpp:59
DDT_DIALOG_PARAM_DISTANCE_DRAW_MODE
const QString DDT_DIALOG_PARAM_DISTANCE_DRAW_MODE
Definition: ddtDialogIds.hpp:238
DDT_DIALOG_PARAM_DISTANCE_RETURN_VALUES
const QString DDT_DIALOG_PARAM_DISTANCE_RETURN_VALUES
Definition: ddtDialogIds.hpp:241
DDT_DIALOG_PARAM_PICK_ACTIVATED
const QString DDT_DIALOG_PARAM_PICK_ACTIVATED
Definition: ddtDialogIds.hpp:63
DDT_DIALOG_PARAM_SHOW_RECTANGLES
const QString DDT_DIALOG_PARAM_SHOW_RECTANGLES
Definition: ddtDialogIds.hpp:115
DDT_DIALOG_PARAM_STATUS_DATA_STREAM
const QString DDT_DIALOG_PARAM_STATUS_DATA_STREAM
Definition: ddtDialogIds.hpp:217
DDT_DIALOG_PARAM_STATISTIC_VALUES
const QString DDT_DIALOG_PARAM_STATISTIC_VALUES
Definition: ddtDialogIds.hpp:174
DDT_DIALOG_PARAM_FITS_TABLE_DATA
const QString DDT_DIALOG_PARAM_FITS_TABLE_DATA
Definition: ddtDialogIds.hpp:225
DDT_DIALOG_PARAM_FITS_TABLE_SIZE
const QString DDT_DIALOG_PARAM_FITS_TABLE_SIZE
Definition: ddtDialogIds.hpp:222
DDT_DIALOG_PVCM
const QString DDT_DIALOG_PVCM
Definition: ddtDialogIds.hpp:33
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:126
DDT_DIALOG_PARAM_HDU_TABLE_SIZE
const QString DDT_DIALOG_PARAM_HDU_TABLE_SIZE
Definition: ddtDialogIds.hpp:232
DDT_DIALOG_PARAM_COLOURMAP_LIST
const QString DDT_DIALOG_PARAM_COLOURMAP_LIST
Definition: ddtDialogIds.hpp:53
DDT_DIALOG_PARAM_PVCM_MEDIAN
const QString DDT_DIALOG_PARAM_PVCM_MEDIAN
Definition: ddtDialogIds.hpp:201
DDT_DIALOG_PARAM_ROTATION_ANGLE
const QString DDT_DIALOG_PARAM_ROTATION_ANGLE
Definition: ddtDialogIds.hpp:108
DDT_DIALOG_PARAM_FITS_TABLE_CLEAR
const QString DDT_DIALOG_PARAM_FITS_TABLE_CLEAR
Definition: ddtDialogIds.hpp:226
DDT_DIALOG_PARAM_PICK_MAGNIFY_FACTOR
const QString DDT_DIALOG_PARAM_PICK_MAGNIFY_FACTOR
Definition: ddtDialogIds.hpp:67
DDT_DIALOG_PARAM_NEW_SCALE
const QString DDT_DIALOG_PARAM_NEW_SCALE
Definition: ddtDialogIds.hpp:143
DDT_DIALOG_PARAM_STATISTIC_RETURN_VALUES
const QString DDT_DIALOG_PARAM_STATISTIC_RETURN_VALUES
Definition: ddtDialogIds.hpp:178
DDT_DIALOG_PARAM_DLG_MAGNIFY_FACTOR
const QString DDT_DIALOG_PARAM_DLG_MAGNIFY_FACTOR
Definition: ddtDialogIds.hpp:76
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:231
DDT_DIALOG_PARAM_PVCM_HISTOGRAM_VALUES
const QString DDT_DIALOG_PARAM_PVCM_HISTOGRAM_VALUES
Definition: ddtDialogIds.hpp:198