Home
last modified time | relevance | path

Searched refs:mConnectionList (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.4.1/guix_studio/
Dscreen_flow_edit_dlg.cpp325 mConnectionList.RemoveAll(); in BEGIN_MESSAGE_MAP()
344 for (int index = 0; index < mConnectionList.GetCount(); index++) in ~screen_flow_diagram_win()
346 delete mConnectionList.GetAt(index); in ~screen_flow_diagram_win()
348 mConnectionList.RemoveAll(); in ~screen_flow_diagram_win()
405 for (int index = 0; index < mConnectionList.GetCount(); index++) in OnPaint()
407 connection = mConnectionList.GetAt(index); in OnPaint()
1343 for (int index = 0; index < mConnectionList.GetCount(); index++) in RemoveConnection()
1345 remove = mConnectionList.GetAt(index); in RemoveConnection()
1350 mConnectionList.RemoveAt(index); in RemoveConnection()
1396 for (int index = 0; index < mConnectionList.GetCount(); index++) in CheckAddConnection()
[all …]
Dscreen_flow_edit_dlg.h96 CArray<trigger_connection *> mConnectionList; variable