VR-Forces 4.1.1 Class Documentation
bhaveCrowdCreationDialogInterface.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: bhaveCrowdCreationDialogInterface.h,v $ $Revision: 1.1 $ $State: Exp $
7 ** Created: 10/26/09 MEM
8 *******************************************************************************/
9 
12 
13 #ifndef bhaveCrowdCreationDialogInterface_H_
14 #define bhaveCrowdCreationDialogInterface_H_
15 
16 
18 #include <QtCore/QString>
19 
20 namespace BHAVE
21 {
22  namespace BHAVE3DGui
23  {
24 
29  {
30 
31  public:
32 
35 
38 
39  virtual int exec() = 0;
40  virtual void displayDialog() = 0;
41 
42  virtual void setAreaName(const QString& name) = 0;
43 
44  };
45  }
46 }
47 
48 #endif

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)