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

/haiku-fatelf/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp48 #include "MediaNodePanel.h"
434 MediaNodePanel* panel;
724 const MediaNodePanel* panel) const
736 p.x += M_CLEANUP_H_GAP + MediaNodePanel::M_DEFAULT_WIDTH;
739 p.x -= M_CLEANUP_H_GAP + MediaNodePanel::M_DEFAULT_WIDTH;
743 p.x += M_CLEANUP_H_GAP + MediaNodePanel::M_DEFAULT_WIDTH;
751 && (r.left <= p.x + MediaNodePanel::M_DEFAULT_WIDTH))
765 p.y += M_CLEANUP_V_GAP + MediaNodePanel::M_DEFAULT_HEIGHT;
768 p.y -= M_CLEANUP_V_GAP + MediaNodePanel::M_DEFAULT_HEIGHT;
772 p.y += M_CLEANUP_V_GAP + MediaNodePanel
[all...]
H A DMediaNodePanel.cpp32 // MediaNodePanel.cpp
35 #include "MediaNodePanel.h"
79 float MediaNodePanel::M_DEFAULT_WIDTH = 90.0;
80 float MediaNodePanel::M_DEFAULT_HEIGHT = 60.0;
81 float MediaNodePanel::M_LABEL_H_MARGIN = 3.0;
82 float MediaNodePanel::M_LABEL_V_MARGIN = 3.0;
83 float MediaNodePanel::M_BODY_H_MARGIN = 5.0;
84 float MediaNodePanel::M_BODY_V_MARGIN = 5.0;
87 const BPoint MediaNodePanel::s_invalidPosition(-200.0, -200.0);
93 MediaNodePanel function in class:MediaNodePanel
[all...]
H A DMediaNodePanel.h32 // MediaNodePanel.h
61 class MediaNodePanel : public DiagramBox, class in inherits:DiagramBox,BHandler,IStateArchivable
69 // [e.moon 26oct99] moved definitions to MediaNodePanel.cpp
83 MediaNodePanel(
87 virtual ~MediaNodePanel();
H A DMediaRoutingView.h67 class MediaNodePanel;
248 const MediaNodePanel *panel) const;
297 MediaNodePanel **outPanel) const;
362 MediaNodePanel* forPanel,
/haiku-fatelf/src/apps/cortex/RouteApp/
H A DRouteApp.cpp39 #include "MediaNodePanel.h"
642 MediaNodePanel* panel = dynamic_cast<MediaNodePanel*>(v->SelectedItemAt(i));

Completed in 29 milliseconds