ctkApplication

        Class ctkApplication models an application as used in the clickTk
        session.

Syntax

        my $appl = ctkApplication->new();
        $appl->open ;
        $appl->save;
        $appl->close;

Programming notes

Still under construction

Maintenance

        Author: marco
        date:   18.04.2007
        History
                        18.04.2007 MO03301 mam First draft
                        29.11.2007 MO03502 Version 1.02
                        03.08.2010 Version 1.03

Methods

        new
        destroy
        _init
        buildApplicationFileName
        trace
        Log
        log
        getDateAndTime

clear

        Clear the class variables applName and applFolder.
        It returns always 1.

buildApplicationFileName

        Add the application path to the given project name
        and return it as a file path.

setApplication

        Get application name and application folder.
        It returns true if the application has been set,
        undef otherwise.

Back to index