QGIS API Documentation  2.18.21-Las Palmas (9fba24a)
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. More...
 

Public Attributes

bool autoTransaction
 
bool dirty
 
bool evaluateDefaultValues
 
QFile file
 
QgsPropertyKey properties_
 
QString title
 

Detailed Description

Definition at line 320 of file qgsproject.cpp.

Constructor & Destructor Documentation

◆ Imp()

QgsProject::Imp::Imp ( )
inline

Definition at line 329 of file qgsproject.cpp.

Member Function Documentation

◆ clear()

void QgsProject::Imp::clear ( )
inline

Clear project properties when a new project is started.

Definition at line 342 of file qgsproject.cpp.

Member Data Documentation

◆ autoTransaction

bool QgsProject::Imp::autoTransaction

Definition at line 325 of file qgsproject.cpp.

◆ dirty

bool QgsProject::Imp::dirty

Definition at line 327 of file qgsproject.cpp.

◆ evaluateDefaultValues

bool QgsProject::Imp::evaluateDefaultValues

Definition at line 326 of file qgsproject.cpp.

◆ file

QFile QgsProject::Imp::file

Definition at line 322 of file qgsproject.cpp.

◆ properties_

QgsPropertyKey QgsProject::Imp::properties_

Definition at line 323 of file qgsproject.cpp.

◆ title

QString QgsProject::Imp::title

Definition at line 324 of file qgsproject.cpp.


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