#include <go4plugin.h>
Public Member Functions | |
Go4WidgetPlugins (QObject *parent=0) | |
virtual QList < QDesignerCustomWidgetInterface * > | customWidgets () const |
Private Attributes | |
QList < QDesignerCustomWidgetInterface * > | widgets |
Definition at line 21 of file go4plugin.h.
Go4WidgetPlugins::Go4WidgetPlugins | ( | QObject * | parent = 0 |
) |
Definition at line 27 of file go4plugin.cpp.
References widgets.
QList< QDesignerCustomWidgetInterface * > Go4WidgetPlugins::customWidgets | ( | ) | const [virtual] |
Definition at line 42 of file go4plugin.cpp.
References widgets.
QList<QDesignerCustomWidgetInterface*> Go4WidgetPlugins::widgets [private] |
Definition at line 32 of file go4plugin.h.
Referenced by customWidgets(), and Go4WidgetPlugins().