2 ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 ** Distributed under the terms of the MIT License.
5 #ifndef ATTRIBUTE_WINDOW_H
6 #define ATTRIBUTE_WINDOW_H
9 #include "ProbeWindow.h"
15 class AttributeWindow
: public ProbeWindow
{
17 AttributeWindow(BRect rect
, entry_ref
*ref
, const char *attribute
= NULL
,
18 const BMessage
*settings
= NULL
);
19 virtual ~AttributeWindow();
21 virtual void MessageReceived(BMessage
*message
);
22 virtual bool QuitRequested();
23 virtual bool Contains(const entry_ref
&ref
, const char *attribute
);
26 ProbeView
*fProbeView
;
27 TypeEditorView
*fTypeEditorView
;
31 #endif /* ATTRIBUTE_WINDOW_H */