66 void process_newToast(
const QStringList& toasts_metas);
Monitors a specified directory for file additions or deletions at regular intervals.
Definition FileMonitor.h:28
Receives toast notification data, often from external sources, and emits it for processing.
Definition ToastReceiver.h:26
void postToast(const ToastMetaProtocol &protocolMeta)
Signal emitted when a new toast notification is ready to be posted.
std::optional< ToastMetaProtocol > fromExternalJsonString(const QString &json_file) const
Parses a JSON string from an external source into a ToastMetaProtocol object.
Definition ToastReceiver.cpp:13