Searched refs:screen_flow_edit_dlg (Results 1 – 3 of 3) sorted by relevance
220 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() argument1655 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 …]
109 class screen_flow_edit_dlg : public express_dialog111 DECLARE_DYNAMIC(screen_flow_edit_dlg)114 screen_flow_edit_dlg(int display, CWnd* pParent = NULL); // standard constructor115 virtual ~screen_flow_edit_dlg();
794 screen_flow_edit_dlg dlg(GetProjectView()->GetActiveDisplay(), this); in OnConfigureScreenFlow()