Home
last modified time | relevance | path

Searched refs:toWhich (Results 1 – 6 of 6) sorted by relevance

/haiku/src/apps/cortex/DiagramView/
H A DDiagramWire.cpp54 DiagramEndPoint *toWhich) in DiagramWire() argument
57 m_toEndPoint(toWhich), in DiagramWire()
H A DDiagramView.cpp202 DiagramEndPoint *toWhich = 0; in MessageReceived() local
206 if ((message->FindPointer("to", reinterpret_cast<void **>(&toWhich)) == B_OK) in MessageReceived()
209 if (success && fromWhich && toWhich) in MessageReceived()
212 DiagramWire *wire = createWire(fromWhich, toWhich); in MessageReceived()
215 connectionEstablished(fromWhich, toWhich); in MessageReceived()
H A DDiagramWire.h66 DiagramEndPoint *toWhich);
H A DDiagramView.h87 DiagramEndPoint *toWhich) in connectionEstablished() argument
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.h197 DiagramEndPoint *toWhich);
H A DMediaRoutingView.cpp165 DiagramEndPoint *toWhich) in connectionEstablished() argument
174 DiagramEndPoint *toWhich) in createWire() argument
187 inputJack = dynamic_cast<MediaJack *>(toWhich); in createWire()
196 outputJack = dynamic_cast<MediaJack *>(toWhich); in createWire()