VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
weatherStatePage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
14 
15 class QComboBox;
16 
17 namespace makVrf
18 {
19  namespace makVrfGuiObjectInformationQt
20  {
22  {
23  Q_OBJECT
24  public:
25 
27  DtWeatherStatePage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
28 
30  virtual ~DtWeatherStatePage();
31 
33  virtual QIcon icon();
34 
36  virtual QString title();
37 
39  virtual const std::string& pageClassName() const;
40 
42  static const std::string& thePageClassName();
43 
44  virtual DtInformationDialogPageLogic* createLogic();
45 
48 
49  protected:
50  virtual void activate();
51  };
54  }
55 }

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)