VR-Forces 4.1 Class Documentation
DtCigiEntityMappingPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtCigiEntityMappingPage.h,v $ $Revision: 1.8 $ $State: Exp $
7 ******************************************************************************/
8 
13 
14 #pragma once
15 #include <vrvCigiQt/vrvCigiQt.h>
16 #include <vrvCoreQt/DtPage.h>
17 #include <vrvUtil/templateUtil.h>
18 
19 namespace makVrv
20 {
21  class DtCigiEntityMappingWidget;
22 
26  {
27  Q_OBJECT;
28  public:
30  DtCigiEntityMappingPage(DtDe& de,QWidget* parent, Qt::WindowFlags f = 0);
31 
33  virtual ~DtCigiEntityMappingPage();
34 
36  virtual QIcon icon();
37 
39  virtual QString title();
40 
42  virtual const std::string& pageClassName() const;
43 
45  static const std::string& thePageClassName();
46 
47  protected:
48 
50  void setupGui();
51 
53  virtual void activate();
54 
56  virtual void deactivate();
57 
59  virtual void onCurrentInstanceChanged(QString definition);
60 
61  protected:
64  };
65 
69  DtCigiEntityMappingPageCreator)
70 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)