Home
last modified time | relevance | path

Searched refs:m_lastDroppedNode (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.h376 media_node_id m_lastDroppedNode; variable
H A DMediaRoutingView.cpp128 m_lastDroppedNode(0), in MediaRoutingView()
278 m_lastDroppedNode = droppedNode->id(); in MessageDropped()
1268 if (id == m_lastDroppedNode) // this was instantiated thru drag & drop in _addPanelFor()
1272 m_lastDroppedNode = 0; in _addPanelFor()
1765 m_lastDroppedNode = droppedNode->id(); in _checkDroppedFile()