Files
haiku-beta6/src/apps/diskprobe/FileWindow.h
T
Axel Dörfler 7fff3ed096 Implemented R5 compatible settings.
The number base type (hex or decimal) and the window frame is already
correctly maintained (font size is only displayed, but not yet changed).
I don't know the meaning of the last 4 bytes in DiskProbe_data, but
it's probably not that bad.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6714 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-02-24 08:52:35 +00:00

20 lines
441 B
C++

/*
** Copyright 2004, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License.
*/
#ifndef FILE_WINDOW_H
#define FILE_WINDOW_H
#include "ProbeWindow.h"
class FileWindow : public ProbeWindow {
public:
FileWindow(BRect rect, entry_ref *ref, const BMessage *settings = NULL);
virtual bool Contains(const entry_ref &ref, const char *attribute);
};
#endif /* FILE_WINDOW_H */