VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtOsgEarthPaperMapCallback.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
13 #include <osgEarth/MapCallback>
14 
15 namespace makVrv
16 {
17  class DtOsgEarthPaperMapManager;
18 
22  class DT_DLL_VRVOSGEARTH DtOsgEarthPaperMapCallback : public osgEarth::MapCallback
23  {
24  public:
28 
30  virtual ~DtOsgEarthPaperMapCallback();
31 
35  virtual void onLayerAdded(osgEarth::Layer* layer, unsigned index);
36 
40  virtual void onLayerRemoved(osgEarth::Layer* layer, unsigned index);
41 
42  protected:
44  };
45 }
DtTerrainEditorMapCallback.
Definition: DtOsgEarthPaperMapCallback.h:22
DtOsgEarthPaperMapManager * myManager
Definition: DtOsgEarthPaperMapCallback.h:43
#define DT_DLL_VRVOSGEARTH
Definition: vrvOsgEarth.h:21
Manager that adds, clears, activates/deactives groups (if any) read in by the DtPaperMapCallback The ...
Definition: DtOsgEarthPaperMapManager.h:64
Contains DLL export macros.

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)