Version Class Reference

#include <version.h>

List of all members.


Detailed Description

This class holds the application's name, company, version and build number.

Definition at line 30 of file version.h.

Static Public Attributes

static const QString appName = "Brabosphere"
static const QString appCompany = "University of Antwerp"
static const QString appVersion = "1.0.0"
static const QString appBuild

Private Member Functions

 Version ()
 The default constructor. Made private to inhibit instantations.


Constructor & Destructor Documentation

Version::Version  )  [private]
 

The default constructor. Made private to inhibit instantations.

Definition at line 37 of file version.cpp.


Member Data Documentation

const QString Version::appName = "Brabosphere" [static]
 

Definition at line 34 of file version.h.

const QString Version::appCompany = "University of Antwerp" [static]
 

Definition at line 35 of file version.h.

const QString Version::appVersion = "1.0.0" [static]
 

Definition at line 36 of file version.h.

const QString Version::appBuild [static]
 

Initial value:

 QString::number(                     // The build number of the application read from an automatically 
                                             // updated file. The value depends on whether Brabosphere or
)

Definition at line 37 of file version.h.


Generated on Fri May 19 14:31:58 2006 for Brabosphere by  doxygen 1.4.6-NO