20 #ifndef __PSWGEN_CLI_CLI_H    21 #  define __PSWGEN_CLI_CLI_H    25 #include <Plugins/iPlugin>    59     virtual bool init(QString 
const & args);
    63     virtual bool isReady()
 const { 
return mReady; }
    65     virtual bool event(
QEvent *);
    70     static int const DefaultPasswordLength;
    87     QString readPassword();
    89     void generatePassword();
 Command line interface for the PswGen application. 
 
Version information for eVaf modules. 
 
#define VER_MODULE_NAME_STR
Module/library name (shall end with \0) 
 
Password generator interface. 
 
Common interface for all the eVaf modules. 
 
Password storage interface.