VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)