|
MythTV
0.26-pre
|
#include <timeZoneInfo.h>
Public Member Functions | |
| PROPERTYIMP (QString, TimeZoneID) PROPERTYIMP(int | |
| UTCOffset | PROPERTYIMP (QDateTime, CurrentDateTime) public |
| TimeZoneInfo (QObject *parent=0) | |
| TimeZoneInfo (const TimeZoneInfo &src) | |
| void | Copy (const TimeZoneInfo &src) |
Properties | |
| QString | TimeZoneID |
| int | UTCOffset |
| QDateTime | CurrentDateTime |
Private Member Functions | |
| Q_CLASSINFO ("version","1.0") | |
Definition at line 20 of file timeZoneInfo.h.
| DTC::TimeZoneInfo::TimeZoneInfo | ( | QObject * | parent = 0 | ) | [inline] |
Definition at line 46 of file timeZoneInfo.h.
| DTC::TimeZoneInfo::TimeZoneInfo | ( | const TimeZoneInfo & | src | ) | [inline] |
Definition at line 54 of file timeZoneInfo.h.
| DTC::TimeZoneInfo::Q_CLASSINFO | ( | "version" | , |
| "1.0" | |||
| ) | [private] |
| DTC::TimeZoneInfo::PROPERTYIMP | ( | QString | , |
| TimeZoneID | |||
| ) |
| UTCOffset DTC::TimeZoneInfo::PROPERTYIMP | ( | QDateTime | , |
| CurrentDateTime | |||
| ) | [inline] |
Definition at line 34 of file timeZoneInfo.h.
| void DTC::TimeZoneInfo::Copy | ( | const TimeZoneInfo & | src | ) | [inline] |
Definition at line 59 of file timeZoneInfo.h.
QString DTC::TimeZoneInfo::TimeZoneID [read, write] |
Definition at line 26 of file timeZoneInfo.h.
int DTC::TimeZoneInfo::UTCOffset [read, write] |
Definition at line 28 of file timeZoneInfo.h.
QDateTime DTC::TimeZoneInfo::CurrentDateTime [read, write] |
Definition at line 30 of file timeZoneInfo.h.
1.7.6.1