VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtObjectInfoItem.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvVrlQt/vrvVrlQt.h>
13 #include <vrvCoreQt/DtMenuItem.h>
15 
16 namespace makVrv
17 {
18  class DtPinnableProjectedWidgetModel;
19  class DtElementData;
24  {
25  Q_OBJECT;
26  public:
29 
31  virtual ~DtObjectInfoItem();
32 
34  virtual QAction* createAction(DtDe&, QWidget* parent);
35 
36  protected:
37  virtual void on_triggered();
38 
39  virtual void on_aboutToShow();
40 
45  virtual DtPinnableProjectedWidgetModel* findPinnableModel(const DtElementData::SceneObjectIdList& sceneIds);
46 
47  protected:
50 
52  };
53 }
std::vector< DtUniqueID > SceneObjectIdList
Public Type Definitions.
Definition: DtElementData.h:38
Builder for menu items.
Definition: DtMenuItem.h:23
Contains makVrv:DtSelectionManager class.
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
DtDe & myDe
Definition: DtObjectInfoItem.h:48
A Model which can be added to objects for displaying overlay widgets.
Definition: DtPinnableProjectedWidgetModel.h:21
Contains DLL export macros.
QAction * myQAction
Definition: DtObjectInfoItem.h:49
bool myPinSelectedLabels
Definition: DtObjectInfoItem.h:51
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
An Item builder for the transparency toggle item. The menu id string is &quot;DtTransparencyToggleItem&quot;.
Definition: DtObjectInfoItem.h:23

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)