VR-Forces 4.1 Class Documentation
DtSchemaEditorPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtSchemaEditorPage.h,v $ $Revision: 1.8 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 #include <vrvCoreQt/DtPage.h>
15 
16 class QSplitter;
17 class QLabel;
18 
19 namespace makVrv
20 {
21  class DtDe;
22  class DtInstanceEditorWidget;
23  class DtMapEditorWidget;
24  class DtSchemaEditorLogic;
25  class DtPersistenceToolbarWidget;
26 
30  {
31  Q_OBJECT
32 
33  public:
34 
36  DtSchemaEditorPage(DtDe& de, QWidget* parent, Qt::WindowFlags f = 0);
37 
39  virtual ~DtSchemaEditorPage();
40 
42  virtual QIcon icon();
43 
45  virtual QString title();
46 
48  virtual const std::string& pageClassName() const;
49 
51  static const std::string& thePageClassName();
52 
53  protected:
54 
56  void setupGui();
57 
59  virtual void activate();
60 
62  virtual void deactivate();
63 
64  protected:
65 
71 
72  QSplitter* mySplitter;
73  };
74 
78 }

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)