|
DtkDeclarative
DTK Declarative module
|
信号 | |
| void | countChanged () |
Public 成员函数 | |
| MessageManager (QQuickWindow *parent=nullptr) | |
| QQuickWindow * | window () const |
| QQmlComponent * | delegate () const |
| void | setDelegate (QQmlComponent *delegate) |
| QQuickItem * | layout () const |
| void | setLayout (QQuickItem *layout) |
| int | capacity () const |
| void | setCapacity (int capacity) |
| int | count () const |
| QList< FloatingMessageContainer * > | messages (const QString &msgId) const |
静态 Public 成员函数 | |
| static MessageManager * | qmlAttachedProperties (QObject *object) |
Protected 成员函数 | |
| virtual void | timerEvent (QTimerEvent *e) override |
属性 | |
| QQmlComponent * | delegate |
| QQuickItem * | layout |
| int | capacity |
| int | count |