VR-Forces 4.1 Class Documentation
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:
33 
36 
38  DtIntervisibilityEditingEventProcessor( DtInputDriver& inputDriver, DtDe& de, const std::string& className );
39 
42  virtual bool allowEdit( const DtSelectionManager::IdSet&, bool doubleClick ) const;
43 
44  };
45 
46 
50  {
51  public:
53  static void registerInstance(DtDe& de, DtIntervisibilityEditingEventProcessorCreator*);
54 
56 
57  virtual DtBasicEditingEventProcessor* create(DtDe&);
58 
59  protected:
61  };
62 }

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)