libkleo
#include <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 | |
DirectoryServicesWidget (QWidget *parent=0, Qt::WindowFlags f=0) | |
~DirectoryServicesWidget () | |
void | addOpenPGPServices (const KUrl::List &urls) |
void | addX509Services (const KUrl::List &urls) |
Protocols | allowedProtocols () const |
Schemes | allowedSchemes () const |
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 |
Detailed Description
Definition at line 42 of file directoryserviceswidget.h.
Member Enumeration Documentation
Enumerator | |
---|---|
NoProtocol | |
X509Protocol | |
OpenPGPProtocol | |
AllProtocols |
Definition at line 59 of file directoryserviceswidget.h.
Enumerator | |
---|---|
NoScheme | |
HKP | |
HTTP | |
FTP | |
LDAP | |
AllSchemes |
Definition at line 48 of file directoryserviceswidget.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 530 of file directoryserviceswidget.cpp.
DirectoryServicesWidget::~DirectoryServicesWidget | ( | ) |
Definition at line 537 of file directoryserviceswidget.cpp.
Member Function Documentation
void DirectoryServicesWidget::addOpenPGPServices | ( | const KUrl::List & | urls | ) |
Definition at line 575 of file directoryserviceswidget.cpp.
void DirectoryServicesWidget::addX509Services | ( | const KUrl::List & | urls | ) |
Definition at line 588 of file directoryserviceswidget.cpp.
DirectoryServicesWidget::Protocols DirectoryServicesWidget::allowedProtocols | ( | ) | const |
Definition at line 558 of file directoryserviceswidget.cpp.
DirectoryServicesWidget::Schemes DirectoryServicesWidget::allowedSchemes | ( | ) | const |
Definition at line 546 of file directoryserviceswidget.cpp.
|
signal |
|
slot |
Definition at line 601 of file directoryserviceswidget.cpp.
KUrl::List DirectoryServicesWidget::openPGPServices | ( | ) | const |
Definition at line 580 of file directoryserviceswidget.cpp.
DirectoryServicesWidget::Protocols DirectoryServicesWidget::readOnlyProtocols | ( | ) | const |
Definition at line 571 of file directoryserviceswidget.cpp.
void DirectoryServicesWidget::setAllowedProtocols | ( | Protocols | protocols | ) |
Definition at line 550 of file directoryserviceswidget.cpp.
void DirectoryServicesWidget::setAllowedSchemes | ( | Schemes | schemes | ) |
Definition at line 541 of file directoryserviceswidget.cpp.
|
inline |
Definition at line 108 of file directoryserviceswidget.h.
|
inline |
Definition at line 122 of file directoryserviceswidget.h.
void DirectoryServicesWidget::setReadOnlyProtocols | ( | Protocols | protocols | ) |
Definition at line 562 of file directoryserviceswidget.cpp.
|
inline |
Definition at line 115 of file directoryserviceswidget.h.
|
inline |
Definition at line 129 of file directoryserviceswidget.h.
KUrl::List DirectoryServicesWidget::x509Services | ( | ) | const |
Definition at line 593 of file directoryserviceswidget.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:57:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.