DtkWidget
DTK Widget module
载入中...
搜索中...
未找到
StartupNotificationMonitor类 参考

The StartupNotificationMonitor class is used to monitor the startup of applications on the system. 更多...

类 StartupNotificationMonitor 继承关系图:
StartupNotificationMonitorSub

信号

void appStartup (QString id)
 appStartup is emitted when an application is starting up. id is the startup id associated with the startup.
 
void appStartupCompleted (QString id)
 appStartupCompleted is emitted when the start up process of an applciation is finished. id is the startup id associated with the startup.
 

静态 Public 成员函数

static StartupNotificationMonitorinstance ()
 

Protected 成员函数

bool nativeEventFilter (const QByteArray &eventType, void *message, qintptr *result) override
 

详细描述

The StartupNotificationMonitor class is used to monitor the startup of applications on the system.

\inmodule dtkwidget

As the stated in https://specifications.freedesktop.org/startup-notification-spec/startup-notification-0.1.txt,
StartupNotificationMonitor monitors all the startup events on the system and notifies the user of application
startup and startup finish.


该类的文档由以下文件生成: