libkleo
Kleo::DirectoryServicesWidget Class Reference
#include <directoryserviceswidget.h>

Detailed Description
Definition at line 42 of file directoryserviceswidget.h.
Public Types | |
| enum | Protocol { NoProtocol = 0, X509Protocol = 1, OpenPGPProtocol = 2, AllProtocols = X509Protocol|OpenPGPProtocol } |
| enum | Scheme { NoScheme = 0, HKP = 1, HTTP = 2, FTP = 4, LDAP = 8, AllSchemes = HKP|HTTP|FTP|LDAP } |
Public Slots | |
| void | clear () |
Signals | |
| void | changed () |
Public Member Functions | |
| void | addOpenPGPServices (const KUrl::List &urls) |
| void | addX509Services (const KUrl::List &urls) |
| Protocols | allowedProtocols () const |
| Schemes | allowedSchemes () const |
| DirectoryServicesWidget (QWidget *parent=0, Qt::WindowFlags f=0) | |
| KUrl::List | openPGPServices () const |
| Protocols | readOnlyProtocols () const |
| void | setAllowedProtocols (Protocols protocols) |
| void | setAllowedSchemes (Schemes schemes) |
| void | setOpenPGPAllowed (bool allowed) |
| void | setOpenPGPReadOnly (bool ro) |
| void | setReadOnlyProtocols (Protocols protocols) |
| void | setX509Allowed (bool allowed) |
| void | setX509ReadOnly (bool ro) |
| KUrl::List | x509Services () const |
| ~DirectoryServicesWidget () | |
Member Enumeration Documentation
Definition at line 59 of file directoryserviceswidget.h.
Definition at line 48 of file directoryserviceswidget.h.
Constructor & Destructor Documentation
| DirectoryServicesWidget::DirectoryServicesWidget | ( | QWidget * | parent = 0, |
|
| Qt::WindowFlags | f = 0 | |||
| ) | [explicit] |
Definition at line 529 of file directoryserviceswidget.cpp.
| DirectoryServicesWidget::~DirectoryServicesWidget | ( | ) |
Definition at line 536 of file directoryserviceswidget.cpp.
Member Function Documentation
| void DirectoryServicesWidget::addOpenPGPServices | ( | const KUrl::List & | urls | ) |
Definition at line 574 of file directoryserviceswidget.cpp.
| void DirectoryServicesWidget::addX509Services | ( | const KUrl::List & | urls | ) |
Definition at line 587 of file directoryserviceswidget.cpp.
| DirectoryServicesWidget::Protocols DirectoryServicesWidget::allowedProtocols | ( | ) | const |
Definition at line 557 of file directoryserviceswidget.cpp.
| DirectoryServicesWidget::Schemes DirectoryServicesWidget::allowedSchemes | ( | ) | const |
Definition at line 545 of file directoryserviceswidget.cpp.
| void Kleo::DirectoryServicesWidget::changed | ( | ) | [signal] |
| void DirectoryServicesWidget::clear | ( | ) | [slot] |
Definition at line 600 of file directoryserviceswidget.cpp.
| KUrl::List DirectoryServicesWidget::openPGPServices | ( | ) | const |
Definition at line 579 of file directoryserviceswidget.cpp.
| DirectoryServicesWidget::Protocols DirectoryServicesWidget::readOnlyProtocols | ( | ) | const |
Definition at line 570 of file directoryserviceswidget.cpp.
| void DirectoryServicesWidget::setAllowedProtocols | ( | Protocols | protocols | ) |
Definition at line 549 of file directoryserviceswidget.cpp.
| void DirectoryServicesWidget::setAllowedSchemes | ( | Schemes | schemes | ) |
Definition at line 540 of file directoryserviceswidget.cpp.
| void Kleo::DirectoryServicesWidget::setOpenPGPAllowed | ( | bool | allowed | ) | [inline] |
Definition at line 108 of file directoryserviceswidget.h.
| void Kleo::DirectoryServicesWidget::setOpenPGPReadOnly | ( | bool | ro | ) | [inline] |
Definition at line 122 of file directoryserviceswidget.h.
| void DirectoryServicesWidget::setReadOnlyProtocols | ( | Protocols | protocols | ) |
Definition at line 561 of file directoryserviceswidget.cpp.
| void Kleo::DirectoryServicesWidget::setX509Allowed | ( | bool | allowed | ) | [inline] |
Definition at line 115 of file directoryserviceswidget.h.
| void Kleo::DirectoryServicesWidget::setX509ReadOnly | ( | bool | ro | ) | [inline] |
Definition at line 129 of file directoryserviceswidget.h.
| KUrl::List DirectoryServicesWidget::x509Services | ( | ) | const |
Definition at line 592 of file directoryserviceswidget.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference