lib Library API Documentation

KOffice Namespace Reference

Namespace for general KOFFICE functions. More...


Classes

class  KOffice::PriorityQueue< T >
 This PriorityQueue class is implemented as "upside down" heap, i.e. More...

Functions

unsigned int version ()
unsigned int versionMajor ()
unsigned int versionMinor ()
unsigned int versionRelease ()
const char * versionString ()


Detailed Description

Namespace for general KOFFICE functions.

Function Documentation

unsigned int KOffice::version  ) 
 

Returns the encoded number of KOffice's version, see the KOFFICE_VERSION macro.

In contrary to that macro this function returns the number of the actually installed KOffice version, not the number of the KOffice version that was installed when the program was compiled.

Returns:
the version number, encoded in a single uint
Since:
1.3

Definition at line 22 of file kofficeversion.cc.

unsigned int KOffice::versionMajor  ) 
 

Returns the major number of KOffice's version, e.g.

1 for KOffice 1.2.3.

Returns:
the major version number
Since:
1.3

Definition at line 27 of file kofficeversion.cc.

unsigned int KOffice::versionMinor  ) 
 

Returns the minor number of KOffice's version, e.g.

2 for KOffice 1.2.3.

Returns:
the minor version number
Since:
1.3

Definition at line 32 of file kofficeversion.cc.

unsigned int KOffice::versionRelease  ) 
 

Returns the release of KOffice's version, e.g.

3 for KOffice 1.2.3.

Returns:
the release number
Since:
1.3

Definition at line 37 of file kofficeversion.cc.

const char * KOffice::versionString  ) 
 

Returns the KOffice version as string, e.g.

"1.2.3".

Returns:
the KOffice version. You can keep the string forever
Since:
1.3

Definition at line 42 of file kofficeversion.cc.

KDE Logo
This file is part of the documentation for lib Library Version 1.3.5.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Mar 11 11:51:22 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003