2 Copyright 1999, Be Incorporated. All Rights Reserved.
3 This file may be used under the terms of the Be Sample Code License.
6 #ifndef _TEAPOT_WINDOW_
7 #define _TEAPOT_WINDOW_
10 #include <DirectWindow.h>
12 #include "ObjectView.h"
15 class TeapotWindow
: public BDirectWindow
{
17 TeapotWindow(BRect r
, const char* name
, window_type wt
,
20 virtual bool QuitRequested();
21 virtual void DirectConnected( direct_buffer_info
* info
);
22 virtual void MessageReceived(BMessage
* msg
);
25 ObjectView
* fObjectView
;