LeechCraft  0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
passutils.h File Reference
+ Include dependency graph for passutils.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LeechCraft::Util::EitherCont< LeftSig, RightSig >
 A peir of two functions, typically a continuation and an error handler. More...
 

Namespaces

 LeechCraft
 
 LeechCraft::Util
 

Functions

QString LeechCraft::Util::GetPassword (const QString &keyName, const QString &dialogText, const ICoreProxy_ptr &proxy, bool useStore=true)
 Returns password for the key, possibly asking the user. More...
 
void LeechCraft::Util::GetPassword (const QString &key, const QString &diaText, const ICoreProxy_ptr &proxy, const EitherCont< void(), void(QString)> &cont, QObject *depender, bool useStored)
 
void LeechCraft::Util::SavePassword (const QString &password, const QString &keyName, const ICoreProxy_ptr &proxy)
 Saves the password to be retrieved later via GetPassword(). More...