My Project
 All Classes Namespaces Files Functions Typedefs Enumerations Enumerator Macros
unity::shell::scopes::PreviewModelInterface Class Reference

A list of PreviewWidgetModelInterface instances. More...

#include <unity/shell/scopes/PreviewModelInterface.h>

Inheritance diagram for unity::shell::scopes::PreviewModelInterface:
Collaboration diagram for unity::shell::scopes::PreviewModelInterface:

Public Types

enum  Roles { RoleColumnModel }
 The roles supported by this model.
 

Signals

void triggered (QString const &, QString const &, QVariantMap const &)
 Signal emitted when user triggers an action. More...
 

Detailed Description

A list of PreviewWidgetModelInterface instances.

This model exposes a number of PreviewWidgetModelInterface instances based on the value of widgetColumnCount property.

Member Function Documentation

void unity::shell::scopes::PreviewModelInterface::triggered ( QString const &  ,
QString const &  ,
QVariantMap const &   
)
signal

Signal emitted when user triggers an action.

This signal is emitted when user triggers an action - the parameters are widget id, action id and properties of the widget/action.


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