Utils.h File Reference
#include <terralib/common/Exception.h>
#include "Config.h"

Go to the source code of this file.

Functions

void CreateDefaultSettings ()
 Creates a default QSettings. More...
 
bool GetOpenLastProjectFromSettings ()
 
void GetProjectInformationsFromSettings (QString &defaultAuthor, int &maxSaved)
 
void SaveOpenLastProjectOnSettings (bool openLast)
 
void SaveProjectInformationsOnSettings (const QString &defaultAuthor, const int &maxSaved)
 
void WriteDefaultProjectFile (const QString &fileName)
 Writes the default project file. More...
 

Function Documentation

void CreateDefaultSettings ( )

Creates a default QSettings.

bool GetOpenLastProjectFromSettings ( )
Returns
void GetProjectInformationsFromSettings ( QString &  defaultAuthor,
int &  maxSaved 
)
void SaveOpenLastProjectOnSettings ( bool  openLast)
Parameters
void SaveProjectInformationsOnSettings ( const QString &  defaultAuthor,
const int &  maxSaved 
)
void WriteDefaultProjectFile ( const QString &  fileName)

Writes the default project file.