From b888c7edb54e483ec0e3c2e2ce0eafd73acdcc65 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 24 Jul 2013 15:57:00 -0500 Subject: Initial import from kshowmail 3.3.1 sources --- doc/html/classServerDialog.html | 375 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 375 insertions(+) create mode 100644 doc/html/classServerDialog.html (limited to 'doc/html/classServerDialog.html') diff --git a/doc/html/classServerDialog.html b/doc/html/classServerDialog.html new file mode 100644 index 0000000..c7c70ea --- /dev/null +++ b/doc/html/classServerDialog.html @@ -0,0 +1,375 @@ + + +kshowmail.kdevelop: ServerDialog Class Reference + + + + +
+
+
+
+

ServerDialog Class Reference

Dialog to edit account options. You can not create a new account or edit the account name. +More... +

+#include <serverdialog.h> +

+List of all members. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Public Member Functions

 ServerDialog (QWidget *parent, ConfigElem *item=NULL)
 ~ServerDialog ()

Protected Slots

void slotPasswordStorageChanged (int id)
void slotSecureTransferChanged (int id)
void slotOk ()

Protected Member Functions

void fillDialog ()

Private Attributes

ConfigElemaccount
KLineEdit * txtAccount
KLineEdit * txtServer
KComboBox * cboProtocol
QSpinBox * spbPort
KLineEdit * txtUser
KPasswordEdit * txtPassword
QCheckBox * chkActive
QButtonGroup * grpPasswordStorage
QButtonGroup * grpSecureTransfer
+


Detailed Description

+Dialog to edit account options. You can not create a new account or edit the account name. +

+

Author:
Eggert Ehmke

+Ulrich Weigelt <ulrich.weigelt@gmx.de>

+ +

+


Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
ServerDialog::ServerDialog (QWidget *  parent,
ConfigElem item = NULL 
)
+
+
+ +

+General constructor

Parameters:
+ + + +
parent parent of the dialog
item account to setup
+
+ +
+

+ +

+
+ + + + + + + + +
ServerDialog::~ServerDialog (  ) 
+
+
+ +

+Destructor +

+

+


Member Function Documentation

+ +
+
+ + + + + + + + + +
void ServerDialog::slotPasswordStorageChanged (int  id  )  [protected, slot]
+
+
+ +

+Connected with the password button group. Enabled or disabled the password edit line.

Parameters:
+ + +
id button identifier
+
+ +
+

+ +

+
+ + + + + + + + + +
void ServerDialog::slotSecureTransferChanged (int  id  )  [protected, slot]
+
+
+ +

+Connected with the secure transfer button group. Changes the port number.

Parameters:
+ + +
id button identifier
+
+ +
+

+ +

+
+ + + + + + + + +
void ServerDialog::slotOk (  )  [protected, slot]
+
+
+ +

+Overwritten methode of KDialogBase. Called if OK was clicked. Stores the entered values into the given account item. If no item was given, it creates a new one. After then it invokes slotOk() of KDialogBase. +

+

+ +

+
+ + + + + + + + +
void ServerDialog::fillDialog (  )  [protected]
+
+
+ +

+Writes the values of the account into the dialog items. +

+

+


Member Data Documentation

+ +
+
+ + + + +
ConfigElem* ServerDialog::account [private]
+
+
+ +

+account to setup +

+

+ +

+
+ + + + +
KLineEdit* ServerDialog::txtAccount [private]
+
+
+ +

+Edit line which contains the unique account name. +

+

+ +

+
+ + + + +
KLineEdit* ServerDialog::txtServer [private]
+
+
+ +

+Edit line which contains the server name. +

+

+ +

+
+ + + + +
KComboBox* ServerDialog::cboProtocol [private]
+
+
+ +

+Combo box to choose the protocol. +

+

+ +

+
+ + + + +
QSpinBox* ServerDialog::spbPort [private]
+
+
+ +

+Spinbox to choose the tcp port. +

+

+ +

+
+ + + + +
KLineEdit* ServerDialog::txtUser [private]
+
+
+ +

+Edit line which contains the user name. +

+

+ +

+
+ + + + +
KPasswordEdit* ServerDialog::txtPassword [private]
+
+
+ +

+Edit line which contains the password. +

+

+ +

+
+ + + + +
QCheckBox* ServerDialog::chkActive [private]
+
+
+ +

+Check box to select whether the account is active or not. +

+

+ +

+
+ + + + +
QButtonGroup* ServerDialog::grpPasswordStorage [private]
+
+
+ +

+Combines the radio buttons of password storage. +

+

+ +

+
+ + + + +
QButtonGroup* ServerDialog::grpSecureTransfer [private]
+
+
+ +

+Combines the radio buttons of secure transfer. +

+

+


The documentation for this class was generated from the following files: +
Generated on Tue Apr 1 21:59:50 2008 for kshowmail.kdevelop by  + +doxygen 1.5.0
+ + -- cgit v1.2.3