| /GUIX-v6.2.1/guix_studio/ |
| D | grid_setting_dlg.cpp | 69 void grid_setting_dlg::DoDataExchange(CDataExchange* pDX) in DoDataExchange() argument 71 express_dialog::DoDataExchange(pDX); in DoDataExchange() 73 DDX_Control(pDX, IDC_SPIN_GRID_SPACING, mSpinGridSpacing); in DoDataExchange() 74 DDX_Control(pDX, IDC_SPIN_SNAP_SPACING, mSpinSnapSpacing); in DoDataExchange() 81 DDX_Check(pDX, IDC_SHOW_GRID, project->mHeader.grid_enabled); in DoDataExchange() 82 DDX_Check(pDX, IDC_SNAP_TO_GRID, project->mHeader.snap_enabled); in DoDataExchange() 83 DDX_Check(pDX, IDC_SNAP_TO_WIDGET, project->mHeader.snap_to_widget_enabled); in DoDataExchange() 85 if (pDX->m_bSaveAndValidate) in DoDataExchange()
|
| D | synergy_settings_dlg.cpp | 52 void synergy_settings_dlg::DoDataExchange(CDataExchange* pDX) in DoDataExchange() argument 54 express_dialog::DoDataExchange(pDX); in DoDataExchange() 56 DDX_Control(pDX, IDC_ENABLE_GRAPH_ACCELERATOR, mD2DCheck); in DoDataExchange() 64 if (pDX->m_bSaveAndValidate) in DoDataExchange() 78 DDX_Control(pDX, IDC_JPEG_DECODER, mJpegDecoder); in DoDataExchange() 79 DDX_Control(pDX, IDC_PNG_DECODER, mPngDecoder); in DoDataExchange()
|
| D | color_edit_dialog.cpp | 788 void color_edit_dialog::DoDataExchange(CDataExchange* pDX) in DoDataExchange() argument 790 CDialog::DoDataExchange(pDX); in DoDataExchange() 791 DDX_Text(pDX, IDC_COLOR_NAME, mName); in DoDataExchange() 792 DDX_Control(pDX, IDC_EDIT_RED, mRedEdit); in DoDataExchange() 793 DDX_Control(pDX, IDC_EDIT_GREEN, mGreenEdit); in DoDataExchange() 794 DDX_Control(pDX, IDC_EDIT_BLUE, mBlueEdit); in DoDataExchange() 795 DDX_Control(pDX, IDC_EDIT_ALPHA, mAlphaEdit); in DoDataExchange() 796 DDX_Control(pDX, IDC_EDIT_HUE, mHueEdit); in DoDataExchange() 797 DDX_Control(pDX, IDC_EDIT_SATURATION, mSaturationEdit); in DoDataExchange() 798 DDX_Control(pDX, IDC_EDIT_LUMINANCE, mLuminanceEdit); in DoDataExchange() [all …]
|
| D | delete_language_dlg.cpp | 24 void delete_language_dlg::DoDataExchange(CDataExchange* pDX) in DoDataExchange() argument 26 CDialogEx::DoDataExchange(pDX); in DoDataExchange() 27 DDX_Control(pDX, IDC_NAME_COMBO, mLangNameCombo); in DoDataExchange()
|
| D | configure_theme_dlg.cpp | 145 void configure_theme_dlg::DoDataExchange(CDataExchange* pDX) in DoDataExchange() argument 147 express_dialog::DoDataExchange(pDX); in DoDataExchange() 149 DDX_Control(pDX, IDC_DISPLAY_NAME, mDisplayNameCombo); in DoDataExchange() 150 DDX_Control(pDX, IDC_THEME_NAME_COMBO, mThemeNameCombo); in DoDataExchange() 151 DDX_Control(pDX, IDC_THEME_NAME, mThemeName); in DoDataExchange() 152 DDX_Control(pDX, IDC_SPIN_NUM_THEMES, mSpinNumThemes); in DoDataExchange() 153 DDX_Control(pDX, IDC_SPIN_THEME_INDEX, mSpinThemeIndex); in DoDataExchange() 154 DDX_Control(pDX, IDC_STATICALLY_DEFINED, mStaticallyDefinedCheck); in DoDataExchange() 165 DDX_Text(pDX, IDC_NUM_THEMES, project->mDisplays[mDisplayIndex].num_themes); in DoDataExchange() 167 if (pDX->m_bSaveAndValidate) in DoDataExchange()
|
| D | string_export_dlg.cpp | 50 void string_export_dlg::DoDataExchange(CDataExchange* pDX) in DoDataExchange() argument 52 CDialog::DoDataExchange(pDX); in DoDataExchange() 53 DDX_Control(pDX, IDC_SRC_LANGUAGE, mSrcLanguageCombo); in DoDataExchange() 54 DDX_Control(pDX, IDC_TARGET_LANGUAGE, mTargetLanguageCombo); in DoDataExchange() 55 DDX_Control(pDX, IDC_XLIFF_VERSION, xliff_version_combo); in DoDataExchange() 111 if (!pDX->m_bSaveAndValidate) in DoDataExchange()
|
| D | folder_name_dlg.cpp | 57 void folder_name_dlg::DoDataExchange(CDataExchange* pDX) in DoDataExchange() argument 59 express_dialog::DoDataExchange(pDX); in DoDataExchange() 60 DDX_Text(pDX, IDC_FOLDER_NAME, folder_name); in DoDataExchange() 61 DDX_Text(pDX, IDC_FOLDER_OUTPUT_FILENAME, output_filename); in DoDataExchange()
|
| D | config_languages_dlg.cpp | 470 void config_languages_dlg::DoDataExchange(CDataExchange* pDX) in DoDataExchange() argument 472 express_dialog::DoDataExchange(pDX); in DoDataExchange() 473 DDX_Control(pDX, IDC_LANG_NAME_COMBO, mLanguageNameCombo); in DoDataExchange() 474 DDX_Text(pDX, IDC_NUM_LANGUAGES, mNumLanguages); in DoDataExchange() 486 DDX_Control(pDX, IDC_SPIN_LANGUAGE_INDEX, mSpinLanguageIndex); in DoDataExchange() 488 DDX_Control(pDX, IDC_CHECK_STATICALLY_DEFINED, mStaticallyDefined); in DoDataExchange() 489 DDX_Control(pDX, IDC_CHECK_SUPPORT_BIDI_TEXT, mBidiTextSupportBox); in DoDataExchange() 490 DDX_Control(pDX, IDC_CHECK_REORDER_BIDI_TEXT, mBidiTextGenerateBox); in DoDataExchange() 491 DDX_Control(pDX, IDC_THAI_GLYPH_SHAPING_SUPPORT, mThaiGlyphShapingSupport); in DoDataExchange() 492 DDX_Control(pDX, IDC_GEN_ADJUSTED_THAI_STRING, mGenAdjustedThaiString); in DoDataExchange()
|
| D | import_sprite_frames_dlg.cpp | 45 void import_sprite_frames_dlg::DoDataExchange(CDataExchange* pDX) in DoDataExchange() argument 47 DDX_Control(pDX, IDC_PIX_FOLDER_LIST, mPixFolderList); in DoDataExchange() 48 DDX_Control(pDX, IDC_FRAME_LIST, mFrameList); in DoDataExchange() 50 express_dialog::DoDataExchange(pDX); in DoDataExchange()
|
| D | font_path_dialog.cpp | 752 void font_path_dialog::DoDataExchange(CDataExchange* pDX) in DoDataExchange() argument 756 express_dialog::DoDataExchange(pDX); in DoDataExchange() 757 DDX_Text(pDX, IDC_FONT_HEIGHT, m_info->font_height); in DoDataExchange() 758 DDX_Text(pDX, IDC_FONT_NAME, m_info->name); in DoDataExchange() 759 DDX_Check(pDX, IDC_INCLUDE_STRING_TABLE, m_info->font_charset_include_string_table); in DoDataExchange() 760 DDX_Check(pDX, IDC_SUPPORT_EXTENDED_UNICODE, m_info->font_support_extended_unicode); in DoDataExchange() 761 DDX_Control(pDX, IDC_INCLUDE_RANGE_PROMPT, mPagesPrompt); in DoDataExchange() 762 DDX_Check(pDX, IDC_COMPRESS, m_info->compress); in DoDataExchange() 763 DDX_Check(pDX, IDC_KERNING, m_info->font_kerning); in DoDataExchange() 764 DDX_Check(pDX, IDC_CUSTOM_OUTPUT, m_info->output_file_enabled); in DoDataExchange() [all …]
|
| D | sprite_edit_dialog.cpp | 244 void sprite_edit_dialog::DoDataExchange(CDataExchange* pDX) in DoDataExchange() argument 246 CDialog::DoDataExchange(pDX); in DoDataExchange() 247 DDX_Control(pDX, IDC_SPIN_NUM_FRAMES, mSpinNumFrames); in DoDataExchange() 248 DDX_Control(pDX, IDC_SPIN_EDIT_FRAME, mSpinEditFrame); in DoDataExchange() 249 DDX_Control(pDX, IDC_NUM_FRAMES, mNumFramesField); in DoDataExchange() 250 DDX_Control(pDX, IDC_EDIT_FRAME, mEditFrameField); in DoDataExchange() 251 DDX_Control(pDX, IDC_BACKGROUND_COMBO, mBackgroundCombo); in DoDataExchange() 252 DDX_Control(pDX, IDC_PIXELMAP_COMBO, mPixelmapCombo); in DoDataExchange() 253 DDX_Control(pDX, IDC_X_OFFSET, mXOffsetEdit); in DoDataExchange() 254 DDX_Control(pDX, IDC_Y_OFFSET, mYOffsetEdit); in DoDataExchange() [all …]
|
| D | import_project_dlg.cpp | 38 void import_project_dlg::DoDataExchange(CDataExchange* pDX) in DoDataExchange() argument 40 express_dialog::DoDataExchange(pDX); in DoDataExchange() 41 DDX_Control(pDX, IDC_PROJECT_TREE, mProjectTree); in DoDataExchange() 43 if (pDX->m_bSaveAndValidate) in DoDataExchange()
|
| D | trigger_action_select_dlg.cpp | 77 void trigger_action_select_dlg::DoDataExchange(CDataExchange* pDX) in DoDataExchange() argument 79 express_dialog::DoDataExchange(pDX); in DoDataExchange() 81 DDX_Control(pDX, IDC_ACTION_LIST, mActionList); in DoDataExchange()
|
| D | trigger_edit_dlg.cpp | 188 void trigger_edit_dlg::DoDataExchange(CDataExchange* pDX) in DoDataExchange() argument 190 express_dialog::DoDataExchange(pDX); in DoDataExchange() 191 DDX_Control(pDX, IDC_SYSTEM_EVENTS_COMBO, mSystemEventsCombo); in DoDataExchange() 192 DDX_Control(pDX, IDC_CHILD_SIGNALS_COMBO, mChildSignalsCombo); in DoDataExchange() 193 DDX_Control(pDX, IDC_ANIMATION_IDS_COMBO, mAnimationIdsCombo); in DoDataExchange() 194 DDX_Control(pDX, IDC_ANIMATION_IDS_LABEL, mAnimationIdsLabel); in DoDataExchange() 195 DDX_Control(pDX, IDC_USER_EVENT_NAME, mUserEventName); in DoDataExchange()
|
| D | ProjectConfigDlg.cpp | 216 void ProjectConfigWin::DoDataExchange(CDataExchange* pDX) in DoDataExchange() argument 225 CDialog::DoDataExchange(pDX); in DoDataExchange() 226 DDX_Text(pDX, IDC_NUM_DISPLAYS, mpProject->mHeader.num_displays); in DoDataExchange() 227 DDV_MinMaxInt(pDX, mpProject->mHeader.num_displays, 1, 4); in DoDataExchange() 228 DDX_Text(pDX, IDC_SOURCE_PATH, mpProject->mHeader.source_path); in DoDataExchange() 229 DDX_Text(pDX, IDC_HEADER_PATH, mpProject->mHeader.header_path); in DoDataExchange() 230 DDX_Text(pDX, IDC_RESOURCE_PATH, mpProject->mHeader.resource_path); in DoDataExchange() 231 DDX_Text(pDX, IDC_ADDITIONAL_HEADERS, mpProject->mHeader.additional_headers); in DoDataExchange() 233 DDX_Control(pDX, IDC_SPIN_SCREEN_SELECT, m_spin_current_screen); in DoDataExchange() 234 DDX_Control(pDX, IDC_SPIN_NUM_SCREENS, m_spin_num_screens); in DoDataExchange() [all …]
|
| D | MacroPlaybackDlg.cpp | 53 void MacroPlaybackDlg::DoDataExchange(CDataExchange* pDX) in DoDataExchange() argument 55 CDialog::DoDataExchange(pDX); in DoDataExchange()
|
| D | MacroRecordDlg.cpp | 46 void MacroRecordDlg::DoDataExchange(CDataExchange* pDX) in DoDataExchange() argument 48 CDialog::DoDataExchange(pDX); in DoDataExchange()
|
| D | edit_pixelmap_dlg.cpp | 176 void edit_pixelmap_dlg::DoDataExchange(CDataExchange* pDX) in DoDataExchange() argument 178 CDialog::DoDataExchange(pDX); in DoDataExchange() 180 DDX_Control(pDX, IDC_OUTPUT_FILE, mCustomFile); in DoDataExchange() 181 DDX_Control(pDX, IDC_BINARY_MODE, mBinaryMode); in DoDataExchange() 182 DDX_Control(pDX, IDC_PALETTE_LABEL, mPaletteLabel); in DoDataExchange() 183 DDX_Control(pDX, IDC_PALETTE_DEF_LIST, mPaletteDefList); in DoDataExchange() 184 DDX_Control(pDX, IDC_OUTPUT_FORMAT, mOutputFormatCombo); in DoDataExchange() 185 DDX_Control(pDX, IDB_PATH_TYPE, mPathTypeButton); in DoDataExchange() 209 if (pDX->m_bSaveAndValidate) in DoDataExchange()
|
| D | resource_export_dlg.cpp | 42 void resource_export_dlg::DoDataExchange(CDataExchange* pDX) in DoDataExchange() argument 45 DDX_Control(pDX, IDC_RES_VIEW, mResView); in DoDataExchange() 50 if (pDX->m_bSaveAndValidate) in DoDataExchange() 110 DDX_Check(pDX, IDC_BINARY_MODE, project->mHeader.gen_binary); in DoDataExchange() 111 DDX_Check(pDX, IDC_GEN_RES_HEADER, project->mHeader.gen_res_header); in DoDataExchange() 112 DDX_Check(pDX, IDC_CUSTOM_RESOURCE, project->mHeader.custom_resource_enabled); in DoDataExchange() 146 express_dialog::DoDataExchange(pDX); in DoDataExchange()
|
| D | trigger_action_edit_dlg.cpp | 217 void trigger_action_edit_dlg::DoDataExchange(CDataExchange* pDX) in DoDataExchange() argument 219 express_dialog::DoDataExchange(pDX); in DoDataExchange() 220 DDX_Control(pDX, IDC_ANIMATION_PARAMS, mAnimationParams); in DoDataExchange() 221 DDX_Control(pDX, IDC_ADDED_ACTION_LIST, mAddedActionList); in DoDataExchange() 222 DDX_Control(pDX, IDC_TARGET_COMBO, mTargetCombo); in DoDataExchange() 223 DDX_Control(pDX, IDC_PARENT_COMBO, mParentCombo); in DoDataExchange() 224 DDX_Control(pDX, IDC_TARGET_SHOW_CHILD_WIDGETS, mTargetShowChildWidgets); in DoDataExchange() 225 DDX_Control(pDX, IDC_PARENT_SHOW_CHILD_WIDGETS, mParentShowChildWidgets); in DoDataExchange() 227 DDX_Control(pDX, IDC_ON_ANIMATION_COMPLETE, mOnAnimationCompleteGroup); in DoDataExchange()
|
| D | options_dialog.cpp | 77 void options_dialog::DoDataExchange(CDataExchange* pDX) in DoDataExchange() argument 79 express_dialog::DoDataExchange(pDX); in DoDataExchange()
|
| D | NewProjectDlg.cpp | 72 void NewProjectDlg::DoDataExchange(CDataExchange* pDX) in DoDataExchange() argument 74 CDialog::DoDataExchange(pDX); in DoDataExchange()
|
| D | RecentProjectDlg.cpp | 67 void RecentProjectDlg::DoDataExchange(CDataExchange* pDX) in DoDataExchange() argument 69 CDialog::DoDataExchange(pDX); in DoDataExchange()
|
| D | easing_function_select_dlg.cpp | 105 void easing_function_select_dlg::DoDataExchange(CDataExchange* pDX) in DoDataExchange() argument 107 express_dialog::DoDataExchange(pDX); in DoDataExchange() 108 DDX_Control(pDX, IDC_EASING_FUNC_COMBO, mEasingFuncCombo); in DoDataExchange() 109 DDX_Control(pDX, IDC_ANIMATION_STATUS, mAnimationStatus); in DoDataExchange() 111 if (!pDX->m_bSaveAndValidate) in DoDataExchange()
|
| D | PaletteLayoutDlg.cpp | 144 void PaletteLayoutDlg::DoDataExchange(CDataExchange* pDX) in DoDataExchange() argument 148 CDialog::DoDataExchange(pDX); in DoDataExchange() 149 DDX_Text(pDX, IDC_THEME_NAME, mpProject->mDisplays[mDisplay].themes[mTheme].theme_name); in DoDataExchange() 150 …DDX_Text(pDX, IDC_TOTAL_PALETTE_ENTRIES, mpProject->mDisplays[mDisplay].themes[mTheme].palette_tot… in DoDataExchange() 151 …DDX_Text(pDX, IDC_USER_PALETTE_ENTRIES, mpProject->mDisplays[mDisplay].themes[mTheme].palette_pred… in DoDataExchange() 154 DDX_Text(pDX, IDC_AUTO_PALETTE_ENTRIES, auto_entries); in DoDataExchange() 155 DDX_Control(pDX, IDC_PALETTE_SCROLL, mPalIndexScroll); in DoDataExchange()
|