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

Plasma

version.h File Reference

<Plasma/Version> More...

#include <plasma/plasma_export.h>

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))

Compile-time macro for checking the plasma version.

Not useful for detecting the version of libplasma at runtime.

Definition at line 52 of file version.h.

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

Definition at line 40 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 45 of file version.h.

#define PLASMA_VERSION_MAJOR   3

Major version of libplasma, at compile time.

Definition at line 34 of file version.h.

#define PLASMA_VERSION_MINOR   1

Minor version of libplasma, at compile time.

Definition at line 36 of file version.h.

#define PLASMA_VERSION_RELEASE   0

Release version of libplasma, at compile time.

Definition at line 38 of file version.h.

#define PLASMA_VERSION_STRING   "3.1.0"

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

Definition at line 31 of file version.h.

Plasma

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

kdelibs

Skip menu "kdelibs"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • Kate
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver
Generated for kdelibs by doxygen 1.6.1
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