VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
embeddedEntitiesDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 #pragma once
10 
14 
15 #include "vrfutil/rwObjectType.h"
17 #include "vrfutil/rwVector.h"
18 
20 
24  public DtComponentDescriptor{
25 
26 public:
29  parentRegistry = 0);
30 
33  DtReaderWriterRegistry* parentRegistry = 0);
34 
37 
40 
43  virtual DtString type() const;
44 
47 
50  virtual bool useRadioMessaging() const;
51  virtual void setUseRadioMessaging(bool useRadio);
53 
56  virtual const DtRwTemplatedListPtr<DtRwEmbeddedEntity, true>& embeddedEntities() const;
57  virtual DtRwTemplatedListPtr<DtRwEmbeddedEntity, true>& embeddedEntities();
59 
61  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
62  = 0) const;
63 
64 private:
67 
68 protected:
71 };

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)