VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vrfObjectListPanelPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtVrfObjectListPanelPageCreator.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
11 
13 
14 #pragma once
15 
17 #include <vrvCoreQt/DtPage.h>
18 
19 namespace makVrv
20 {
21  class DtDe;
22 }
23 
24 namespace makVrf
25 {
26  class DtVrfObjectListPanel;
27 
29  {
30 
31  public:
32 
34 
35  virtual void setupUi(QWidget* p) = 0;
36  };
37 
41  {
42 
43  public:
44 
46  DtVrfObjectListPanelPage( makVrv::DtDe& de, QWidget* parent = 0, Qt::WindowFlags flags = 0);
47 
49  virtual ~DtVrfObjectListPanelPage();
50 
51  protected:
52 
54 
55  };
56 
58  {
59  public:
60 
62 
64 
65  virtual DtVrfObjectListPanelPage* create(makVrv::DtDe& de, DtVrfObjectListPanel* p) = 0;
66  };
67 }

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)