Plasma
version.h File Reference
#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 | |
Plasma | |
Macros | |
#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 3 |
#define | PLASMA_VERSION_RELEASE 0 |
#define | PLASMA_VERSION_STRING "3.3.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.
Macro Definition 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 3 |
#define PLASMA_VERSION_RELEASE 0 |
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.