| /GUIX-v6.2.1/guix_studio/ |
| D | screen_flow.cpp | 360 screen_flow::screen_flow() in screen_flow() function in screen_flow 371 screen_flow::screen_flow(const screen_flow &other) in screen_flow() function in screen_flow 386 screen_flow::~screen_flow() in ~screen_flow() 400 void screen_flow::UpdateScreenName(CString screen_name, CString new_name) in UpdateScreenName() 433 void screen_flow::UpdateIdName(widget_info *info, CString old_id_name, CString new_name) in UpdateIdName() 477 void screen_flow::CheckAddFlowItem(CString screen_name, int diagram_width, int diagram_height) in CheckAddFlowItem() 508 void screen_flow::DeleteFlowItem(CString &screen_name, int display_index) in DeleteFlowItem() 584 flow_item *screen_flow::GetFlowItem(CPoint point, BOOL move_front) in GetFlowItem() 610 flow_item *screen_flow::GetFlowItem(CString &screen_name) in GetFlowItem() 628 int screen_flow::GetFlowItemIndex(CString screen_name) in GetFlowItemIndex() [all …]
|
| D | screen_flow_edit_dlg.h | 19 screen_flow_button_frame(screen_flow *flow, CWnd *pParent = NULL); 37 screen_flow *mpScreenFlow; 50 …screen_flow_diagram_win(int display, screen_flow *flow, CWnd* pParent = NULL); // standard const… 95 screen_flow *mpScreenFlow; 136 screen_flow *GetOldFlow(){ return mpOldScreenFlow; }; in GetOldFlow() 137 screen_flow *GetFlow(){ return mpScreenFlow; }; in GetFlow() 142 screen_flow *mpScreenFlow; 143 screen_flow *mpOldScreenFlow;
|
| D | screen_flow.h | 76 class screen_flow 79 screen_flow(); 80 screen_flow(const screen_flow &other);// copy constructer 81 ~screen_flow();
|
| D | app_runner.cpp | 114 screen_flow *screen_flow = project->mDisplays[display_index].screenflow; in app_flow_item_get() local 116 if (screen_flow && screen) in app_flow_item_get() 119 flow_item = screen_flow->GetFlowItem(widget_name); in app_flow_item_get() 252 screen_flow *flow = project->mDisplays[display_index].screenflow; in app_trigger_action_process() 642 screen_flow *flow = project->mDisplays[data->win32_display_index].screenflow; in guix_execute_thread()
|
| D | trigger_list_edit_dlg.h | 60 …trigger_list_edit_dlg(int display_index, screen_flow *flow, flow_item *item, CWnd* pParent = NULL)… 82 screen_flow *mpOldFlow;
|
| D | StudioXProject.h | 358 class screen_flow; variable 516 screen_flow *screenflow; 732 void WriteScreenFlow(xml_writer &writer, screen_flow *screen_flow);
|
| D | trigger_list_edit_dlg.cpp | 29 trigger_list_edit_dlg::trigger_list_edit_dlg(int display_index, screen_flow *flow, flow_item *item,… in IMPLEMENT_DYNAMIC() 178 screen_flow::RemoveTrigger(&mItem, trigger); in OnDeleteTrigger() 208 screen_flow::RemoveTrigger(&mItem, trigger); in OnEditTrigger()
|
| D | project_view.h | 114 …BOOL CheckTriggerReference(screen_flow *flow, flow_item *item, widget_info *screen_info, widget_in…
|
| D | screen_flow_edit_dlg.cpp | 67 screen_flow_button_frame::screen_flow_button_frame(screen_flow *flow, CWnd * pParent) in BEGIN_MESSAGE_MAP() 321 screen_flow_diagram_win::screen_flow_diagram_win(int display, screen_flow *flow, CWnd* pParent) in BEGIN_MESSAGE_MAP() 1748 mpOldScreenFlow = new screen_flow(*project->mDisplays[mActiveDisplay].screenflow); in InitScreenFlow() 1752 project->mDisplays[mActiveDisplay].screenflow = new screen_flow; in InitScreenFlow()
|
| D | project_view.cpp | 1359 screen_flow *screenflow = project->mDisplays[display_index].screenflow; in DeleteFolder() 1426 BOOL project_view::CheckTriggerReference(screen_flow *flow, flow_item *item, widget_info *screen_in… in CheckTriggerReference() 1462 screen_flow *flow = project->mDisplays[display].screenflow; in RemoveWidgetIdFromDictionary() 1481 screen_flow *flow = project->mDisplays[display].screenflow; in CheckRemoveWidget() 1550 screen_flow *screenflow = project->mDisplays[m_active_display].screenflow; in DeleteWidget()
|
| D | StudioXProject.cpp | 1154 … new_project->mDisplays[display].screenflow = new screen_flow(*src->mDisplays[display].screenflow); in Clone() 1191 screen_flow *flow = mDisplays[display].screenflow; in CheckEmptyScreenFlow() 3108 void studiox_project::WriteScreenFlow(xml_writer &writer, screen_flow *screen_flow) in WriteScreenFlow() argument 3111 if (screen_flow) in WriteScreenFlow() 3120 writer.WriteInt("scale", screen_flow->GetScale()); in WriteScreenFlow() 3122 for (index = 0; index < screen_flow->GetFlowListCount(); index++) in WriteScreenFlow() 3124 item = screen_flow->GetFlowItem(index); in WriteScreenFlow() 4096 info->screenflow = new screen_flow; in ReadScreenFlow() 4117 screen_flow *flow= mDisplays[display_index].screenflow; in ReadFlowItem()
|
| D | trigger_edit_dlg.cpp | 206 if (!screen_flow::CheckAddTrigger(mpFlowItem, mpTrigger, this)) in OnOK()
|
| D | screen_generator.cpp | 293 screen_flow *flow = m_project->mDisplays[display].screenflow; in GenerateScreenHeader() 1860 screen_flow *flow = m_project->mDisplays[display].screenflow; in CheckWriteScreenFlow() 2889 screen_flow *flow = m_project->mDisplays[m_display].screenflow; in WriteWidgetOverrides() 3372 screen_flow *flow; in WriteExternWidgetsUsedByScreenFlow()
|
| D | trigger_action_edit_dlg.cpp | 1111 screen_flow *flow = project->mDisplays[mDisplayIndex].screenflow; in SaveAnimationInfo()
|
| D | properties_win.cpp | 2220 screen_flow *flow = mpProject->mDisplays[display].screenflow;; in CheckChangeWidgetId()
|