#include <image_transitions.h>
Inheritance diagram for GDKImageTransition:


Public Member Functions | |
| virtual | ~GDKImageTransition () |
| virtual void | AttachWidgets (GtkBin *bin) |
| virtual void | DetachWidgets (GtkBin *bin) |
| virtual void | InterpretWidgets (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 67 of file image_transitions.h.
|
|
Definition at line 70 of file image_transitions.h. 00070 {}
|
|
|
Reimplemented in ImageTransitionSwitch, ImageTransitionBarWipe, ImageTransitionDifferences, and ImageTransitionBarnDoorWipe. Definition at line 71 of file image_transitions.h. Referenced by GDKImageTransitionRepository::SelectionChange(). 00071 { }
|
|
|
Reimplemented in ImageTransitionSwitch, ImageTransitionBarWipe, ImageTransitionDifferences, and ImageTransitionBarnDoorWipe. Definition at line 72 of file image_transitions.h. Referenced by GDKImageTransitionRepository::SelectionChange(). 00072 { }
|
|
|
Definition at line 73 of file image_transitions.h. Referenced by PageMagickTransition::Initialise(). 00073 { }
|
1.4.2