Home
last modified time | relevance | path

Searched refs:DiagramWire (Results 1 – 11 of 11) sorted by relevance

/haiku/src/apps/cortex/DiagramView/
H A DDiagramWire.cpp52 DiagramWire::DiagramWire( in DiagramWire() function in DiagramWire
68 DiagramWire::DiagramWire( in DiagramWire() function in DiagramWire
90 DiagramWire::~DiagramWire() in ~DiagramWire()
107 BPoint DiagramWire::startConnectionPoint() const in startConnectionPoint()
121 BPoint DiagramWire::endConnectionPoint() const in endConnectionPoint()
139 float DiagramWire::howCloseTo( in howCloseTo()
152 void DiagramWire::Draw( in Draw()
171 void DiagramWire::MouseDown( in MouseDown()
197 void DiagramWire::MessageDragged( in MessageDragged()
H A DDiagramEndPoint.h53 class DiagramWire; variable
67 DiagramWire *wire() const in wire()
155 DiagramWire *wire);
175 DiagramWire *m_wire;
H A DDiagramWire.h56 class DiagramWire : public DiagramItem
64 DiagramWire(
72 DiagramWire(
76 virtual ~DiagramWire();
H A DDiagramView.h57 class DiagramWire; variable
92 virtual DiagramWire *createWire(
99 virtual DiagramWire *createWire(
267 DiagramWire *m_draggedWire;
H A DJamfile13 DiagramWire.cpp
H A DDiagramEndPoint.cpp302 DiagramWire *wire) in connect()
H A DDiagramView.cpp212 DiagramWire *wire = createWire(fromWhich, toWhich); in MessageReceived()
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaWire.h52 public DiagramWire {
53 typedef DiagramWire _inherited;
H A DMediaRoutingView.h199 DiagramWire *createWire(
203 DiagramWire *createWire(
H A DMediaWire.cpp85 : DiagramWire(outputJack, inputJack), in MediaWire()
94 : DiagramWire(jack, isStartPoint) in MediaWire()
H A DMediaRoutingView.cpp172 DiagramWire *MediaRoutingView::createWire( in createWire()
221 DiagramWire *MediaRoutingView::createWire( in createWire()