#include <voter.h>
Inheritance diagram for voter_filter:

Public Methods | |
| voter_filter () | |
| virtual | ~voter_filter () |
| virtual bool | filter_frame (FrameClass &frame) |
| virtual void | property_changed () |
Private Methods | |
| unsigned | string_to_type (string s_type) |
| string | type_to_string (unsigned int v_type) |
Private Attributes | |
| unsigned int | voter_type |
| int | cuttoff |
| double | percentage |
|
|
create a new empty clas |
|
|
destructor |
|
|
this simply takes a frame and runs the current filter over it
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. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002