VR-Forces 4.0.4 Class Documentation
include/bhave3DGui/bhaveCrowdCreationDialogInterface.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2009 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: bhaveCrowdCreationDialogInterface.h,v $ $Revision: 1.1 $ $State: Exp $
00007 ** Created: 10/26/09 MEM
00008 *******************************************************************************/
00009 
00012 
00013 #ifndef bhaveCrowdCreationDialogInterface_H_
00014 #define bhaveCrowdCreationDialogInterface_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 DtBhaveCrowdCreationDialogInterface
00029       {
00030 
00031       public:
00032 
00034          DtBhaveCrowdCreationDialogInterface();
00035 
00037          virtual ~DtBhaveCrowdCreationDialogInterface();
00038 
00039          virtual int exec() = 0;
00040          virtual void displayDialog() = 0;
00041 
00042          virtual void setAreaName(const QString& name) = 0;
00043 
00044       };
00045    }
00046 }
00047 
00048 #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)