2 * Copyright 2007-2010, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
5 #ifndef PROGRESS_WINDOW_H
6 #define PROGRESS_WINDOW_H
16 // public message constants
18 kMsgProgressUpdate
= 'pwPU'
22 class ProgressWindow
: public BWindow
{
25 virtual ~ProgressWindow();
27 virtual void MessageReceived(BMessage
* message
);
29 void Start(BWindow
* referenceWindow
,
34 BStatusBar
* fStatusBar
;
35 BMessageRunner
* fRunner
;
36 bool fRetrievedUpdate
;
41 #endif // PROGRESS_WINDOW_H