Project.h File Reference

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)
 

Detailed Description

This class models the concept of a project for the TerraView.

Definition in file Project.h.

Function Documentation

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 
)