VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 }
Definition: vrfObjectListPanelPage.h:57
Contains makVrv::DtPage class.
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
virtual void setupUi(QWidget *p)=0
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:27
makVrv::DtDe & myDe
Definition: vrfObjectListPanelPage.h:53
Definition: vrfObjectListPanelPage.h:28
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
A widget class for managing objects in the simulation.
Definition: vrfObjectListPanelPage.h:39

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)