My Project
 All Classes Namespaces Files Functions Typedefs Enumerations Enumerator Macros
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)
 

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.

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