KDECore
kdeversion.h.cmake File Reference
#include <kdecore_export.h>
Go to the source code of this file.
Namespaces | |
namespace | KDE |
Macros | |
#define | KDE_IS_VERSION(a, b, c) ( KDE_VERSION >= KDE_MAKE_VERSION(a,b,c) ) |
#define | KDE_MAKE_VERSION(a, b, c) (((a) << 16) | ((b) << 8) | (c)) |
#define | KDE_VERSION KDE_MAKE_VERSION(KDE_VERSION_MAJOR,KDE_VERSION_MINOR,KDE_VERSION_RELEASE) |
#define | KDE_VERSION_MAJOR @KDE_VERSION_MAJOR@ |
#define | KDE_VERSION_MINOR @KDE_VERSION_MINOR@ |
#define | KDE_VERSION_RELEASE @KDE_VERSION_RELEASE@ |
#define | KDE_VERSION_STRING "@KDE_VERSION_STRING@" |
#define | KDELIBS_KDEVERSION_H |
Functions | |
unsigned int | KDE::version () |
unsigned int | KDE::versionMajor () |
unsigned int | KDE::versionMinor () |
unsigned int | KDE::versionRelease () |
const char * | KDE::versionString () |
Macro Definition Documentation
#define KDELIBS_KDEVERSION_H |
Definition at line 23 of file kdeversion.h.cmake.
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sun Apr 28 2013 14:23:56 by doxygen 1.8.1.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sun Apr 28 2013 14:23:56 by doxygen 1.8.1.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.