#include <FxUITime.h>
Definition at line 28 of file FxUITime.h.
◆ CFxUITime() [1/4]
◆ CFxUITime() [2/4]
| CFxUITime::CFxUITime |
( |
int | h, |
|
|
int | m, |
|
|
int | s = 0, |
|
|
int | ms = 0 ) |
Parameterized Constructor
◆ CFxUITime() [3/4]
| CFxUITime::CFxUITime |
( |
const CFxUITime & | time | ) |
|
◆ CFxUITime() [4/4]
| CFxUITime::CFxUITime |
( |
const QTime & | time | ) |
|
◆ ~CFxUITime()
| CFxUITime::~CFxUITime |
( |
| ) |
|
◆ hour()
| int CFxUITime::hour |
( |
| ) |
const |
Returns the hour part (0 to 23) of the time. Returns -1 if the time is invalid.
- Returns
- int
◆ minute()
| int CFxUITime::minute |
( |
| ) |
const |
Returns the minute part (0 to 59) of the time. Returns -1 if the time is invalid.
- Returns
- int
◆ msec()
| int CFxUITime::msec |
( |
| ) |
const |
Returns the millisecond part (0 to 999) of the time. Returns -1 if the time is invalid.
- Returns
- int
◆ operator const QTime &()
| CFxUITime::operator const QTime & |
( |
| ) |
const |
◆ operator=()
◆ second()
| int CFxUITime::second |
( |
| ) |
const |
Returns the second part (0 to 59) of the time. Returns -1 if the time is invalid.
- Returns
- int
◆ m_pImpl
| CFxUITimeImpl* CFxUITime::m_pImpl = nullptr |
|
protected |
The documentation for this class was generated from the following file: