![]() |
Kactus2
Kactus2 reference guide
|
Interface for constructing design widgets. More...
#include <ExpressionFormatterFactory.h>
Public Member Functions | |
virtual | ~ExpressionFormatterFactory () |
virtual ExpressionFormatter * | createDesignInstanceFormatter (QSharedPointer< Component > component, QSharedPointer< Design > design)=0 |
virtual ExpressionFormatter * | makeExpressionFormatter (QSharedPointer< Component > component)=0 |
Interface for constructing design widgets.
Definition at line 23 of file ExpressionFormatterFactory.h.
|
inlinevirtual |
Destructor.
Definition at line 31 of file ExpressionFormatterFactory.h.
|
pure virtual |
Create an expression formatter for a component instance within a design.
[in] | component | The component of the selected component instance. |
[in] | design | Design containing the component instance. |
Implemented in ExpressionFormatterFactoryImplementation.
|
pure virtual |
Create an expression formatter using the given component.
[in] | component | Pointer to the component, whose parameters are used in the formatter. |
Implemented in ExpressionFormatterFactoryImplementation.