Engines
TimeEngine Class Reference
This engine provides the current date and time for a given timezone. More...
#include <timeengine.h>
Inheritance diagram for TimeEngine:

Public Member Functions | |
void | init () |
QStringList | sources () const |
TimeEngine (QObject *parent, const QVariantList &args) | |
Protected Member Functions | |
bool | sourceRequestEvent (const QString &name) |
bool | updateSourceEvent (const QString &source) |
Detailed Description
This engine provides the current date and time for a given timezone."Local" is a special source that is an alias for the current timezone.
Definition at line 32 of file timeengine.h.
Constructor & Destructor Documentation
TimeEngine::TimeEngine | ( | QObject * | parent, | |
const QVariantList & | args | |||
) |
Definition at line 37 of file timeengine.cpp.
Member Function Documentation
void TimeEngine::init | ( | ) |
Definition at line 48 of file timeengine.cpp.
bool TimeEngine::sourceRequestEvent | ( | const QString & | name | ) | [protected] |
Definition at line 62 of file timeengine.cpp.
QStringList TimeEngine::sources | ( | ) | const |
Definition at line 55 of file timeengine.cpp.
bool TimeEngine::updateSourceEvent | ( | const QString & | source | ) | [protected] |
Definition at line 67 of file timeengine.cpp.
The documentation for this class was generated from the following files: