ZConf::Runner::GUI::Curses - Run a file using a choosen methode, desktop entry or mimetype.


ZConf-Runner documentation  | view source Contained in the ZConf-Runner distribution.

Index


NAME

Top

ZConf::Runner::GUI::Curses - Run a file using a choosen methode, desktop entry or mimetype.

VERSION

Top

Version 1.0.1

SYNOPSIS

Top

This provides the Curses backend for ZConf::Runner::GUI.

    use ZConf::Runner::GUI::Curses;

    my $zcr=ZConf::Runner::GUI::Curses->new();

METHODES

Top

new

This initializes it.

One arguement is taken and that is a hash value.

hash values

useX

This is if it should try to use X or not. If it is not defined, ZConf::GUI->useX is used.

zcgui

This is the ZConf::GUI object. A new one will be created if it is not passed.

zcrunner

This is a ZConf::Runner object to use. If it is not specified, a new one will be created.

ask

Please see the documentation for ZConf::Runner::GUI->ask.

askGUI

This handles the actual GUI. Do to the nature of Curses::UI, do not call this directly as it will result in your application exiting.

dialogs

This returns the available dailogs.

windows

This returns a list of available windows.

errorblank

This blanks the error storage and is only meant for internal usage.

It does the following.

    $self->{error}=undef;
    $self->{errorString}="";

dialogs

Top

ask

windows

Top

At this time, no windows are supported.

AUTHOR

Top

Zane C. Bowers, <vvelox at vvelox.net>

BUGS

Top

Please report any bugs or feature requests to bug-zconf-runner at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=ZConf-Runner. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc ZConf::Runner::GUI::Curses




You can also look for information at:

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=ZConf-Runner

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/ZConf-Runner

* CPAN Ratings

http://cpanratings.perl.org/d/ZConf-Runner

* Search CPAN

http://search.cpan.org/dist/ZConf-Runner

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


ZConf-Runner documentation  | view source Contained in the ZConf-Runner distribution.