VR-Forces 4.0.4 Class Documentation
include/bhave3DGui/bhaveNewSpawnTemplateDialogInterface.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2012 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ** Created: 3/12/12 MEM
00005 *******************************************************************************/
00006 
00009 
00010 #pragma once
00011 
00012 
00013 #include <bhave3DGui/bhave3DGuiDefines.h>
00014 #include <QtCore/QString>
00015 
00016 namespace BHAVE
00017 {
00018    namespace BHAVE3DGui
00019    {
00020 
00024       class DT_DLL_bhave3DGui DtBhaveNewSpawnTemplateDialogInterface
00025       {
00026 
00027       public:
00028 
00030          DtBhaveNewSpawnTemplateDialogInterface();
00031 
00033          virtual ~DtBhaveNewSpawnTemplateDialogInterface();
00034 
00035          virtual int exec() = 0;
00036          virtual void displayDialog() = 0;
00037       };
00038    }
00039 }

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)