#include <iostream>#include "image_transitions.h"#include "page_magick.h"#include "kino_extra.h"#include <string.h>#include <stdio.h>#include <glade/glade.h>#include "support.h"Include dependency graph for image_transitions.cc:

Go to the source code of this file.
Defines | |
| #define | DIFFERS_BY(w, v, o) ( abs( v - w ) < o ) |
| 'Differences Only' transition. | |
Functions | |
| static void | on_optionmenu_selected (GtkMenuItem *menu_item, gpointer user_data) |
| Callback for selection change. | |
Variables | |
| GladeXML * | magick_glade |
|
|
'Differences Only' transition.
Definition at line 254 of file image_transitions.cc. Referenced by ImageTransitionDifferences::GetFrame(). |
|
||||||||||||
|
Callback for selection change.
Definition at line 450 of file image_transitions.cc. 00451 {
00452 ( ( GDKImageTransitionRepository * ) user_data ) ->SelectionChange();
00453 }
|
|
|
|
1.4.2