pollution
Namespace pollution
This library avoids namespace pollution and collisions:
- Macros are prefixed with
PERCEPTUALCOLOR_
. - Symbols that have external linkage are within the namespace
PerceptualColor
. (Exception: The Qt resource system generates functions prefixed withqInitResources_
andqCleanupResources_
that are not within the previously mentioned namespace.) - Resources within the Qt resource system are within the folder
:/PerceptualColor/
.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:18:38 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:18:38 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.