MNE-CPP  beta 1.0
Static Public Member Functions | List of all members
MNEX::CInfo Class Reference

The CInfo class provides application information. More...

#include <info.h>

Static Public Member Functions

static const QString AppNameShort ()
 
static const QString AppName ()
 
static int MajorVersion ()
 
static int MinorVersion ()
 
static int RevisionVersion ()
 
static int BuildVersion ()
 
static const QString AppVersion ()
 

Detailed Description

The CInfo class provides application information.

DECLARE CLASS CInfo

Definition at line 93 of file info.h.

Member Function Documentation

static const QString MNEX::CInfo::AppName ( )
inlinestatic

Returns the application name.

Returns
a string containing application name.

Definition at line 114 of file info.h.

static const QString MNEX::CInfo::AppNameShort ( )
inlinestatic

Returns the short form of the application name.

Returns
a string containing the short application name.

Definition at line 103 of file info.h.

static const QString MNEX::CInfo::AppVersion ( )
inlinestatic

Returns the version number (major.minor.build-revision) of the application.

Returns
the full version number.

Definition at line 169 of file info.h.

static int MNEX::CInfo::BuildVersion ( )
inlinestatic

Returns the build number which corresponds to the SVN revision control number.

Returns
the build number.

Definition at line 158 of file info.h.

static int MNEX::CInfo::MajorVersion ( )
inlinestatic

Returns the major version number of the application which indicates larger changes of the application.

Returns
the major version number.

Definition at line 125 of file info.h.

static int MNEX::CInfo::MinorVersion ( )
inlinestatic

Returns the minor version number of the application which indicates smaller changes of the application.

Returns
the minor version number.

Definition at line 136 of file info.h.

static int MNEX::CInfo::RevisionVersion ( )
inlinestatic

Returns the revision number which indicates the bug fix level.

Returns
the revision number.

Definition at line 147 of file info.h.


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