VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfEntityListObjectPanelPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtVrfEntityListObjectPanelPage.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
11 
13 
14 #pragma once
15 
18 
19 class QVBoxLayout;
20 
21 namespace makVrf
22 {
23  class DtVrfFilteredListView;
24 
26  {
27 
28  public:
29 
31 
32  virtual ~DtVrfEntityListObjectPanelPageLogic() override;
33 
34  virtual void initializeFilterList() override;
35  };
36 
39  {
40  Q_OBJECT
41 
42  public:
43 
45  virtual ~DtVrfEntityListObjectPanelPage() override;
46 
48  virtual QIcon icon() override;
49 
52  virtual makVrv::DtQIconConfigurations qIconConfigurations() const override;
53 
55  virtual QString title() override;
56 
58  virtual const std::string& pageClassName() const override;
59 
60  protected:
61 
64 
66  DtVrfEntityListObjectPanelPage( makVrv::DtDe& de, QWidget* parent = 0, Qt::WindowFlags flags = 0);
67 
69  virtual void activate() override;
70 
72  virtual void deactivate() override;
73 
74  protected:
75 
76  std::string myClassName;
77  };
78 
82  {
83  public:
84 
87 
89  virtual ~DtVrfEntityListObjectPanelPageCreator() override;
90 
94  virtual std::string pageClassName() const override;
95 
97  virtual makVrv::DtPage* create(QWidget* parent = 0, Qt::WindowFlags f = 0) override;
98  };
99 
100 }
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
The page creator. This class should be extended by all page classes.
Definition: DtPage.h:152
The creator class needed to be used to create a DtVrfEntityListObjectPanelPage.
Definition: vrfEntityListObjectPanelPage.h:81
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:51
A widget class for managing objects in the simulation.
Definition: vrfEntityListObjectPanelPage.h:38
Definition: vrfListObjectPanelPage.h:30
A widget class for managing objects in the simulation.
Definition: vrfListObjectPanelPage.h:65
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:131
std::string myClassName
Definition: vrfEntityListObjectPanelPage.h:76
Definition: vrfEntityListObjectPanelPage.h:25
A widget class for managing objects in the simulation.
Definition: vrfObjectListPanelPage.h:39

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)