Searched refs:wire (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/cortex/DiagramView/
H A DDiagramEndPoint.h67 DiagramWire *wire() const function in class:DiagramEndPoint
75 // should return the BPoint that a connected wire uses as
86 // temporary wire drag has been accepted
91 // temporary wire drag has finished
123 // EndPoint; this implementation handles only wire drags
132 // this version handles wire dropping (connecting)
153 // connect/disconnect and set the wire pointer accordingly
155 DiagramWire *wire);
173 // pointer to the wire object this endpoint might be
H A DDiagramEndPoint.cpp302 DiagramWire *wire)
305 if (!m_connected && wire)
308 m_wire = wire;
301 connect( DiagramWire *wire) argument
H A DDiagramView.cpp212 DiagramWire *wire = createWire(fromWhich, toWhich); local
213 if (wire && AddItem(wire))
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp532 MediaWire* wire; local
533 if(_findWireFor(connectionID, &wire) == B_OK) {
535 manager->findConnection(nodeID, *source, &wire->connection);
1361 MediaWire *wire = new MediaWire(connection, outputJack, inputJack); local
1362 AddItem(wire);
1374 Invalidate(wire->Frame());
1391 MediaWire *wire = dynamic_cast<MediaWire *>(ItemAt(i, DiagramItem::M_WIRE)); local
1392 if (wire && wire->connection.id() == connectionID)
1394 *outWire = wire;
1406 MediaWire *wire; local
1630 MediaWire *wire = dynamic_cast<MediaWire *>(SelectedItemAt(i)); local
1703 MediaWire *wire = dynamic_cast<MediaWire *>(SelectedItemAt(i)); local
[all...]
H A DMediaRoutingView.h303 // adds a wire represenation of a media kit connection
310 MediaWire **wire) const;
312 // removes the wire
381 // holds a pointer to the currently dragged wire (if any)
H A DMediaJack.cpp249 // if connected, redirect to the wire
252 dynamic_cast<MediaWire *>(wire())->MouseDown(point, buttons, clicks);

Completed in 450 milliseconds