| ZConf-Cron documentation | view source | Contained in the ZConf-Cron distribution. |
ZConf::Cron::GUI - Implements a GUI for ZConf::Cron.
Version 0.0.0
use ZConf::Cron::GUI;
my $zcc=$ZConf::Cron->new;
my $zccg=ZConf::Cron::GUI->new({zccron=>$zcc});
This initializes it.
One arguement is taken and that is a hash value.
This is a ZConf::Cron object to use. If it is not specified, a new one will be created.
This is the ZConf::GUI object. If it is not passed, a new one will be created.
Allows the crontabs to be edited.
$zccg->crontab;
if($zccg->{error}){
print "Error!\n";
}
This returns the available dailogs.
This returns a list of available windows.
This blanks the error storage and is only meant for internal usage.
It does the following.
$self->{error}=undef;
$self->{errorString}="";
ask
At this time, no windows are supported.
This means ZConf errored.
Initializing ZConf::GUI failed.
Initializing ZConf::Cron failed.
Failed to initailize the primary backend.
Backend errored.
Zane C. Bowers, <vvelox at vvelox.net>
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.
You can find documentation for this module with the perldoc command.
perldoc ZConf::Cron::GUI
You can also look for information at:
Copyright 2009 Zane C. Bowers, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| ZConf-Cron documentation | view source | Contained in the ZConf-Cron distribution. |