QGIS API Documentation  2.18.21-Las Palmas (9fba24a)
Public Member Functions | List of all members
QgsProjectVersion Class Reference

A class to describe the version of a project. More...

#include <qgsprojectversion.h>

Public Member Functions

 QgsProjectVersion ()
 
 QgsProjectVersion (int major, int minor, int sub, const QString &name="")
 
 QgsProjectVersion (const QString &string)
 
 ~QgsProjectVersion ()
 
int majorVersion ()
 
int minorVersion ()
 
bool operator!= (const QgsProjectVersion &other) const
 Boolean equal operator. More...
 
bool operator== (const QgsProjectVersion &other) const
 Boolean equal operator. More...
 
bool operator> (const QgsProjectVersion &other) const
 Boolean > operator. More...
 
bool operator>= (const QgsProjectVersion &other) const
 Boolean >= operator. More...
 
int subVersion ()
 
QString text ()
 

Detailed Description

A class to describe the version of a project.

Used in places where you need to check if the current version of QGIS is greater than the one used to create a project file.

Definition at line 30 of file qgsprojectversion.h.

Constructor & Destructor Documentation

◆ QgsProjectVersion() [1/3]

QgsProjectVersion::QgsProjectVersion ( )
inline

Definition at line 35 of file qgsprojectversion.h.

◆ ~QgsProjectVersion()

QgsProjectVersion::~QgsProjectVersion ( )
inline

Definition at line 40 of file qgsprojectversion.h.

◆ QgsProjectVersion() [2/3]

QgsProjectVersion::QgsProjectVersion ( int  major,
int  minor,
int  sub,
const QString name = "" 
)

Definition at line 24 of file qgsprojectversion.cpp.

◆ QgsProjectVersion() [3/3]

QgsProjectVersion::QgsProjectVersion ( const QString string)

Definition at line 32 of file qgsprojectversion.cpp.

Member Function Documentation

◆ majorVersion()

int QgsProjectVersion::majorVersion ( )
inline

Definition at line 43 of file qgsprojectversion.h.

◆ minorVersion()

int QgsProjectVersion::minorVersion ( )
inline

Definition at line 44 of file qgsprojectversion.h.

◆ operator!=()

bool QgsProjectVersion::operator!= ( const QgsProjectVersion other) const

Boolean equal operator.

Definition at line 67 of file qgsprojectversion.cpp.

◆ operator==()

bool QgsProjectVersion::operator== ( const QgsProjectVersion other) const

Boolean equal operator.

Definition at line 58 of file qgsprojectversion.cpp.

◆ operator>()

bool QgsProjectVersion::operator> ( const QgsProjectVersion other) const

Boolean > operator.

Definition at line 85 of file qgsprojectversion.cpp.

◆ operator>=()

bool QgsProjectVersion::operator>= ( const QgsProjectVersion other) const

Boolean >= operator.

Definition at line 76 of file qgsprojectversion.cpp.

◆ subVersion()

int QgsProjectVersion::subVersion ( )
inline

Definition at line 45 of file qgsprojectversion.h.

◆ text()

QString QgsProjectVersion::text ( )

Definition at line 92 of file qgsprojectversion.cpp.


The documentation for this class was generated from the following files: