VR-Forces 4.2 Class Documentation
surfEntSetController.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 
13 #pragma once
14 #include "vrfmodel/lclEntSetCtlr.h"
15 #include "vrfobjcore/simRadio.h"
16 
17 class DtSimMessage;
18 class DtVrfObject;
19 
20 
30 {
31 
32 public:
33 
37  DtVrfObject* owner,
38  DtSimManager* simManager,
39  DtComponentDescriptor* desc = 0,
40  DtReaderWriterRegistry* parentRegistry = 0);
41 
44 
47  virtual DtString type() const;
48 
49  static void setRestoreCallback(DtSimMessage * msg, void * usrData);
50 
54  static DtSimComponent * creator(const DtString& name,
55  DtVrfObject* owner,
56  DtSimManager* simManager,
57  DtComponentDescriptor* desc = 0,
58  DtReaderWriterRegistry* parentRegistry = 0);
59 
60 protected:
64 
67 
71 
72 protected:
74  virtual void processSetRestore(DtSimMessage* msg);
75 
76 protected:
78  virtual void setRadio(DtSimRadio * radio);
79 };
80 

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)