Searched refs:MonitorView (Results 1 - 4 of 4) sorted by relevance

/haiku/src/preferences/screen/
H A DMonitorView.h18 class MonitorView : public BView { class in inherits:BView
20 MonitorView(BRect frame, const char* name,
22 virtual ~MonitorView();
H A DMonitorView.cpp13 #include "MonitorView.h"
28 MonitorView::MonitorView(BRect rect, const char *name, int32 width, int32 height) function in class:MonitorView
41 MonitorView::~MonitorView()
47 MonitorView::AttachedToWindow()
57 MonitorView::MouseDown(BPoint point)
64 MonitorView::Draw(BRect updateRect)
126 MonitorView::SetResolution(int32 width, int32 height)
140 MonitorView
[all...]
H A DScreenWindow.h29 class MonitorView;
73 MonitorView* fMonitorView;
H A DScreenWindow.cpp54 #include "MonitorView.h"
227 fMonitorView = new MonitorView(BRect(0.0, 0.0, 80.0 * scaling,

Completed in 88 milliseconds