My Project
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::ModelInterface model
 The model to which to send incoming notifications. More...
 

Detailed Description

A source of notifications.

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

Member Function Documentation

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

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

The model to which to send incoming notifications.

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

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