VR-Forces 4.1 Class Documentation
gndMvToLocCntlr.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 #pragma once
12 
13 
15 
16 
17 
28 {
29 public:
30 
34  DtVrfObject* owner,
35  DtSimManager* simManager,
36  DtComponentDescriptor* desc = 0,
37  DtReaderWriterRegistry* parentRegistry = 0);
38 
41 
44  virtual DtString type() const;
45 
49  static void moveToLocationCallback(DtSimMessage * msg, void * usr);
50  virtual void processMoveToLocationTask(DtSimMessage * msg);
51 
55  static DtSimComponent * creator(const DtString& name,
56  DtVrfObject* owner,
57  DtSimManager* simManager,
58  DtComponentDescriptor* desc = 0,
59  DtReaderWriterRegistry* parentRegistry = 0);
60 
62  virtual void registerTaskMsgCallbacks();
63 
64 private:
68 
71  orig);
72 
76 };
77 

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)