All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IndoorMapFloorOutlineInformationModelFactory.h
1 // Copyright eeGeo Ltd (2012-2019), All Rights Reserved
2 
3 #pragma once
4 
5 #include "IndoorMapFloorOutlineInformation.h"
6 #include "Interiors.h"
7 #include "Types.h"
8 
9 #include <string>
10 
11 namespace Eegeo
12 {
13  namespace IndoorMapFloorOutlineInformation
14  {
16  {
17  public:
19  IIndoorMapFloorOutlineInformationLoadedEvent& indoorMapFloorOutlineInformationLoadedEvent
20  );
21 
23  IndoorMapFloorOutlineInformationModelId id,
24  const std::string& indoorMapId,
25  int indoorMapFloorId
26  ) const;
27 
28  private:
29  IIndoorMapFloorOutlineInformationLoadedEvent& m_indoorMapFloorOutlineInformationLoadedEvent;
30  };
31  }
32 }