Plasma
version.h File Reference
<Plasma/Version> More...
#include <plasma/plasma_export.h>
Include dependency graph for version.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | Plasma |
Defines | |
| #define | PLASMA_IS_VERSION(a, b, c) (PLASMA_VERSION >= PLASMA_MAKE_VERSION(a,b,c)) |
| #define | PLASMA_MAKE_VERSION(a, b, c) (((a) << 16) | ((b) << 8) | (c)) |
| #define | PLASMA_VERSION PLASMA_MAKE_VERSION(PLASMA_VERSION_MAJOR, PLASMA_VERSION_MINOR, PLASMA_VERSION_RELEASE) |
| #define | PLASMA_VERSION_MAJOR 3 |
| #define | PLASMA_VERSION_MINOR 1 |
| #define | PLASMA_VERSION_RELEASE 0 |
| #define | PLASMA_VERSION_STRING "3.1.0" |
Functions | |
| bool | Plasma::isPluginVersionCompatible (unsigned int version) |
| unsigned int | Plasma::version () |
| unsigned int | Plasma::versionMajor () |
| unsigned int | Plasma::versionMinor () |
| unsigned int | Plasma::versionRelease () |
| const char * | Plasma::versionString () |
Detailed Description
<Plasma/Version>
Definition in file version.h.
Define Documentation
| #define PLASMA_IS_VERSION | ( | a, | |||
| b, | |||||
| c | ) | (PLASMA_VERSION >= PLASMA_MAKE_VERSION(a,b,c)) |
| #define PLASMA_MAKE_VERSION | ( | a, | |||
| b, | |||||
| c | ) | (((a) << 16) | ((b) << 8) | (c)) |
| #define PLASMA_VERSION PLASMA_MAKE_VERSION(PLASMA_VERSION_MAJOR, PLASMA_VERSION_MINOR, PLASMA_VERSION_RELEASE) |
| #define PLASMA_VERSION_MAJOR 3 |
| #define PLASMA_VERSION_MINOR 1 |
| #define PLASMA_VERSION_RELEASE 0 |
| #define PLASMA_VERSION_STRING "3.1.0" |
KDE 4.2 API Reference