My Project
Loading...
Searching...
No Matches
unity::shell::notifications::SourceInterface Class Reference

A source of notifications. More...

#include <unity/shell/notifications/SourceInterface.h>

Inheritance diagram for unity::shell::notifications::SourceInterface:
Collaboration diagram for unity::shell::notifications::SourceInterface:

Signals

void modelChanged (ModelInterface *model)
 

Properties

unity::shell::notifications::ModelInterfacemodel
 The model to which to send incoming notifications.
 

Detailed Description

A source of notifications.

This should feed the model with new notifications from an implementation-specific source.

Member Function Documentation

◆ modelChanged

void unity::shell::notifications::SourceInterface::modelChanged ( ModelInterface model)
signal

Emitted when value of the model property has changed.

Parameters
modelNew value of the model property.

Property Documentation

◆ model

unity::shell::notifications::ModelInterface* unity::shell::notifications::SourceInterface::model
readwrite

The model to which to send incoming notifications.

Accessors:\n model(), setModel(ModelInterface* model)
Notifier:\n modelChanged(ModelInterface* model)

The documentation for this class was generated from the following file: