| /GUIX-v6.2.1/guix_studio/ |
| D | string_table_edit_dlg.h | 6 class string_reference_row : public CWnd 9 string_reference_row(CWnd *parent, widget_info *info, int string_id); 34 class string_reference_win : public CWnd 37 string_reference_win(CWnd *parent, string_table *table, int string_index); 69 class table_frame : public CWnd 72 table_frame(CWnd *parent, string_table *table); 105 afx_msg void OnSetFocus(CWnd* pOldWnd); 106 afx_msg void OnKillFocus(CWnd* pNewWnd); 112 CWnd *GetRow(int row_id); 128 class table_row : public CWnd [all …]
|
| D | left_panel_frame.cpp | 8 IMPLEMENT_DYNCREATE(left_top_panel_frame, CWnd) in IMPLEMENT_DYNCREATE() argument 10 BEGIN_MESSAGE_MAP(left_top_panel_frame, CWnd) in IMPLEMENT_DYNCREATE() 57 CWnd::OnCreate(lpCreateStruct); in OnCreate() 94 CWnd::OnSize(ntype, cx, cy); in OnSize() 101 CWnd::OnSettingChange(uFlags, lpszSection); in OnSettingChange() 108 IMPLEMENT_DYNCREATE(left_bottom_panel_frame, CWnd) in IMPLEMENT_DYNCREATE() argument 110 BEGIN_MESSAGE_MAP(left_bottom_panel_frame, CWnd) in IMPLEMENT_DYNCREATE() 152 CWnd::OnCreate(lpCreateStruct); in OnCreate() 191 CWnd::OnSize(ntype, cx, cy); in OnSize() 197 CWnd::OnSettingChange(uFlags, lpszSection); in OnSettingChange()
|
| D | express_table_row.h | 3 class express_table_row : public CWnd 8 CWnd *GetNextTabStopChild(CWnd *child, WPARAM keyvalue, int row_offset = 1); 9 void AssignFocus(CWnd* child); 12 INT GetFocusCol(CWnd* focus_owner);
|
| D | trigger_list_edit_dlg.cpp | 29 …igger_list_edit_dlg(int display_index, screen_flow *flow, flow_item *item, CWnd* pParent /*=NULL*/) in IMPLEMENT_DYNAMIC() 103 CWnd *wnd; in OnInitDialog() 243 CWnd* focus_owner = GetFocus(); in PreTranslateMessage() 334 BEGIN_MESSAGE_MAP(trigger_frame, CWnd) in BEGIN_MESSAGE_MAP() argument 345 trigger_frame::trigger_frame(CWnd *parent, CArray<trigger_info *> *trigger_list) in BEGIN_MESSAGE_MAP() 366 if (CWnd::OnCreate(lpCreateStruct) == -1) in OnCreate() 377 CWnd::OnDestroy(); in OnDestroy() 379 CWnd *child = GetWindow(GW_CHILD); in OnDestroy() 392 CWnd::OnSize(nType, cx, cy); in OnSize() 424 void trigger_frame::OnSetFocus(CWnd* pOldWnd) in OnSetFocus() [all …]
|
| D | string_scroll_wheel_edit_dlg.h | 21 CWnd *GetTextEdit(){ return (CWnd *)&mStringTextEdit; }; in GetTextEdit() 22 CWnd *GetIdCombo(){ return (CWnd *)&mStringIdCombo; }; in GetIdCombo() 39 class value_list_frame :public CWnd 50 afx_msg void OnSetFocus(CWnd* pOldWnd); 71 …string_scroll_wheel_edit_dlg(int display_index, CArray<GX_RESOURCE_ID> *list_array, CWnd* pParent …
|
| D | trigger_list_edit_dlg.h | 10 class trigger_row : public CWnd 13 trigger_row(CWnd *parent, int Id, CArray<trigger_info *> *trigger_list); 16 afx_msg void OnKillFocus(CWnd* pNewWnd); 25 class trigger_frame : public CWnd 28 trigger_frame(CWnd *parent, CArray<trigger_info *> *trigger_list); 36 afx_msg void OnSetFocus(CWnd* pOldWnd); 60 …trigger_list_edit_dlg(int display_index, screen_flow *flow, flow_item *item, CWnd* pParent = NULL)…
|
| D | recent_project_win.cpp | 26 recent_project_win::recent_project_win(int width, int height, CWnd* pParent /*=NULL*/) in BEGIN_MESSAGE_MAP() 86 CWnd::OnShowWindow(Show, status); in OnShowWindow() 117 BEGIN_MESSAGE_MAP(recent_list_frame, CWnd) in BEGIN_MESSAGE_MAP() argument 129 recent_list_frame::recent_list_frame(CWnd* parent) in BEGIN_MESSAGE_MAP() 153 if (CWnd::OnCreate(lpCreateStruct) == -1) in OnCreate() 307 return CWnd::PreTranslateMessage(pMsg); in PreTranslateMessage() 311 HBRUSH recent_list_frame::OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor) in OnCtlColor() 332 return CWnd::OnCtlColor(pDC, pWnd, nCtlColor);; in OnCtlColor() 351 void recent_list_frame::OnSetFocus(CWnd* pOldWnd) in OnSetFocus() 353 CWnd::OnSetFocus(pOldWnd); in OnSetFocus() [all …]
|
| D | recent_project_win.h | 8 class recent_list_frame : public CWnd 11 recent_list_frame(CWnd* parent = NULL); 20 afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor); 23 afx_msg void OnSetFocus(CWnd* pOldWnd); 24 afx_msg void OnKillFocus(CWnd* pNewWnd); 40 recent_project_win(int width, int height, CWnd* pParent = NULL); // standard constructor
|
| D | express_table_row.cpp | 13 INT express_table_row::GetFocusCol(CWnd* focus_owner) in GetFocusCol() 16 CWnd* child; in GetFocusCol() 33 CWnd* express_table_row::GetNextTabStopChild(CWnd *child, WPARAM keyvalue, int row_offset) in GetNextTabStopChild() 36 CWnd *parent = this; in GetNextTabStopChild() 112 void express_table_row::AssignFocus(CWnd* child) in AssignFocus()
|
| D | rich_text_edit_dlg.h | 17 afx_msg void OnKillFocus(CWnd* pNewWnd); 18 afx_msg void OnSetFocus(CWnd* pOldWnd); 25 class text_edit_button_frame : public CWnd 28 text_edit_button_frame(widget_info *info, CWnd *pParent); 34 afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor); 78 class rich_text_preview_win : public CWnd 81 rich_text_preview_win(widget_info *info, CWnd *parent); 114 rich_text_edit_dlg(widget_info *info, CWnd* pParent = NULL); // standard constructor
|
| D | screen_flow_edit_dlg.h | 16 class screen_flow_button_frame : public CWnd 19 screen_flow_button_frame(screen_flow *flow, CWnd *pParent = NULL); 26 afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor); 47 class screen_flow_diagram_win : public CWnd 50 …screen_flow_diagram_win(int display, screen_flow *flow, CWnd* pParent = NULL); // standard const… 63 afx_msg void OnSetFocus(CWnd* pOldWnd); 64 afx_msg void OnKillFocus(CWnd* pNewWnd); 114 screen_flow_edit_dlg(int display, CWnd* pParent = NULL); // standard constructor
|
| D | studiox_util.h | 18 LPCTSTR def_extension, CString &szPath, CWnd *parent); 20 TCHAR *def_extension, TCHAR **pathptr, TCHAR **nameptr, CWnd *parent); 24 TCHAR *def_extension, CWnd *parent = NULL); 51 void ErrorMsg(const char *msg, CWnd *parent = NULL); 52 void ErrorMsg(const CString &msg, CWnd *parent = NULL); 53 void Notify(const char *msg, CWnd *parent = NULL); 60 BOOL AskUser(const char *msg, CWnd *parent = NULL); 106 BOOL TestInputName(CEdit *input_field, char *field_name, CString &original_value, CWnd *parent = NU… 107 BOOL TestInputName(CString &name, char *field_name, CWnd *parent = NULL, BOOL show_error_message = …
|
| D | string_scroll_wheel_edit_dlg.cpp | 29 …roll_wheel_edit_dlg(int display_index, CArray<GX_RESOURCE_ID> *value_list, CWnd* pParent /*=NULL*/) in IMPLEMENT_DYNAMIC() 131 CWnd* child = mpValueListFrame->GetWindow(GW_CHILD); in TestSetRowData() 293 CWnd* focus_owner = GetFocus(); in PreTranslateKeyDown() 294 CWnd* next_focus_owner = NULL; in PreTranslateKeyDown() 362 CWnd* child = dlg->GetNextDlgTabItem(frame, FALSE); in PreTranslateMessage() 370 CWnd* child = GetFocus(); in PreTranslateMessage() 483 BEGIN_MESSAGE_MAP(value_list_frame, CWnd) in BEGIN_MESSAGE_MAP() argument 514 CWnd::OnDestroy(); in OnDestroy() 517 CWnd* child = GetWindow(GW_CHILD); in OnDestroy() 531 if (CWnd::OnCreate(lpCreateStruct) == -1) in OnCreate() [all …]
|
| D | color_edit_dialog.h | 10 class color_gradient_win : public CWnd 13 color_gradient_win(CWnd* pParent = NULL); 21 afx_msg void OnSetFocus(CWnd* pOldWnd); 22 afx_msg void OnKillFocus(CWnd* pNewWnd); 45 …color_edit_dialog(resource_item *res, int display_index, CWnd* pParent = NULL); // standard cons… 46 color_edit_dialog(int display_index, CWnd *pParent = NULL);
|
| D | right_panel_frame.cpp | 8 IMPLEMENT_DYNCREATE(right_panel_frame, CWnd) 10 BEGIN_MESSAGE_MAP(right_panel_frame, CWnd) 50 CWnd::OnCreate(lpCreateStruct); in OnCreate() 72 CWnd::OnSize(ntype, cx, cy); in OnSize()
|
| D | string_table_edit_dlg.cpp | 168 BEGIN_MESSAGE_MAP(table_row, CWnd) in BEGIN_MESSAGE_MAP() 175 BEGIN_MESSAGE_MAP(table_header, CWnd) in BEGIN_MESSAGE_MAP() 185 string_table_edit_dlg::string_table_edit_dlg(string_table *table, CWnd* pParent /*=NULL*/) in BEGIN_MESSAGE_MAP() 258 HBRUSH string_table_edit_dlg::OnCtlColor(CDC *pDC, CWnd *pWnd, UINT nCtlColor) in OnCtlColor() 936 CWnd *pWnd; in OnTestMessage() 1058 BEGIN_MESSAGE_MAP(button_frame, CWnd) in BEGIN_MESSAGE_MAP() argument 1096 CWnd::OnCreate(lpCreateStruct); in OnCreate() 1198 CWnd::OnSize(nType, cx, cy); in OnSize() 1209 CWnd* focus_owner = GetFocus(); in PreTranslateMessage() 1240 return CWnd::PreTranslateMessage(pMsg); in PreTranslateMessage() [all …]
|
| D | ScrollHelper.h | 16 void AttachWnd(CWnd* pWnd); 51 void GetClientRectSB(CWnd* pWnd, CRect& rect); 53 CWnd* m_attachWnd;
|
| D | font_path_dialog.h | 7 class font_range_header : public CWnd 51 class range_list_win : public CWnd 65 afx_msg void OnSetFocus(CWnd* pOldWnd); 83 …font_path_dialog(int display_index, int color_format, res_info *info, CWnd* pParent = NULL); // …
|
| D | font_path_dialog.cpp | 36 BEGIN_MESSAGE_MAP(range_list_win, CWnd) 43 BEGIN_MESSAGE_MAP(font_range_row, CWnd) 139 BEGIN_MESSAGE_MAP(font_range_header, CWnd) in BEGIN_MESSAGE_MAP() argument 241 CWnd::OnCreate(lpcs); in OnCreate() 348 void range_list_win::OnSetFocus(CWnd* pOldWnd) in OnSetFocus() 350 CWnd::OnSetFocus(pOldWnd); in OnSetFocus() 354 CWnd* child = GetWindow(GW_CHILD); in OnSetFocus() 478 CWnd *child = GetFocus(); in OnCommand() 568 CWnd* focus_owner = GetFocus(); in PreTranslateKeyDown() 569 CWnd* next_focus_owner = NULL; in PreTranslateKeyDown() [all …]
|
| D | RecentProjectDlg.cpp | 32 RecentProjectDlg::RecentProjectDlg(CWnd* pParent /*=NULL*/) in IMPLEMENT_DYNAMIC() 64 CWnd::OnShowWindow(bShow, nStatus); in OnShowWindow() 72 HBRUSH RecentProjectDlg::OnCtlColor(CDC* pDC, CWnd *pWnd, UINT nCtlColor) in OnCtlColor()
|
| D | screen_flow_edit_dlg.cpp | 55 BEGIN_MESSAGE_MAP(screen_flow_button_frame, CWnd) in BEGIN_MESSAGE_MAP() argument 67 screen_flow_button_frame::screen_flow_button_frame(screen_flow *flow, CWnd * pParent) in BEGIN_MESSAGE_MAP() 82 if (CWnd::OnCreate(lpCreateStruct) == -1) in OnCreate() 121 CWnd::OnSize(nType, cx, cy); in OnSize() 170 CWnd* focus_owner = GetFocus(); in PreTranslateMessage() 191 return CWnd::PreTranslateMessage(pMsg); in PreTranslateMessage() 288 HBRUSH screen_flow_button_frame::OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor) in OnCtlColor() 290 HBRUSH hbr = CWnd::OnCtlColor(pDC, pWnd, nCtlColor); in OnCtlColor() 303 BEGIN_MESSAGE_MAP(screen_flow_diagram_win, CWnd) in BEGIN_MESSAGE_MAP() argument 321 screen_flow_diagram_win::screen_flow_diagram_win(int display, screen_flow *flow, CWnd* pParent) in BEGIN_MESSAGE_MAP() [all …]
|
| D | PaletteLayoutDlg.h | 43 class palette_frame : public CWnd 51 afx_msg void OnSetFocus(CWnd* pOldWnd); 71 PaletteLayoutDlg(int display, int theme, CWnd* pParent = NULL); // standard constructor
|
| D | folder_name_dlg.cpp | 33 folder_name_dlg::folder_name_dlg(res_info *info, CWnd* pParent /*=NULL*/) in BEGIN_MESSAGE_MAP() 43 folder_name_dlg::folder_name_dlg(folder_info *info, CWnd* pParent /*=NULL*/) in folder_name_dlg() 166 CWnd *pWnd; in OnTestMessage()
|
| D | RecentProjectDlg.h | 11 RecentProjectDlg(CWnd* pParent = NULL); // standard constructor 22 afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd *pWnd, UINT nCtlColor);
|
| D | splash_screen.cpp | 29 if( !CWnd::PreCreateWindow(cs) ) in PreCreateWindow() 61 CWnd::OnCreate(lpCreateStruct); in OnCreate() 143 CWnd::OnPaint(); in OnPaint()
|