• Skip to content
  • Skip to link menu
KDE 4.1 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

libplasma

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

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   2
#define PLASMA_VERSION_MINOR   0
#define PLASMA_VERSION_RELEASE   0
#define PLASMA_VERSION_STRING   "2.0.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 ()

Define Documentation

#define PLASMA_IS_VERSION ( a,
b,
c   )     (PLASMA_VERSION >= PLASMA_MAKE_VERSION(a,b,c))

Compile-time macro for checking the plasma version.

Not useful for detecting the version of libplasma at runtime.

Definition at line 50 of file version.h.

#define PLASMA_MAKE_VERSION ( a,
b,
c   )     (((a) << 16) | ((b) << 8) | (c))

Definition at line 38 of file version.h.

#define PLASMA_VERSION   PLASMA_MAKE_VERSION(PLASMA_VERSION_MAJOR,PLASMA_VERSION_MINOR,PLASMA_VERSION_RELEASE)

Compile time macro for the version number of libplasma.

Definition at line 43 of file version.h.

#define PLASMA_VERSION_MAJOR   2

Major version of libplasma, at compile time.

Definition at line 32 of file version.h.

#define PLASMA_VERSION_MINOR   0

Minor version of libplasma, at compile time.

Definition at line 34 of file version.h.

#define PLASMA_VERSION_RELEASE   0

Release version of libplasma, at compile time.

Definition at line 36 of file version.h.

#define PLASMA_VERSION_STRING   "2.0.0"

String version of libplasma version, suitable for use in file formats or network protocols.

Definition at line 29 of file version.h.

libplasma

Skip menu "libplasma"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

API Reference

Skip menu "API Reference"
  • KWin
  •   KWin Libraries
  • Libraries
  •   libkworkspace
  •   libplasma
  •   libsolidcontrol
  •   libtaskmanager
  • Plasma
  •   Animators
  •   Applets
  •   Engines
  • Solid Modules
Generated for API Reference by doxygen 1.5.4
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal