QGIS API Documentation  master-59fd5e0
QgsProject::Imp Struct Reference
+ Collaboration diagram for QgsProject::Imp:

List of all members.

Public Member Functions

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

Public Attributes

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

Detailed Description

Definition at line 291 of file qgsproject.cpp.


Constructor & Destructor Documentation

QgsProject::Imp::Imp ( ) [inline]

Definition at line 305 of file qgsproject.cpp.

References QgsPropertyKey::name(), and properties_.


Member Function Documentation

void QgsProject::Imp::clear ( ) [inline]

clear project properties when a new project is started

Definition at line 316 of file qgsproject.cpp.

References QgsPropertyKey::clearKeys(), QgsProject::instance(), properties_, title, and QgsProject::writeEntry().


Member Data Documentation

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

Definition at line 303 of file qgsproject.cpp.

current physical project file

Definition at line 294 of file qgsproject.cpp.

property hierarchy

Definition at line 297 of file qgsproject.cpp.

Referenced by clear(), and Imp().

project title

Definition at line 300 of file qgsproject.cpp.

Referenced by clear().


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines