VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtPinnableProjectedWidgetModel.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 
10 #pragma once
11 #include <vrvCore/vrvCore.h>
12 #include <vrvCore/DtModel.h>
14 
15 namespace makVrv
16 {
17  class DtWidget;
18 
22  {
23  public:
24 
27 
30 
33  virtual void setPinned(bool pinned) = 0;
34  virtual bool isPinned() const = 0;
36  };
37 }
38 
39 
40 
A Model which can be added to objects for displaying overlay widgets.
Definition: DtPinnableProjectedWidgetModel.h:21
A Model which can be added to objects for displaying overlay widgets.
Definition: DtProjectedWidgetModel.h:21
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Contains makVrv::DtModel class.
Contains makVrv::DtWidgetLayout class.
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
Contains DLL export macros.

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)