QtPdWidgets  2.3.1
Private Member Functions | Private Attributes | List of all members
WidgetCollection Class Reference

Container class for the list of provided plugins. More...

#include <WidgetCollection.h>

Inheritance diagram for WidgetCollection:
Inheritance graph
[legend]
Collaboration diagram for WidgetCollection:
Collaboration graph
[legend]

Private Member Functions

virtual QList< QDesignerCustomWidgetInterface * > customWidgets () const
 Returns the list of the provided plugins. More...
 

Private Attributes

QList< QDesignerCustomWidgetInterface * > widgets
 The list of custom widgets for the designer. More...
 

Detailed Description

Container class for the list of provided plugins.

Member Function Documentation

◆ customWidgets()

QList< QDesignerCustomWidgetInterface * > WidgetCollection::customWidgets ( ) const
privatevirtual

Returns the list of the provided plugins.

References widgets.

Member Data Documentation

◆ widgets

QList<QDesignerCustomWidgetInterface *> WidgetCollection::widgets
private

The list of custom widgets for the designer.

Referenced by customWidgets().


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