2 ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 ** Distributed under the terms of the MIT License.
13 class ProbeWindow
: public BWindow
{
15 ProbeWindow(BRect rect
, entry_ref
*ref
);
16 virtual ~ProbeWindow();
18 virtual void MessageReceived(BMessage
*message
);
19 virtual bool QuitRequested();
21 virtual bool Contains(const entry_ref
&ref
, const char *attribute
) = 0;
24 const entry_ref
&Ref() const { return fRef
; }
30 #endif /* PROBE_WINDOW_H */