

Definition at line 182 of file plugin.cpp.
Public Member Functions | |
| CompositionModePlugin (QObject *parent=0) | |
| QString | includeFile () const |
| QString | name () const |
| QWidget * | createWidget (QWidget *parent) |
| CompositionModePlugin::CompositionModePlugin | ( | QObject * | parent = 0 |
) | [inline] |
| QString CompositionModePlugin::includeFile | ( | ) | const [inline, virtual] |
| QString CompositionModePlugin::name | ( | ) | const [inline, virtual] |
Implements QDesignerCustomWidgetInterface.
Definition at line 190 of file plugin.cpp.
References QObject::parent(), and CompositionRenderer::setAnimationEnabled().
00191 { 00192 CompositionRenderer *renderer = new CompositionRenderer(parent); 00193 renderer->setAnimationEnabled(false); 00194 return renderer; 00195 }
Here is the call graph for this function:

1.5.1