2 * Copyright 2003-2013 Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
7 * Jérôme Duval, jerome.duval@free.fr
10 #define PREVIEW_VIEW_H
18 class PreviewView
: public BView
{
20 PreviewView(const char* name
);
21 virtual ~PreviewView();
23 virtual void Draw(BRect updateRect
);
26 BView
* RemovePreview();
29 void ShowNoPreview() const;
30 void HideNoPreview() const;
34 BTextView
* fNoPreview
;
38 #endif // PREVIEW_VIEW_H