Query: xacobeo::app
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Xacobeo::App(3pm) User Contributed Perl Documentation Xacobeo::App(3pm)NAMEXacobeo::App - ApplicationSYNOPSISuse Xacobeo::App; my $xacobeo = Xacobeo::App->get_app(); my $window = $xacobeo->new_window(); $window->load_file($source, $type); $xacobeo->load_plugins(); # Start the main loop Gtk2->main();DESCRIPTIONInstance to the main application. This singleton is used to manage the life-time of the application, its widgets (specially the main windows) and to setup the application. =head1 PROPERTIES The following properties are defined: conf A reference to the main configuration singleton. windows The windows available.METHODSThe package defines the following methods: get_app Returns the current application instance. This class is a singleton so there's no constructor. get_windows Returns the windows created so far. new_window Creates a new window and shows it. load_plugins Loads the plugins that are available. load_plugin Loads a plugin based on the given description file. Parameters: o $file The file describing the plugin.AUTHORSEmmanuel Rodriguez <potyl@cpan.org>.COPYRIGHT AND LICENSECopyright (C) 2008,2009 by Emmanuel Rodriguez. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available. perl v5.14.2 2011-11-16 Xacobeo::App(3pm)
Related Man Pages |
---|
xacobeo(3pm) - debian |
app::cmd::command::commands(3pm) - debian |
app::cmd::setup(3pm) - debian |
xacobeo::app(3pm) - debian |
xacobeo::conf(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Perl questions - more |
Behind The Scenes Of The App Store - Part 1 |
What is singleton class ? |
Perl: windows filenames escape characters |
Difference between windows and Unix |