From e6c577c72f12273cb27f2be43a1ebd70e0a800a3 Mon Sep 17 00:00:00 2001 From: nils Date: Wed, 10 Aug 2011 01:38:55 +0000 Subject: further comments git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@513 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- verifynotification.h | 39 +++++++++++++++++++++++++++++++++++---- 1 file changed, 35 insertions(+), 4 deletions(-) (limited to 'verifynotification.h') diff --git a/verifynotification.h b/verifynotification.h index fcb67f8..1e7a604 100644 --- a/verifynotification.h +++ b/verifynotification.h @@ -19,15 +19,46 @@ class VerifyNotification : public QWidget public: explicit VerifyNotification(GpgME::Context *ctx,QWidget *parent = 0 ); // set the text of verifynotification + /**************************************************************************************** + * Name: setVerifyLabel + * Description: set the text of verify notification + * Parameters: none + * Return Values: none + * Change on members: none + */ void setVerifyLabel(QString text); - // show the import action in menu + /**************************************************************************************** + * Name: showImportAction + * Description: show the action in detailsmenu + * Parameters: none + * Return Values: none + * Change on members: none + */ void showImportAction(); - // hide the import action in menu + /**************************************************************************************** + * Name: hideImportAction + * Description: hide the action in detailsmenu + * Parameters: none + * Return Values: none + * Change on members: none + */ void hideImportAction(); - // List holding the keys in signature, which are not in the keylist + + /**************************************************************************************** + * Name: setVerifyDetailText + * Description: set the text of verify-detail dialog + * Parameters: QString containing the text + * Return Values: none + * Change on members: verifyDetailText changes to text + */ + void setVerifyDetailText(QString text); + + /**************************************************************************************** + * Name: keysNotInList + * Description: List holding the keys in signature, which are not in the keylist + */ QStringList *keysNotInList; // set text shown in verifydetails dialog - void setVerifyDetailText(QString text); signals: -- cgit v1.2.3