Searched refs:MediaWire (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/apps/cortex/MediaRoutingView/
H A DMediaWire.h32 // MediaWire.h
51 class MediaWire : class in inherits:DiagramWire
57 // [e.moon 26oct99] moved definition to MediaWire.cpp
64 MediaWire(
73 MediaWire(
77 virtual ~MediaWire();
H A DMediaWire.cpp32 // MediaWire.cpp
34 #include "MediaWire.h"
66 const float MediaWire::M_WIRE_OFFSET = 4.0;
72 MediaWire::MediaWire( function in class:MediaWire
79 D_METHOD(("MediaWire::MediaWire()\n"));
82 MediaWire::MediaWire( function in class:MediaWire
87 D_METHOD(("MediaWire
[all...]
H A DMediaRoutingView.h68 class MediaWire;
310 MediaWire **wire) const;
382 MediaWire *m_draggedWire;
H A DMediaRoutingView.cpp49 #include "MediaWire.h"
218 return new MediaWire(jack, true);
222 return new MediaWire(jack, false);
520 MediaWire* wire;
1347 MediaWire *wire = new MediaWire(connection, outputJack, inputJack);
1371 MediaWire **outWire) const
1377 MediaWire *wire = dynamic_cast<MediaWire *>(ItemAt(i, DiagramItem::M_WIRE));
1392 MediaWire *wir
[all...]
H A DMediaJack.cpp39 #include "MediaWire.h"
243 dynamic_cast<MediaWire *>(wire())->MouseDown(point, buttons, clicks);

Completed in 107 milliseconds