WTF
Platform.h File Reference
Go to the source code of this file.
Macros | |
#define | BUILDING_KDE__ 1 |
#define | COMPILER(WTF_FEATURE) (defined( WTF_COMPILER_##WTF_FEATURE ) && WTF_COMPILER_##WTF_FEATURE) |
#define | ENABLE(WTF_FEATURE) (defined( ENABLE_##WTF_FEATURE ) && ENABLE_##WTF_FEATURE) |
#define | HAVE(WTF_FEATURE) (defined( HAVE_##WTF_FEATURE ) && HAVE_##WTF_FEATURE) |
#define | PLATFORM(WTF_FEATURE) (defined( WTF_PLATFORM_##WTF_FEATURE ) && WTF_PLATFORM_##WTF_FEATURE) |
#define | USE(WTF_FEATURE) (defined( WTF_USE_##WTF_FEATURE ) && WTF_USE_##WTF_FEATURE) |
#define | WTF_PLATFORM_KDE 1 |
#define | WTF_USE_QT4_UNICODE 1 |
Macro Definition Documentation
#define BUILDING_KDE__ 1 |
Definition at line 32 of file Platform.h.
#define COMPILER | ( | WTF_FEATURE | ) | (defined( WTF_COMPILER_##WTF_FEATURE ) && WTF_COMPILER_##WTF_FEATURE) |
Definition at line 37 of file Platform.h.
#define ENABLE | ( | WTF_FEATURE | ) | (defined( ENABLE_##WTF_FEATURE ) && ENABLE_##WTF_FEATURE) |
Definition at line 40 of file Platform.h.
#define HAVE | ( | WTF_FEATURE | ) | (defined( HAVE_##WTF_FEATURE ) && HAVE_##WTF_FEATURE) |
Definition at line 38 of file Platform.h.
#define PLATFORM | ( | WTF_FEATURE | ) | (defined( WTF_PLATFORM_##WTF_FEATURE ) && WTF_PLATFORM_##WTF_FEATURE) |
Definition at line 36 of file Platform.h.
#define USE | ( | WTF_FEATURE | ) | (defined( WTF_USE_##WTF_FEATURE ) && WTF_USE_##WTF_FEATURE) |
Definition at line 39 of file Platform.h.
#define WTF_PLATFORM_KDE 1 |
Definition at line 87 of file Platform.h.
#define WTF_USE_QT4_UNICODE 1 |
Definition at line 209 of file Platform.h.
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Jul 23 2013 20:32:50 by doxygen 1.8.1.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Jul 23 2013 20:32:50 by doxygen 1.8.1.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.