KHTML
SMILTime.h
Go to the documentation of this file.
58 inline bool operator==(const SMILTime& a, const SMILTime& b) { return a.isFinite() && a.value() == b.value(); }
62 inline bool operator>=(const SMILTime& a, const SMILTime& b) { return a.value() > b.value() || operator==(a, b); }
63 inline bool operator<=(const SMILTime& a, const SMILTime& b) { return a.value() < b.value() || operator==(a, b); }
65 inline SMILTime max(const SMILTime& a, const SMILTime& b) { return std::max(a.value(), b.value()); }
66 inline SMILTime min(const SMILTime& a, const SMILTime& b) { return std::min(a.value(), b.value()); }
bool operator<(const KEntryKey &k1, const KEntryKey &k2)
bool operator!=(const FloatPoint &a, const FloatPoint &b)
Definition: FloatPoint.h:135
FloatPoint operator+(const FloatPoint &a, const FloatSize &b)
Definition: FloatPoint.h:115
FloatSize operator-(const FloatPoint &a, const FloatPoint &b)
Definition: FloatPoint.h:120
bool operator==(const FloatPoint &a, const FloatPoint &b)
Definition: FloatPoint.h:130
Definition: CSSHelper.h:7
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Aug 27 2020 00:00:00 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Aug 27 2020 00:00:00 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.