Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

GDKImageTransition Class Reference

Public abstract class for image transitions with additional GUI inputs and feedback. More...

#include <image_transitions.h>

Inheritance diagram for GDKImageTransition:

Inheritance graph
[legend]
Collaboration diagram for GDKImageTransition:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual ~GDKImageTransition ()
virtual void AttachWidgets (GtkBin *bin)
virtual void DetachWidgets (GtkBin *bin)
virtual void InterpretWidgets (GtkBin *bin)

Detailed Description

Public abstract class for image transitions with additional GUI inputs and feedback.

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.


Constructor & Destructor Documentation

virtual GDKImageTransition::~GDKImageTransition  )  [inline, virtual]
 

Definition at line 70 of file image_transitions.h.

00070 {}


Member Function Documentation

virtual void GDKImageTransition::AttachWidgets GtkBin *  bin  )  [inline, virtual]
 

Reimplemented in ImageTransitionSwitch, ImageTransitionBarWipe, ImageTransitionDifferences, and ImageTransitionBarnDoorWipe.

Definition at line 71 of file image_transitions.h.

Referenced by GDKImageTransitionRepository::SelectionChange().

00071 { }

virtual void GDKImageTransition::DetachWidgets GtkBin *  bin  )  [inline, virtual]
 

Reimplemented in ImageTransitionSwitch, ImageTransitionBarWipe, ImageTransitionDifferences, and ImageTransitionBarnDoorWipe.

Definition at line 72 of file image_transitions.h.

Referenced by GDKImageTransitionRepository::SelectionChange().

00072 { }

virtual void GDKImageTransition::InterpretWidgets GtkBin *  bin  )  [inline, virtual]
 

Definition at line 73 of file image_transitions.h.

Referenced by PageMagickTransition::Initialise().

00073 { }


The documentation for this class was generated from the following file:
Generated on Sun Mar 11 22:12:59 2007 for Kino by  doxygen 1.4.2