#include <audio_transitions.h>
Inheritance diagram for GDKAudioTransition:


Public Member Functions | |
| virtual | ~GDKAudioTransition () |
| virtual void | AttachWidgets (GtkBin *bin) |
| virtual void | InterpretWidgets (GtkBin *bin) |
| virtual void | DetachWidgets (GtkBin *bin) |
This allows a transition to attach and interpret any additional widgets in the container provided.
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 84 of file audio_transitions.h.
|
|
Definition at line 87 of file audio_transitions.h. 00087 {}
|
|
|
Reimplemented in AudioSwitch. Definition at line 88 of file audio_transitions.h. Referenced by GDKAudioTransitionRepository::SelectionChange(). 00088 { }
|
|
|
Reimplemented in AudioSwitch. Definition at line 90 of file audio_transitions.h. Referenced by GDKAudioTransitionRepository::SelectionChange(). 00090 { }
|
|
|
Definition at line 89 of file audio_transitions.h. Referenced by PageMagickAudioTransition::Initialise(). 00089 { }
|
1.4.2