kaddressbook
CryptoWidget Class Reference
#include <cryptowidget.h>
Inheritance diagram for CryptoWidget:

Detailed Description
Definition at line 36 of file cryptowidget.h.
Public Member Functions | |
| CryptoWidget (KABC::AddressBook *ab, QWidget *parent) | |
| void | loadContact (KABC::Addressee *addr) |
| void | setReadOnly (bool readOnly) |
| void | storeContact (KABC::Addressee *addr) |
| ~CryptoWidget () | |
Constructor & Destructor Documentation
| CryptoWidget::CryptoWidget | ( | KABC::AddressBook * | ab, | |
| QWidget * | parent | |||
| ) |
Definition at line 67 of file cryptowidget.cpp.
| CryptoWidget::~CryptoWidget | ( | ) |
Definition at line 144 of file cryptowidget.cpp.
Member Function Documentation
| void CryptoWidget::loadContact | ( | KABC::Addressee * | addr | ) | [virtual] |
Load the contacts data into the GUI.
Implements KAB::ContactEditorWidget.
Definition at line 148 of file cryptowidget.cpp.
| void CryptoWidget::setReadOnly | ( | bool | readOnly | ) | [virtual] |
Sets whether the contact should be presented as read-only.
You should update your GUI in the reimplemented method.
Implements KAB::ContactEditorWidget.
Definition at line 220 of file cryptowidget.cpp.
| void CryptoWidget::storeContact | ( | KABC::Addressee * | addr | ) | [virtual] |
Save the data from the GUI into the passed contact object.
Implements KAB::ContactEditorWidget.
Definition at line 175 of file cryptowidget.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference