Searched refs:VideoWindow (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/add-ons/media/media-add-ons/videowindow/
H A DVideoWindow.cpp7 #include "VideoWindow.h"
11 VideoWindow::VideoWindow(BRect size, VideoView* view) function in class:VideoWindow
20 VideoWindow::~VideoWindow()
26 VideoWindow::MessageReceived(BMessage *msg)
H A DVideoWindow.h17 class VideoWindow : public BWindow class in inherits:BWindow
20 VideoWindow(BRect size, VideoView* view);
21 ~VideoWindow();
H A DVideoNode.h19 class VideoWindow;
92 VideoWindow * fWindow;
H A DVideoNode.cpp9 #include "VideoWindow.h"
435 fWindow = new VideoWindow(size, fVideoView);
/haiku-fatelf/src/apps/codycam/
H A DCodyCam.h87 class VideoWindow;
109 VideoWindow* fWindow;
115 class VideoWindow : public BWindow { class in inherits:BWindow
117 VideoWindow(BRect frame, const char* title,
120 ~VideoWindow();
H A DCodyCam.cpp150 fWindow = new VideoWindow(BRect(28, 28, 28, 28),
157 ((VideoWindow*)fWindow)->ApplyControls();
260 ((VideoWindow*)fWindow)->VideoView(),
261 ((VideoWindow*)fWindow)->StatusLine(), NULL, 0);
421 VideoWindow::VideoWindow(BRect frame, const char* title, window_type type, function in class:VideoWindow
494 VideoWindow::~VideoWindow()
502 VideoWindow::QuitRequested()
510 VideoWindow
[all...]

Completed in 46 milliseconds