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
|
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 major number of KOffice's version, e.g. 1 for KOffice 1.2.3.
|
|
Returns the minor number of KOffice's version, e.g. 2 for KOffice 1.2.3.
|
|
Returns the release of KOffice's version, e.g. 3 for KOffice 1.2.3.
|
|
Returns the KOffice version as string, e.g. "1.2.3".
|