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

NAME

App::Chart::Gtk2::Symlist::Glob -- pattern match symlist

SYNOPSIS

 use App::Chart::Gtk2::Symlist::Glob;
 my $symlist = App::Chart::Gtk2::Symlist::Glob->new ($parentlist, '*.NZ');

OBJECT HIERARCHY

App::Chart::Gtk2::Symlist::Glob is a subclass of Gtk2::Ex::TreeModelFilter::Draggable,

    Glib::Object
      Gtk2::TreeModelFilter
        Gtk2::Ex::TreeModelFilter::Draggable
          App::Chart::Gtk2::Symlist::Glob

DESCRIPTION

A App::Chart::Gtk2::Symlist::Glob object filters a given child symlist according to a glob style pattern like "*.NZ". The globbed list updates with the child symlist, but is otherwise read-only and exists only in the current process (it doesn't go into the database).

FUNCTIONS

App::Chart::Gtk2::Symlist::Glob->new ($child_symlist, $pattern)

Create and return a App::Chart::Gtk2::Symlist::Glob which is $parent_symlist filtered by $pattern.

PROPERTIES

pattern (string)

A glob style pattern like "*.NZ".

SEE ALSO

App::Chart::Gtk2::Symlist