Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

FinderWindow.h

Go to the documentation of this file.
00001 #ifndef FINDER_WINDOW_H
00002 #define FINDER_WINDOW_H
00003 
00004 #include "MWindow.h"
00005 #include "MListView.h"
00006 #include "MTextControl.h"
00007 #include "MButton.h"
00008 #include "MStringView.h"
00009 
00010 #include <StopWatch.h>
00011 
00015 class FinderWindow : public MWindow
00016 {
00017         private:
00018                 MTextControl    * m_text;
00019                 MListView               * m_list;
00020                 MStringView             * m_status;
00021                 BStopWatch              m_timer;
00022                 
00023                 enum {
00024                         SEARCH_BUTTON   = 'SeBu',
00025                         LIST                    = 'List'
00026                 };
00027                 
00028         public:
00029                 FinderWindow();
00030                 virtual ~FinderWindow();
00031                 
00032                 virtual bool QuitRequested();
00033                 
00034                 virtual void MessageReceived( BMessage * );
00035 };
00036 
00037 #endif

Generated at Wed Oct 29 09:04:04 2003 for BeIndexed by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000