9 #if !defined(Q_MOC_OUTPUT_REVISION)
10 #error "The header file 'notificator.h' doesn't include <QObject>."
11 #elif Q_MOC_OUTPUT_REVISION != 63
12 #error "This file was generated using the moc from 4.8.6. It"
13 #error "cannot be used with the include files from this version of Qt."
14 #error "(The moc has changed too much.)"
17 QT_BEGIN_MOC_NAMESPACE
33 107, 87, 12, 12, 0x2a,
34 158, 143, 12, 12, 0x2a,
40 "Notificator\0\0cls,title,text,icon,millisTimeout\0"
41 "notify(Class,QString,QString,QIcon,int)\0"
42 "cls,title,text,icon\0"
43 "notify(Class,QString,QString,QIcon)\0"
44 "cls,title,text\0notify(Class,QString,QString)\0"
47 void Notificator::qt_static_metacall(
QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
49 if (_c == QMetaObject::InvokeMetaMethod) {
50 Q_ASSERT(staticMetaObject.cast(_o));
53 case 0: _t->
notify((*
reinterpret_cast< Class(*)
>(_a[1])),(*
reinterpret_cast< const QString(*)
>(_a[2])),(*
reinterpret_cast< const QString(*)
>(_a[3])),(*
reinterpret_cast< const QIcon(*)
>(_a[4])),(*
reinterpret_cast< int(*)
>(_a[5])));
break;
54 case 1: _t->notify((*
reinterpret_cast< Class(*)
>(_a[1])),(*
reinterpret_cast< const QString(*)
>(_a[2])),(*
reinterpret_cast< const QString(*)
>(_a[3])),(*
reinterpret_cast< const QIcon(*)
>(_a[4])));
break;
55 case 2: _t->notify((*
reinterpret_cast< Class(*)
>(_a[1])),(*
reinterpret_cast< const QString(*)
>(_a[2])),(*
reinterpret_cast< const QString(*)
>(_a[3])));
break;
61 const QMetaObjectExtraData Notificator::staticMetaObjectExtraData = {
65 const QMetaObject Notificator::staticMetaObject = {
70 #ifdef Q_NO_DATA_RELOCATION
71 const QMetaObject &Notificator::getStaticMetaObject() {
return staticMetaObject; }
72 #endif //Q_NO_DATA_RELOCATION
74 const QMetaObject *Notificator::metaObject()
const
76 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
79 void *Notificator::qt_metacast(
const char *_clname)
81 if (!_clname)
return 0;
83 return static_cast<void*
>(
const_cast< Notificator*
>(
this));
84 return QObject::qt_metacast(_clname);
87 int Notificator::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
89 _id = QObject::qt_metacall(_c, _id, _a);
92 if (_c == QMetaObject::InvokeMetaMethod) {
94 qt_static_metacall(
this, _c, _id, _a);
void notify(Class cls, const QString &title, const QString &text, const QIcon &icon=QIcon(), int millisTimeout=10000)
Show notification message.
Cross-platform desktop notification client.
static const char qt_meta_stringdata_Notificator[]
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_Notificator[]