Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

AppInfo Class Reference

Provides general information about the application. More...

#include <AppInfo.h>

Inheritance diagram for AppInfo::

List of all members.

Public Methods

 AppInfo (QWidget *)
 Constructor. More...

int getVersionMajor ()
 returns major version number.

int getVersionMinor ()
 returns minor version number.

QString getVersion ()
 returns version string.

QString getAuthor ()
 returns author of application.

void about ()
 Display about-dialogbox.


Private Attributes

QWidget * parent_widget
 Parent widget (used as parent of the about dialog).

int version_major
 Major version number.

int version_minor
 Minor version number.

QString author
 Author.


Detailed Description

Provides general information about the application.

Stores version and author of the application and a method to display a info dialogbox.


Constructor & Destructor Documentation

AppInfo::AppInfo QWidget * par
 

Constructor.

Initialises the AppInfo object by setting version und author.

Parameters:
par   parent widget.


The documentation for this class was generated from the following files:
Generated at Fri Apr 11 22:37:15 2003 for Qfsm by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001