rock_widget_collection  0.1
Public Member Functions | List of all members
AggregatorCollection Class Reference

#include <StreamAlignerWidgetPlugin.h>

Inherits QObject, and QDesignerCustomWidgetCollectionInterface.

Public Member Functions

 AggregatorCollection (QObject *parent=0)
 
virtual QList< QDesignerCustomWidgetInterface * > customWidgets () const
 

Detailed Description

Definition at line 33 of file StreamAlignerWidgetPlugin.h.

Constructor & Destructor Documentation

AggregatorCollection::AggregatorCollection ( QObject *  parent = 0)

Definition at line 7 of file StreamAlignerWidgetPlugin.cpp.

8  : QObject(parent)
9 {
10  widgets.append(new StreamAlignerWidgetPlugin(this));
11 
12 }

Member Function Documentation

QList< QDesignerCustomWidgetInterface * > AggregatorCollection::customWidgets ( ) const
virtual

Definition at line 14 of file StreamAlignerWidgetPlugin.cpp.

15 {
16  return widgets;
17 }

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