NAME

Padre::Plugin::Autodia - Draw UML Class diagrams from Padre, the Perl IDE,

VERSION

version 0.04

DESCRIPTION

Note: Before installing this plugin, you need to install GraphViz (apt-get install graphviz or get a binary from http://www.graphviz.org/).

Padre plugin to integrate Autodia.

Provides an Autodia menu under 'plugins' with options to create UML diagrams for the current or selected files.

METHODS

  • _get_handler

  • class_dia

  • draw_all_files

    parse and diagram selected files from dialog, displaying the UML Chart in a new window

  • draw_this_file

    parse and diagram this file, displaying the UML Chart in a new window

  • menu_plugins_simple

    The command structure to show in the Plugins menu

  • on_finish

  • padre_interfaces

  • plugin_disable

  • plugin_enable

  • padre_name

    Declare the Padre interfaces this plugin uses

  • project_dia

  • project_files

  • project_jpg

  • plugin_about

  • plugin_icon

  • plugin_name

SEE ALSO

Autodia, GraphViz, Padre

CREDITS

Initial Development of version 0.01 sponsored by Connected-uk

AUTHORS

Kevin Dawson <bowtie@cpan.org>

Ahmad M. Zawawi <ahmad.zawawi@gmail.com>

CONTRIBUTORS

Ahmad M. Zawawi <ahmad.zawawi@gmail.com>

Aaron Trevena, <aaron.trevena@gmail.com>

Dirk De Nijs

ZENOG

GARU

Damyan Ivanov

COPYRIGHT AND LICENSE

Copyright © β 2008-2012 The Padre development team as listed in Padre.pm in the Padre distribution all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.