]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMProject.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / modelCDMProject.h
index fe10702894b688f8365173ff604719433baccc18..e3ba19a69d56eaa3a082a5dcd11f577b67dbec80 100644 (file)
@@ -99,6 +99,24 @@ public:
    */
   const std::string& GetBuildPath() const;
 
+  /**
+   * Retrieves the package vector containing the packages present in the project.
+   * @return The package vector containing references to the packages of the project.
+   */
+  const std::vector<modelCDMPackage*>& GetPackages() const;
+
+  /**
+   * Retrieves the appli containing the applications present in the project.
+   * @return The appli object present in the project.
+   */
+  modelCDMAppli* GetAppli() const;
+
+  /**
+   * Retrieves the lib containing the libraries present in the project.
+   * @return The lib object present in the project.
+   */
+  modelCDMLib* GetLib() const;
+
 
   //Setters
   /**