#include <output.h>
Inheritance diagram for output_filter:

Public Methods | |
| output_filter () | |
| virtual | ~output_filter () |
| virtual bool | filter_frame (FrameClass &frame) |
| virtual void | property_changed () |
| virtual void | reset () |
Private Attributes | |
| string | box_name |
| string | title |
| bool | is_set |
| GtkWidget * | window |
| GtkWidget * | drawing_area |
| int | width |
| int | height |
| GdkPixbuf * | pixbuf |
| Graphics * | g |
| vector< name_struct > | names |
Friends | |
| gboolean | output_expose_event (GtkWidget *widget, GdkEventExpose *event, output_filter *of) |
|
|
|
|
|
|
|
|
output all faces found in the frame
Implements Filter. |
|
|
this method is called after the member properties has been updated, it informs the filter that properties has changed and those changes should take effect Reimplemented from Filter. |
|
|
some filters are ment to be used on a movie and can increase performance by storing information about previous frames, this function is called after an entire movie has finnished playing so that the filter may reset it's data, NOTE that this is only virtual and not purly virtual it need not be imlemented unless the filter wishes to be reset after a complete, movie has been run through it Reimplemented from Filter. |
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002