Home
last modified time | relevance | path

Searched refs:flow_item (Results 1 – 18 of 18) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dscreen_flow.h57 class flow_item{
59 flow_item();
60 flow_item(const flow_item &other);
61 ~flow_item();
62 flow_item &operator=(const flow_item &other);
73 void copy(const flow_item &other);
87 void AddFlowItem(flow_item *item){ flow_list.Add(item); }; in AddFlowItem()
89 void UpdateFlowItemRect(flow_item *item, int diagram_width, int diagram_height);
91 trigger_info *FindTrigger(flow_item *item, CString id_name);
92 static void RemoveTrigger(flow_item *item, trigger_info *del_trigger);
[all …]
Dscreen_flow.cpp273 flow_item::flow_item() in flow_item() function in flow_item
282 flow_item::flow_item(const flow_item &other) in flow_item() function in flow_item
288 flow_item::~flow_item() in ~flow_item()
297 flow_item &flow_item::operator=(const flow_item &other) in operator =()
304 void flow_item::copy(const flow_item &other) in copy()
336 void flow_item::RemovedAnimationIdFromDictionary(int display_index) in RemovedAnimationIdFromDictionary()
348 void flow_item::AddAnimationIdToDictionary(int display_index) in AddAnimationIdToDictionary()
373 flow_item *item; in screen_flow()
377 item = new flow_item(*other.flow_list.GetAt(index)); in screen_flow()
388 flow_item *item; in ~screen_flow()
[all …]
Dscreen_flow_edit_dlg.h67 void SelectFlowItem(flow_item* item);
68 void HideFlowItem(flow_item *item);
73 void RemoveConnection(flow_item *source);
74 void RemoveConnection(flow_item *source, flow_item *target);
75 void CheckAddConnection(flow_item *source);
76 void CheckAddConnection(flow_item *source, flow_item *target);
77 … void CalculateConnectionPos(trigger_connection *connection, flow_item *source, flow_item *target);
78 void UpdateConnectionPos(flow_item *source);
90 flow_item *FindFirstVisibleItem();
91 BOOL EditFlowItem(flow_item* item);
[all …]
Dscreen_flow_edit_dlg.cpp364 flow_item *item; in OnPaint()
401 flow_item *src_item, *target_item; in OnPaint()
576 flow_item *item = mpScreenFlow->GetFlowItem(pt); in OnRButtonUp()
635 flow_item * screen_flow_diagram_win::FindFirstVisibleItem() in FindFirstVisibleItem()
637 flow_item *item; in FindFirstVisibleItem()
638 flow_item *find = NULL; in FindFirstVisibleItem()
673 BOOL screen_flow_diagram_win::EditFlowItem(flow_item *item) in EditFlowItem()
679 flow_item *old_item = new flow_item(*item); in EditFlowItem()
698 void screen_flow_diagram_win::SelectFlowItem(flow_item* item) in SelectFlowItem()
722 void screen_flow_diagram_win::HideFlowItem(flow_item* item) in HideFlowItem()
[all …]
Dapp_runner.cpp111 flow_item *app_flow_item_get(studiox_project *project, int display_index, GX_WIDGET *screen) in app_flow_item_get()
113 flow_item *flow_item = GX_NULL; in app_flow_item_get() local
119 flow_item = screen_flow->GetFlowItem(widget_name); in app_flow_item_get()
122 return flow_item; in app_flow_item_get()
452 flow_item *flow_item = NULL; in app_root_event_process() local
495 flow_item = app_flow_item_get(project, display_index, screen); in app_root_event_process()
497 if (flow_item) in app_root_event_process()
499 trigger = flow_item->trigger_list; in app_root_event_process()
Dscreen_generator.h91 void GenerateActionListName(flow_item *item, trigger_info *trigger, CString &name);
92 …void GenerateAnimationInfo(flow_item *item, trigger_info *trigger, action_info *action, int index);
93 void GenerateAnimationInfoName(flow_item *item, CString &name, int index);
94 void WriteEventTable(flow_item *item);
Dtrigger_edit_dlg.h17 …trigger_edit_dlg(int display_index, flow_item *item, trigger_info *trigger, CWnd* pParent = NULL);…
51 flow_item *mpFlowItem;
Dtrigger_list_edit_dlg.h60 …trigger_list_edit_dlg(int display_index, screen_flow *flow, flow_item *item, CWnd* pParent = NULL)…
84 flow_item mItem;
Dtrigger_list_edit_dlg.cpp29 trigger_list_edit_dlg::trigger_list_edit_dlg(int display_index, screen_flow *flow, flow_item *item,… in IMPLEMENT_DYNAMIC()
71 flow_item *item = mpOldFlow->GetFlowItem(mItem.screen_name); in OnOK()
88 flow_item *item = mpOldFlow->GetFlowItem(mItem.screen_name); in OnCancel()
Dtrigger_action_edit_dlg.h28 …trigger_action_edit_dlg(int display_index, flow_item *item, trigger_info *trigger, CWnd* pParent =…
DStudioXProject.h359 class flow_item; variable
733 void WriteFlowItem(xml_writer &writer, flow_item *item);
744 void ReadTriggerInfo(xml_reader &reader, int display_index, flow_item *item);
Dproject_view.h114 …BOOL CheckTriggerReference(screen_flow *flow, flow_item *item, widget_info *screen_info, widget_in…
Dscreen_generator.cpp294 flow_item *item; in GenerateScreenHeader()
1208 void screen_generator::GenerateAnimationInfoName(flow_item *item, CString &name, int index) in GenerateAnimationInfoName()
1214 void screen_generator::GenerateAnimationInfo(flow_item *item, trigger_info *trigger, action_info *a… in GenerateAnimationInfo()
1363 void screen_generator::GenerateActionListName(flow_item *item, trigger_info *trigger, CString &name) in GenerateActionListName()
1747 void screen_generator::WriteEventTable(flow_item *item) in WriteEventTable()
1849 flow_item *item; in CheckWriteScreenFlow()
2893 flow_item *item = flow->GetFlowItem(info->app_name); in WriteWidgetOverrides()
3371 flow_item *item; in WriteExternWidgetsUsedByScreenFlow()
Dtrigger_edit_dlg.cpp66 trigger_edit_dlg::trigger_edit_dlg(int display_index, flow_item *item, trigger_info *trigger, CWnd*… in IMPLEMENT_DYNAMIC()
Dproject_view.cpp1367 flow_item *item = screenflow->GetFlowItem(info->app_name); in DeleteFolder()
1426 BOOL project_view::CheckTriggerReference(screen_flow *flow, flow_item *item, widget_info *screen_in… in CheckTriggerReference()
1483 flow_item *item = NULL; in CheckRemoveWidget()
DStudioXProject.cpp1186 flow_item *item; in CheckEmptyScreenFlow()
3118 flow_item *item; in WriteScreenFlow()
3132 void studiox_project::WriteFlowItem(xml_writer &writer, flow_item *item) in WriteFlowItem()
4119 flow_item *item; in ReadFlowItem()
4123 item = new flow_item; in ReadFlowItem()
4143 void studiox_project::ReadTriggerInfo(xml_reader &reader, int display_index, flow_item *item) in ReadTriggerInfo()
Dtrigger_action_edit_dlg.cpp58 trigger_action_edit_dlg::trigger_action_edit_dlg(int display_index, flow_item *item, trigger_info *… in IMPLEMENT_DYNAMIC()
Dproperties_win.cpp2229 flow_item *item = NULL; in CheckChangeWidgetId()