This class models the concept of a project for the TerraView. More...
#include "../terralib/maptools/AbstractLayer.h"#include "Config.h"#include <QString>#include <list>Go to the source code of this file.
Classes | |
| struct | ProjectMetadata | 
Functions | |
| void | LoadProject (const QString &projFile, ProjectMetadata &proj, std::list< te::map::AbstractLayerPtr > &layers) | 
| void | SaveProject (const ProjectMetadata &proj, const std::list< te::map::AbstractLayerPtr > &layers) | 
| void LoadProject | ( | const QString & | projFile, | 
| ProjectMetadata & | proj, | ||
| std::list< te::map::AbstractLayerPtr > & | layers | ||
| ) | 
| void SaveProject | ( | const ProjectMetadata & | proj, | 
| const std::list< te::map::AbstractLayerPtr > & | layers | ||
| ) |