MAK RTIspy API Documentation for HLA 1.3
hlaBounceGui.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2010 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 ********************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: .h,v $ $Revision: 1.2 $ $State: Exp $
00007 *******************************************************************************/
00008 
00009 #ifndef HlaBounceGui_H_
00010 #define HlaBounceGui_H_
00011 
00012 #include "ballData.h"
00013 #include "regionData.h"
00014 
00015 class QApplication;
00016 class HlaBounceMainWindow;
00017 class BallController;
00018 
00019 class HlaBounceGui
00020 {
00021 public:
00022 
00023    HlaBounceGui(int argc, char** argv, BallController* ballController,
00024       BallMap* ballData, DdmRegionMap* regionData, const char* protocolName);
00025    virtual ~HlaBounceGui();
00026 
00027 private:
00028 
00029    // Default constructor not implemented
00030    HlaBounceGui();
00031 
00032 protected:
00033 
00034    QApplication* myQApp;
00035    HlaBounceMainWindow* myMainWindow;
00036 
00037 };
00038 
00039 #endif

Document ID: Generated on Thu Jun 14 14:15:04 EDT 2012 from SVN revision 116116
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)