VR-Forces 4.1.1 Class Documentation
DtRangeLineDriver.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtRangeLineDriver.h,v $ $Revision: 1.8 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 #include "DtRangeLineElement.h"
16 
18 #include <vrvCore/DtElementEntry.h>
21 #include <vrvCore/DtUniqueID.h>
22 #include <vrvCore/vrvCore.h>
25 
26 #include <boost/signals.hpp>
27 #include <boost/unordered_map.hpp>
28 
29 class DtVector;
30 
31 namespace makVrv
32 {
33  class DtDe;
34  class DtBasicEditingEventProcessor;
35  class DtUnicode;
36  class DtIntervisibilityStateListener;
37  class DtElementDefinitionManager;
38 }
39 
40 namespace exampleRangeLine
41 {
42  class DtRangeLineElement;
43  class DtRangeLineStateListener;
44 
50  {
51  public:
52 
55 
57  virtual ~DtRangeLineDriver();
58 
60  virtual DtRangeLineElement* create(const DtVector& start,
61  const DtVector& end);
62 
64  virtual void create(const AttachPoints& ap = AttachPoints());
65 
66  protected:
69 
72  const std::string& definition) const;
73 
77  const makVrv::DtUnicode& definition) const;
78 
81  virtual bool isAttachableObjectType(
83  virtual bool isAttachableObjectType(makVrv::DtUniqueID id) const;
84 
85  virtual void slot_place(makVrv::DtUniqueID attachTo, DtVector v,
86  double altAboveGround);
87 
88  virtual void completeSetup();
89 
93  makVrv::DtElementDefinitionManager& manager, int modelSet);
94 
95  };
96 }
97 

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)