VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
extendedPropertiesPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
14 #include <vrfutil/rwProperties.h>
15 
16 namespace makVrf
17 {
18  namespace makVrfGuiObjectInformationQt
19  {
21  {
22  Q_OBJECT
23 
24  public:
25 
27  DtExtendedPropertiesPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
28 
30  virtual ~DtExtendedPropertiesPage();
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  };
52 
55 
58  {
59  public:
61 
63 
65 
66  virtual const DtRwProperties& stateProperties() const
67  {
68  return myStateProperties;
69  }
70 
71  protected:
73  };
74  }
75 }
76 

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)