Searched refs:mConnectionList (Results 1 – 2 of 2) sorted by relevance
325 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 …]
96 CArray<trigger_connection *> mConnectionList; variable