|
QGIS API Documentation
2.4.0-Chugiak
|

Public Member Functions | |
| Imp () | |
| void | clear () |
| clear project properties when a new project is started More... | |
Public Attributes | |
| QFile | file |
| current physical project file More... | |
| QgsPropertyKey | properties_ |
| property hierarchy More... | |
| QString | title |
| project title More... | |
| bool | dirty |
| true if project has been modified since it has been read or saved More... | |
Definition at line 295 of file qgsproject.cpp.
|
inline |
Definition at line 309 of file qgsproject.cpp.
References QgsPropertyKey::name().
|
inline |
clear project properties when a new project is started
Definition at line 320 of file qgsproject.cpp.
References QgsPropertyKey::clearKeys().
| bool QgsProject::Imp::dirty |
true if project has been modified since it has been read or saved
Definition at line 307 of file qgsproject.cpp.
| QFile QgsProject::Imp::file |
current physical project file
Definition at line 298 of file qgsproject.cpp.
| QgsPropertyKey QgsProject::Imp::properties_ |
property hierarchy
Definition at line 301 of file qgsproject.cpp.
| QString QgsProject::Imp::title |
project title
Definition at line 304 of file qgsproject.cpp.
1.8.8