Plasma
Plasma::ClientPinRequest Class Reference
#include <clientpinrequest.h>
Inheritance diagram for Plasma::ClientPinRequest:
Signals | |
void | changed (Plasma::ClientPinRequest *) |
Public Member Functions | |
QString | description () const |
QString | pin () const |
void | setPin (const QString &pin) |
Detailed Description
describes an outgoing connection.
this is just passed to AuthorizationInterface when a remote widget asks to do pin pairing first, so the shell can ask the user for a pin.
- Since
- 4.4
Definition at line 45 of file clientpinrequest.h.
Member Function Documentation
|
signal |
QString Plasma::ClientPinRequest::description | ( | ) | const |
- Returns
- nice i18n'ed description of this outgoing connection.
Definition at line 55 of file clientpinrequest.cpp.
QString Plasma::ClientPinRequest::pin | ( | ) | const |
- Returns
- the pin for pin pairing.
Definition at line 68 of file clientpinrequest.cpp.
void Plasma::ClientPinRequest::setPin | ( | const QString & | pin | ) |
- Parameters
-
pin set a pin for pin pairing.
Definition at line 61 of file clientpinrequest.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:35 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:35 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.