VR-Forces 5.0.2 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 
33 
34  virtual void initializeFilterList();
35  };
36 
39  {
40  Q_OBJECT
41 
42  public:
43 
46 
48  virtual QIcon icon();
49 
52  virtual makVrv::DtQIconConfigurations qIconConfigurations() const;
53 
55  virtual QString title();
56 
58  virtual const std::string& pageClassName() const;
59 
60  protected:
61 
64 
66  DtVrfEntityListObjectPanelPage( makVrv::DtDe& de, QWidget* parent = 0, Qt::WindowFlags flags = 0);
67 
69  virtual void activate();
70 
72  virtual void deactivate();
73 
74  protected:
75 
76  std::string myClassName;
77  };
78 
82  {
83  public:
84 
87 
90 
94  virtual std::string pageClassName() const;
95 
97  virtual makVrv::DtPage* create(QWidget* parent = 0, Qt::WindowFlags f = 0);
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:121
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:30
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:70
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:75
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 Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)