NAME
Renard::Curie::App - A document viewing application
VERSION
version 0.005
EXTENDS
CONSUMES
FUNCTIONS
main
fun main()
Application entry point.
_get_version
fun _get_version() :ReturnType(Str)
Returns the version of the application if there is one. Otherwise returns the Str
'dev'
to indicate that this is a development version.
ATTRIBUTES
main_window
The toplevel Renard::Curie::Component::MainWindow component for this application.
view_manager
The view manager model for this application.
METHODS
process_arguments
method process_arguments()
Processes arguments given in @ARGV
.
run
method run()
Displays "window" and starts the Gtk3 event loop.
AUTHOR
Project Renard
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Project Renard.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.