capositiontableview.h

00001 #ifndef CAPOSITIONTABLEVIEW_H
00002 #define CAPOSITIONTABLEVIEW_H
00003 
00004 #include "cadialog.h"
00005 #include "calabel.h"
00006 
00010 class CAPositionTableView : public CADialog {
00011 public:
00012     CAPositionTableView( bool rank );
00013     ~CAPositionTableView();
00014 
00015     virtual void buildScreen();
00016     virtual void on_button_release( CL_InputDevice *device, const CL_Key &key );
00017 
00018 private:
00020 
00021     bool race;
00023     CALabel* label;
00024 };
00025 
00026 #endif

Generated on Tue Nov 28 06:48:28 2006 by  doxygen 1.5.0