VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
tdlMessageStatePage.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
10 
11 namespace makVrf
12 {
13  namespace makVrfGuiObjectInformationQt
14  {
16  {
17  Q_OBJECT
18 
19  public:
20 
22  DtTDLMessageStatePage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
23 
25  virtual ~DtTDLMessageStatePage();
26 
28  virtual QIcon icon();
29 
31  virtual QString title();
32 
34  virtual const std::string& pageClassName() const;
35 
37  static const std::string& thePageClassName();
38 
39  protected:
41  };
42 
45  }
46 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)