#include <qdatetime.h>
Definition at line 148 of file qdatetime.h.
Definition at line 151 of file qdatetime.h.
152 #if defined(Q_OS_WINCE)
153 , startTick(NullTime)
Definition at line 158 of file qdatetime.h.
158 {
return mds == NullTime; }
bool operator== |
( |
const QTime & |
other | ) |
const |
|
inline |
Definition at line 176 of file qdatetime.h.
176 {
return mds == other.mds; }
bool operator!= |
( |
const QTime & |
other | ) |
const |
|
inline |
Definition at line 177 of file qdatetime.h.
177 {
return mds != other.mds; }
bool operator< |
( |
const QTime & |
other | ) |
const |
|
inline |
Definition at line 178 of file qdatetime.h.
178 {
return mds < other.mds; }
bool operator<= |
( |
const QTime & |
other | ) |
const |
|
inline |
Definition at line 179 of file qdatetime.h.
179 {
return mds <= other.mds; }
bool operator> |
( |
const QTime & |
other | ) |
const |
|
inline |
Definition at line 180 of file qdatetime.h.
180 {
return mds > other.mds; }
bool operator>= |
( |
const QTime & |
other | ) |
const |
|
inline |
Definition at line 181 of file qdatetime.h.
181 {
return mds >= other.mds; }
static QTime currentTime |
( |
| ) |
|
|
static |
friend class QDateTimePrivate |
|
friend |
The documentation for this class was generated from the following file: