#include <audio_filters.h>
Inheritance diagram for GDKAudioFilter:


Public Member Functions | |
| virtual | ~GDKAudioFilter () |
| virtual void | AttachWidgets (GtkBin *bin) |
| virtual void | InterpretWidgets (GtkBin *bin) |
| virtual void | DetachWidgets (GtkBin *bin) |
This allows a filter to attach and interpret any additional widgets in the container provided. It is highly experimental at the moment and use via the adapter provided is recommended (ie: it's currently just a placeholder).
The activation of the AttachWidget and DetachWidgets is handled automatically by the repository on the detection of a selection change.
InterpretWidgets must be called (by the repository owner) before the first call to GetFrame.
If an implementation doesn't attach any widgets, the default implementation is enough (though the adapter will give you that anyway).
Definition at line 69 of file audio_filters.h.
|
|
Definition at line 72 of file audio_filters.h. 00072 {}
|
|
|
Reimplemented in AudioGain, AudioDub, and AudioMix. Definition at line 73 of file audio_filters.h. Referenced by GDKAudioFilterRepository::SelectionChange(). 00073 { }
|
|
|
Reimplemented in AudioGain, AudioDub, and AudioMix. Definition at line 75 of file audio_filters.h. Referenced by GDKAudioFilterRepository::SelectionChange(). 00075 { }
|
|
|
Reimplemented in AudioDub, and AudioMix. Definition at line 74 of file audio_filters.h. Referenced by PageMagickAudioFilter::Initialise(). 00074 { }
|
1.4.2