Home
last modified time | relevance | path

Searched refs:screen_flow_edit_dlg (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dscreen_flow_edit_dlg.cpp220 screen_flow_edit_dlg* dlg = (screen_flow_edit_dlg*)GetParent(); in OnFitContent()
229 screen_flow_edit_dlg* dlg = (screen_flow_edit_dlg*)GetParent(); in OnZoomOut()
238 screen_flow_edit_dlg* dlg = (screen_flow_edit_dlg*)GetParent(); in OnZoomIn()
1653 IMPLEMENT_DYNAMIC(screen_flow_edit_dlg, express_dialog) in IMPLEMENT_DYNAMIC() argument
1655 BEGIN_MESSAGE_MAP(screen_flow_edit_dlg, express_dialog) in IMPLEMENT_DYNAMIC()
1658 ON_MESSAGE(STUDIO_TEST, &screen_flow_edit_dlg::OnTestMessage) in IMPLEMENT_DYNAMIC()
1659 ON_MESSAGE(USR_MSG_CHECK_STATE_CHANGE, &screen_flow_edit_dlg::OnShowHideScreenItem) in IMPLEMENT_DYNAMIC()
1660 ON_MESSAGE(USR_MSG_NODE_SELECT, &screen_flow_edit_dlg::OnNodeSelect) in IMPLEMENT_DYNAMIC()
1664 screen_flow_edit_dlg::screen_flow_edit_dlg(int display, CWnd* pParent /*=NULL*/) in IMPLEMENT_DYNAMIC()
1665 : express_dialog(screen_flow_edit_dlg::IDD, pParent) in IMPLEMENT_DYNAMIC()
[all …]
Dscreen_flow_edit_dlg.h109 class screen_flow_edit_dlg : public express_dialog
111 DECLARE_DYNAMIC(screen_flow_edit_dlg)
114 screen_flow_edit_dlg(int display, CWnd* pParent = NULL); // standard constructor
115 virtual ~screen_flow_edit_dlg();
DMainFrm.cpp794 screen_flow_edit_dlg dlg(GetProjectView()->GetActiveDisplay(), this); in OnConfigureScreenFlow()