VR-Forces 4.0.4 Class Documentation
include/bhave3DGui/bhaveSpawnSinkCreationDialogInterface.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2009 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: bhaveSpawnSinkCreationDialogInterface.h,v $ $Revision: 1.1 $ $State: Exp $
00007 ** Created: 10/26/09 MEM
00008 *******************************************************************************/
00009 
00012 
00013 #ifndef bhaveSpawnSinkCreationDialogInterface_H_
00014 #define bhaveSpawnSinkCreationDialogInterface_H_
00015 
00016 
00017 #include <bhave3DGui/bhave3DGuiDefines.h>
00018 #include <QtCore/QString>
00019 
00020 namespace BHAVE
00021 {
00022    namespace BHAVE3DGui
00023    {
00024 
00028       class DT_DLL_bhave3DGui DtBhaveSpawnSinkCreationDialogInterface
00029       {
00030 
00031       public:
00032 
00034          DtBhaveSpawnSinkCreationDialogInterface();
00035 
00037          virtual ~DtBhaveSpawnSinkCreationDialogInterface();
00038 
00039          virtual int exec() = 0;
00040          virtual void displayDialog() = 0;
00041       };
00042    }
00043 }
00044 
00045 #endif

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)