Skip to content

v0.2.47..v0.2.48 changeset ApiEntityDisplayInfo.h

Garret Voltz edited this page Sep 27, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/info/ApiEntityDisplayInfo.h b/hoot-core/src/main/cpp/hoot/core/info/ApiEntityDisplayInfo.h
index 8547cda..0c1793a 100644
--- a/hoot-core/src/main/cpp/hoot/core/info/ApiEntityDisplayInfo.h
+++ b/hoot-core/src/main/cpp/hoot/core/info/ApiEntityDisplayInfo.h
@@ -61,6 +61,14 @@ public:
 private:
 
   static QString _apiEntityTypeForBaseClass(const QString& baseClassName);
+
+  template<typename ApiEntity, typename ApiEntityChild>
+  static QString _getApiEntities(
+    const std::string& apiEntityBaseClassName, const QString& apiEntityType, const bool displayType,
+    const int maxNameSize);
+
+  template<typename ApiEntity>
+  static QString _getApiEntitiesForMatchMergerCreators(const std::string& apiEntityClassName);
 };
 
 }
Clone this wiki locally