QGIS API Documentation  2.6.0-Brighton
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
QgsProject::Imp Struct Reference

Public Member Functions

 Imp ()
void clear ()
 clear project properties when a new project is started

Public Attributes

QFile file
 current physical project file
QgsPropertyKey properties_
 property hierarchy
QString title
 project title
bool dirty
 true if project has been modified since it has been read or saved

Constructor & Destructor Documentation

QgsProject::Imp::Imp ( )
inline

Member Function Documentation

void QgsProject::Imp::clear ( )
inline

clear project properties when a new project is started

Member Data Documentation

bool QgsProject::Imp::dirty

true if project has been modified since it has been read or saved

QFile QgsProject::Imp::file

current physical project file

QgsPropertyKey QgsProject::Imp::properties_

property hierarchy

QString QgsProject::Imp::title

project title


The documentation for this struct was generated from the following file: