#include <jezabelgraphicfilter.h>
Inheritance diagram for JezabelGraphicFilter::
Public Methods | |
JezabelGraphicFilter (QWidget *_parent=0) | |
virtual void | addFilter (JezabelFilter *filt) |
JezabelGraphicFilter *graphic new JezabelGaphicFilter(parent); (void) new JezabelParametricFilter("filt1",graphic); (void) new JezabelParametricFilter("filt2",graphic);
This produces something like the following:
test_fixedshelfeq.cpp, test_graphicfilter.cpp, and test_variableshelfeq.cpp.
|
Constructor |
|
Add a filter to the chain. |