The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Gtk2::CV::Schnauzer - a widget for displaying image collections

SYNOPSIS

  use Gtk2::CV::Schnauzer;

DESCRIPTION

METHODS

$schnauzer->rotate( degrees, idx[, idx...])

Rotate the raw images on the given entries.

$schnauzer->generate_thumbnails (idx[, idx...])

Generate (unconditionally) the thumbnails on the given entries.

$schnauzer->update_thumbnails (idx[, idx...])

Update (if needed) the thumbnails on the given entries.

Physically remove the thumbnails on the given entries.

$schnauzer->selection_adjacent_dir
$schnauzer->selection_remove_thumbnailed
$schnauzer->selection_keep_only_thumbnailed

Physically delete the given entries.

$schnauer->entry_changed

This method needs to be called whenever the $schnauzer->{entry} member has been changed in any way.

$schnauzer->set_dir ($path[, $cb])

Replace the schnauzer contents by the files in the given directory.

$state = $schnauzer->get_state
$schnauzer->set_state ($state)

Saves/restores (some of) the current state, such as the current directory or currently displayed files.

Can be used to switch temporarily to another directory.

$schnauzer->push_state
$schnauzer->pop_state ([$cb])

Pushes/pops the state from the state stack. Is used internally to implement recursing into subdirectories and returning.

AUTHOR

Marc Lehmann <schmorp@schmorp.de>