|
Q_SCRIPTABLE bool | cancelEvent (const QString &eventId) |
|
Q_SCRIPTABLE bool | edit (const QString &eventID) |
|
Q_SCRIPTABLE bool | editNew (int type) |
|
Q_SCRIPTABLE bool | editNew (const QString &templateName) |
|
Q_SCRIPTABLE QString | list () |
|
Q_SCRIPTABLE bool | scheduleAudio (const QString &audioUrl, int volumePercent, const QString &startDateTime, int lateCancel, unsigned flags, const QString &recurrence, int subRepeatInterval, int subRepeatCount) |
|
Q_SCRIPTABLE bool | scheduleAudio (const QString &audioUrl, int volumePercent, const QString &startDateTime, int lateCancel, unsigned flags, int recurType, int recurInterval, int recurCount) |
|
Q_SCRIPTABLE bool | scheduleAudio (const QString &audioUrl, int volumePercent, const QString &startDateTime, int lateCancel, unsigned flags, int recurType, int recurInterval, const QString &endDateTime) |
|
Q_SCRIPTABLE bool | scheduleCommand (const QString &commandLine, const QString &startDateTime, int lateCancel, unsigned flags, const QString &recurrence, int subRepeatInterval, int subRepeatCount) |
|
Q_SCRIPTABLE bool | scheduleCommand (const QString &commandLine, const QString &startDateTime, int lateCancel, unsigned flags, int recurType, int recurInterval, int recurCount) |
|
Q_SCRIPTABLE bool | scheduleCommand (const QString &commandLine, const QString &startDateTime, int lateCancel, unsigned flags, int recurType, int recurInterval, const QString &endDateTime) |
|
Q_SCRIPTABLE bool | scheduleEmail (const QString &fromID, const QString &addresses, const QString &subject, const QString &message, const QString &attachments, const QString &startDateTime, int lateCancel, unsigned flags, const QString &recurrence, int subRepeatInterval, int subRepeatCount) |
|
Q_SCRIPTABLE bool | scheduleEmail (const QString &fromID, const QString &addresses, const QString &subject, const QString &message, const QString &attachments, const QString &startDateTime, int lateCancel, unsigned flags, int recurType, int recurInterval, int recurCount) |
|
Q_SCRIPTABLE bool | scheduleEmail (const QString &fromID, const QString &addresses, const QString &subject, const QString &message, const QString &attachments, const QString &startDateTime, int lateCancel, unsigned flags, int recurType, int recurInterval, const QString &endDateTime) |
|
Q_SCRIPTABLE bool | scheduleFile (const QString &url, const QString &startDateTime, int lateCancel, unsigned flags, const QString &bgColor, const QString &audioUrl, int reminderMins, const QString &recurrence, int subRepeatInterval, int subRepeatCount) |
|
Q_SCRIPTABLE bool | scheduleFile (const QString &url, const QString &startDateTime, int lateCancel, unsigned flags, const QString &bgColor, const QString &audioUrl, int reminderMins, int recurType, int recurInterval, int recurCount) |
|
Q_SCRIPTABLE bool | scheduleFile (const QString &url, const QString &startDateTime, int lateCancel, unsigned flags, const QString &bgColor, const QString &audioUrl, int reminderMins, int recurType, int recurInterval, const QString &endDateTime) |
|
Q_SCRIPTABLE bool | scheduleMessage (const QString &message, const QString &startDateTime, int lateCancel, unsigned flags, const QString &bgColor, const QString &fgColor, const QString &font, const QString &audioUrl, int reminderMins, const QString &recurrence, int subRepeatInterval, int subRepeatCount) |
|
Q_SCRIPTABLE bool | scheduleMessage (const QString &message, const QString &startDateTime, int lateCancel, unsigned flags, const QString &bgColor, const QString &fgColor, const QString &font, const QString &audioUrl, int reminderMins, int recurType, int recurInterval, int recurCount) |
|
Q_SCRIPTABLE bool | scheduleMessage (const QString &message, const QString &startDateTime, int lateCancel, unsigned flags, const QString &bgColor, const QString &fgColor, const QString &font, const QString &audioUrl, int reminderMins, int recurType, int recurInterval, const QString &endDateTime) |
|
Q_SCRIPTABLE bool | triggerEvent (const QString &eventId) |
|
|
| DBusHandler () |
|
| QObject (QObject *parent) |
|
| QObject (QObject *parent, const char *name) |
|
virtual | ~QObject () |
|
bool | blockSignals (bool block) |
|
QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
|
const QObjectList & | children () const |
|
const char * | className () const |
|
bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
|
void | deleteLater () |
|
void | destroyed (QObject *obj) |
|
bool | disconnect (const QObject *receiver, const char *method) |
|
bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
|
void | dumpObjectInfo () |
|
void | dumpObjectTree () |
|
QList< QByteArray > | dynamicPropertyNames () const |
|
virtual bool | event (QEvent *e) |
|
virtual bool | eventFilter (QObject *watched, QEvent *event) |
|
T | findChild (const QString &name) const |
|
QList< T > | findChildren (const QRegExp ®Exp) const |
|
QList< T > | findChildren (const QString &name) const |
|
bool | inherits (const char *className) const |
|
void | insertChild (QObject *object) |
|
void | installEventFilter (QObject *filterObj) |
|
bool | isA (const char *className) const |
|
bool | isWidgetType () const |
|
void | killTimer (int id) |
|
virtual const QMetaObject * | metaObject () const |
|
void | moveToThread (QThread *targetThread) |
|
const char * | name () const |
|
const char * | name (const char *defaultName) const |
|
QString | objectName () const |
|
QObject * | parent () const |
|
QVariant | property (const char *name) const |
|
void | removeChild (QObject *object) |
|
void | removeEventFilter (QObject *obj) |
|
void | setName (const char *name) |
|
void | setObjectName (const QString &name) |
|
void | setParent (QObject *parent) |
|
bool | setProperty (const char *name, const QVariant &value) |
|
bool | signalsBlocked () const |
|
int | startTimer (int interval) |
|
QThread * | thread () const |
|
|
enum | AlarmType { DISPLAY = 1,
COMMAND = 2,
EMAIL = 3,
AUDIO = 4
} |
|
enum | Flags {
REPEAT_AT_LOGIN = 0x01,
BEEP = 0x02,
REPEAT_SOUND = 0x08,
CONFIRM_ACK = 0x04,
AUTO_CLOSE = 0x10,
EMAIL_BCC = 0x20,
DISABLED = 0x40,
SCRIPT = 0x80,
EXEC_IN_XTERM = 0x100,
SPEAK = 0x200,
SHOW_IN_KORG = 0x400,
DISPLAY_COMMAND = 0x800,
EXCL_HOLIDAYS = 0x1000,
WORK_TIME_ONLY = 0x2000
} |
|
enum | RecurType {
MINUTELY = 1,
DAILY = 2,
WEEKLY = 3,
MONTHLY = 4,
YEARLY = 5
} |
|
bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
|
bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
|
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
|
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
|
QString | tr (const char *sourceText, const char *disambiguation, int n) |
|
QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
|
bool | checkConnectArgs (const char *signal, const QObject *object, const char *method) |
|
virtual void | childEvent (QChildEvent *event) |
|
virtual void | connectNotify (const char *signal) |
|
virtual void | customEvent (QEvent *event) |
|
virtual void | disconnectNotify (const char *signal) |
|
int | receivers (const char *signal) const |
|
QObject * | sender () const |
|
int | senderSignalIndex () const |
|
virtual void | timerEvent (QTimerEvent *event) |
|
QByteArray | normalizeSignalSlot (const char *signalSlot) |
|
| objectName |
|
Definition at line 39 of file dbushandler.h.