VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
hazardAreaCreatePalette.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
14 
15 namespace makVrf
16 {
19  {
20  Q_OBJECT
21 
22  public:
24  DtHazardAreaCreatePalette( makVrv::DtDe& de, QWidget* parent = 0, Qt::WindowFlags flags = 0);
25 
27  virtual ~DtHazardAreaCreatePalette();
28 
30  virtual QIcon icon();
31 
33  virtual QString title();
34 
36  virtual const std::string& pageClassName() const;
37 
39  static const std::string& thePageClassName();
40 
41  virtual bool hasDeployedCountries() const { return false; };
42  };
43 
46 }

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)