ui: Added Java project setup UI

This commit is contained in:
Eberhard Graether
2016-08-17 13:12:26 +02:00
parent 566cface6c
commit a3001b2b72
30 changed files with 329 additions and 176 deletions
+4 -1
View File
@@ -20,7 +20,9 @@ public:
virtual bool equalsExceptNameAndLocation(const ProjectSettings& other) const;
virtual bool load();
virtual std::vector<std::string> getLanguageStandards() const;
bool reload();
std::string getProjectName() const;
void setProjectName(const std::string& name);
@@ -52,6 +54,7 @@ protected:
private:
virtual std::vector<std::string> getDefaultSourceExtensions() const;
virtual std::string getDefaultStandard() const;
};
#endif // PROJECT_SETTINGS_H