Searched refs:fromWhich (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/cortex/DiagramView/
H A DDiagramWire.cpp53 DiagramEndPoint *fromWhich,
56 m_fromEndPoint(fromWhich),
69 DiagramEndPoint *fromWhich,
72 m_fromEndPoint(isStartPoint ? fromWhich : 0),
73 m_toEndPoint(isStartPoint ? 0 : fromWhich),
75 m_dragEndPoint(fromWhich->connectionPoint())
79 ASSERT(fromWhich);
52 DiagramWire( DiagramEndPoint *fromWhich, DiagramEndPoint *toWhich) argument
68 DiagramWire( DiagramEndPoint *fromWhich, bool isStartPoint) argument
H A DDiagramView.h80 DiagramEndPoint *fromWhich)
86 DiagramEndPoint *fromWhich,
93 DiagramEndPoint *fromWhich,
100 DiagramEndPoint *fromWhich) = 0;
79 connectionAborted( DiagramEndPoint *fromWhich) argument
85 connectionEstablished( DiagramEndPoint *fromWhich, DiagramEndPoint *toWhich) argument
H A DDiagramWire.h65 DiagramEndPoint *fromWhich,
73 DiagramEndPoint *fromWhich,
H A DDiagramEndPoint.h83 DiagramEndPoint *fromWhich);
H A DDiagramView.cpp122 DiagramEndPoint *fromWhich = 0; local
123 if (message->FindPointer("from", reinterpret_cast<void **>(&fromWhich)) == B_OK)
125 connectionAborted(fromWhich);
201 DiagramEndPoint *fromWhich = 0; local
204 if (message->FindPointer("from", reinterpret_cast<void **>(&fromWhich)) == B_OK)
209 if (success && fromWhich && toWhich)
212 DiagramWire *wire = createWire(fromWhich, toWhich);
215 connectionEstablished(fromWhich, toWhich);
221 connectionAborted(fromWhich);
H A DDiagramEndPoint.cpp80 DiagramEndPoint *fromWhich)
79 connectionRequested( DiagramEndPoint *fromWhich) argument
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.h193 DiagramEndPoint *fromWhich);
196 DiagramEndPoint *fromWhich,
200 DiagramEndPoint *fromWhich,
204 DiagramEndPoint *fromWhich);
H A DMediaRoutingView.cpp156 DiagramEndPoint *fromWhich)
164 DiagramEndPoint *fromWhich,
173 DiagramEndPoint *fromWhich,
179 MediaJack *jack = dynamic_cast<MediaJack *>(fromWhich);
222 DiagramEndPoint *fromWhich)
226 MediaJack *jack = dynamic_cast<MediaJack *>(fromWhich);
155 connectionAborted( DiagramEndPoint *fromWhich) argument
163 connectionEstablished( DiagramEndPoint *fromWhich, DiagramEndPoint *toWhich) argument
172 createWire( DiagramEndPoint *fromWhich, DiagramEndPoint *toWhich) argument
221 createWire( DiagramEndPoint *fromWhich) argument

Completed in 104 milliseconds