

Definition at line 199 of file plugin.cpp.
Public Member Functions | |
| QList< QDesignerCustomWidgetInterface * > | customWidgets () const |
| QList<QDesignerCustomWidgetInterface*> ArthurPlugins::customWidgets | ( | ) | const [inline, virtual] |
Implements QDesignerCustomWidgetCollectionInterface.
Definition at line 204 of file plugin.cpp.
00205 { 00206 QList<QDesignerCustomWidgetInterface *> plugins; 00207 plugins 00208 << new DeformPlugin 00209 << new XFormPlugin 00210 << new GradientEditorPlugin 00211 << new GradientRendererPlugin 00212 << new StrokeRenderPlugin 00213 << new CompositionModePlugin; 00214 return plugins; 00215 }
1.5.1