VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rangeItemSimObjectFacade.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
10 
11 class DtRangeItems;
12 
15 {
16 public:
18 
21 
22  bool isUsable() const;
23 
24  const DtRangeItems& rangeItems() const;
25 
26 protected:
28  virtual DtSimObjectReference simObject() const = 0;
29  virtual void setupDecorator() {};
30 };
31 
The DtSimObjectReference is a shared pointer that can be used amongst many object for access to the u...
Definition: simObjectReference.h:26
The DtRangeItemSimObjectFacadeInterface class deals with range rings items for objects that support i...
Definition: rangeItemSimObjectFacade.h:14
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
virtual void setupDecorator()
Definition: rangeItemSimObjectFacade.h:29
Definition: rangeItem.h:206
DtSimObjectFacade< DtRangeItemSimObjectFacadeInterface > DtRangeItemSimObjectFacade
Definition: rangeItemSimObjectFacade.h:32
The template that will wrap a proxy interface and allow it to be used separate from an multiply inher...
Definition: simObjectFacadeBase.h:43

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)