lib Library API Documentation

KOffice Namespace Reference

Namespace for general KOFFICE functions. More...


Classes

class  Edge
 An internal class representing a filter (=edge) in the filter graph. More...
class  Vertex
 An internal class representing a mime type (=node, vertex) in the filter graph. More...
class  Graph
 The main worker behind the scenes. More...
class  PriorityQueue
 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

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

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

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

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

KDE Logo
This file is part of the documentation for lib Library Version 1.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Mon Feb 13 09:42:08 2006 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003