VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ReplacementDialogPage.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2012 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
13 #include <vrvCoreQt/DtPage.h>
14 
15 #include <QtCore/QString>
16 #include <QtGui/QIcon>
17 
18 namespace makVrv
19 {
20  class DtDe;
21  class DtPersistenceToolbarWidget;
22 }
23 
25 class DerivedDialogLogic;
26 
27 
40 {
41  Q_OBJECT;
42 
43 public:
44 
49  makVrv::DtDe& de,
50  QWidget* parent = 0,
51  Qt::WindowFlags f = Qt::Widget);
52 
56  virtual ~ReplacementDialogPage();
57 
60  virtual QIcon icon();
61 
64  virtual QString title();
65 
68  virtual const std::string& pageClassName() const;
69 
72  static const std::string& thePageClassName();
73 
74 protected:
75 
79  virtual void activate();
80 
85  virtual void deactivate();
86 
87 protected:
88 
93 };
94 
100 

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)