Tk::PerlInheritanceTree

Tk::PerlInheritanceTree is a Perl module that displays a graphical representation of the inheritance tree for a given class-name
Download

Tk::PerlInheritanceTree Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Christoph Lamprecht
  • Publisher web site:
  • http://search.cpan.org/~lamprecht/Tk-PerlInheritanceTree-0.04/lib/Tk/PerlInheritanceTree.pm

Tk::PerlInheritanceTree Tags


Tk::PerlInheritanceTree Description

Tk::PerlInheritanceTree is a Perl module that displays a graphical representation of the inheritance tree for a given class-name Tk::PerlInheritanceTree is a Perl module that displays a graphical representation of the inheritance tree for a given class-name.SYNOPSIS require Tk::PerlInheritanceTree; ... my $inheritance_tree = $main_window->PerlInheritanceTree()->pack; $inheritance_tree->classname('Tk::MainWindow');Tk::PerlInheritanceTree displays a graphical representation of the inheritance tree for a given class(package)-name. The nodes representing classnames have mouseclick bindings to open a Tk::PerlMethodList - widget. Tk::PerlInheritanceTree is a Tk::Frame-derived widget.PerlInheritanceTree.pm can be run as stand-alone application.METHODSTk::PerlInheritanceTree supports the following methods:classname('A::Classname')Set the Classname-Entry to 'A::Classname' and show_classtree.show_classtree()Display a tree for the given classnameOPTIONSTk::PerlInheritanceTree supports the following options:-classnameconfigure(-classname=>'A::Classname') same as method classname()-gridsizeconfigure(-gridsize=>$size) Set the distance between nodes to $size pixels. Defaults to 100.-multiple_methodlistsconfigure(-multiple_methodlists=>bool) Allows multiple instances of PerlMethodList to be opened if set to a true value. Defaults to 0. Requirements: · Perl


Tk::PerlInheritanceTree Related Software