#include <FilterGraphWidget.h>
Inheritance diagram for FilterGraphWidget
Public Methods | |
FilterGraphWidget (int X, int Y, int W, int H, const char *L) | |
~FilterGraphWidget () | |
void | SetFilter (Filters::SimpleFilter<short>* filter) |
FilterGraphWidget (int x, int y, int w, int h, const char *label = 0) | |
~FilterGraphWidget () | |
int | handle (int event) |
void | resize (int x, int y, int w, int h) |
void | draw () |
void | draw (int x, int y, int w, int h) |
void | draw (pp::Filters::SimpleFilter<short>* f, int x, int y, int w, int h) |
void | draw_leaf (pp::Filters::SimpleFilter<short>* f, int x, int y, int w, int h) |
void | draw (pp::Filters::ConnectInSeries<short>* f, int x, int y, int w, int h) |
void | draw (pp::Filters::ConnectInParallel<short>* f, int x, int y, int w, int h) |
void | draw_left (pp::Filters::ConnectInParallel<short>* f, int x, int y, int w, int h) |
void | draw_right (pp::Filters::ConnectInParallel<short>* f, int x, int y, int w, int h) |
void | SetFilter (pp::Filters::SimpleFilter<short>* filter) |