VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtIntervisibilityEditingEventProcessor.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2012 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
13 
14 namespace makVrv
15 {
16 
17  class DtDe;
18  class DtMouseEvent;
19  class DtInputDriver;
20 
26  {
27  public:
28 
31 
32  protected:
34  virtual DtIntersector::IntersectProperties intersectorPickMask() const;
35 
38 
40  DtIntervisibilityEditingEventProcessor( DtInputDriver& inputDriver, DtDe& de, const std::string& className );
41 
44  virtual bool allowEdit( const DtSelectionManager::IdSet&, bool doubleClick ) const;
45 
46  };
47 
48 
52  {
53  public:
55  static void registerInstance(DtDe& de, DtIntervisibilityEditingEventProcessorCreator*);
56 
58 
59  virtual DtBasicEditingEventProcessor* create(DtDe&);
60 
61  protected:
63  };
64 }

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)