diff options
author | handbrake <[email protected]> | 2006-01-14 13:21:55 +0000 |
---|---|---|
committer | handbrake <[email protected]> | 2006-01-14 13:21:55 +0000 |
commit | dc8de40de13c3f3e643b980a95ef48ccafb542e3 (patch) | |
tree | 953b97afe7082bbe2ce4247c703a51aa8e29a3c9 /beos/MainWindow.h | |
parent | 4beb6a8b483c9d84677b21cc271ce315f136335c (diff) |
HandBrake 0.6.0-test1
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@10 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'beos/MainWindow.h')
-rw-r--r-- | beos/MainWindow.h | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/beos/MainWindow.h b/beos/MainWindow.h deleted file mode 100644 index 5e50775bc..000000000 --- a/beos/MainWindow.h +++ /dev/null @@ -1,36 +0,0 @@ -/* $Id: MainWindow.h,v 1.1.1.1 2003/11/03 12:03:51 titer Exp $ - - This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. - It may be used under the terms of the GNU General Public License. */ - - -#ifndef HB_MAIN_WINDOW_H -#define HB_MAIN_WINDOW_H - -#include <Window.h> -class ScanView; -class RipView; - -#include "HandBrake.h" - -class MainWindow : public BWindow -{ - public: - MainWindow(); - virtual bool QuitRequested(); - virtual void MessageReceived( BMessage * message ); - - private: - static void UpdateInterface( MainWindow * _this ); - void _UpdateInterface(); - - HBHandle * fHandle; - int fUpdateThread; - volatile bool fDie; - - ScanView * fScanView; - RipView * fRipView; -}; - -#endif |