MNE-CPP  beta 1.0
Static Public Member Functions | List of all members
MNEBrowseRawQt::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 const QString OrganizationName ()
 
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 88 of file info.h.

Member Function Documentation

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

Returns the application name.

Returns
a string containing application name.

Definition at line 108 of file info.h.

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

Returns the short form of the application name.

Returns
a string containing the short application name.

Definition at line 97 of file info.h.

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

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

Returns
the full version number.

Definition at line 172 of file info.h.

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

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

Returns
the build number.

Definition at line 161 of file info.h.

static int MNEBrowseRawQt::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 128 of file info.h.

static int MNEBrowseRawQt::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 139 of file info.h.

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

Returns the revision number which indicates the bug fix level.

Returns
the revision number.

Definition at line 150 of file info.h.


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