#include <connectivityqt/pptp-connection.h>
|
std::shared_ptr< Priv > | d |
|
std::shared_ptr< Priv > | d |
|
Enumerator |
---|
MPPE_ALL |
|
MPPE_128 |
|
MPPE_40 |
|
connectivityqt::PptpConnection::PptpConnection |
( |
const QDBusObjectPath & |
path, |
|
|
const QDBusConnection & |
connection |
|
) |
| |
connectivityqt::PptpConnection::~PptpConnection |
( |
| ) |
|
|
virtual |
bool connectivityqt::PptpConnection::allowChap |
( |
| ) |
const |
void connectivityqt::PptpConnection::allowChapChanged |
( |
bool |
value | ) |
|
|
signal |
bool connectivityqt::PptpConnection::allowEap |
( |
| ) |
const |
void connectivityqt::PptpConnection::allowEapChanged |
( |
bool |
value | ) |
|
|
signal |
bool connectivityqt::PptpConnection::allowMschap |
( |
| ) |
const |
void connectivityqt::PptpConnection::allowMschapChanged |
( |
bool |
value | ) |
|
|
signal |
bool connectivityqt::PptpConnection::allowMschapv2 |
( |
| ) |
const |
void connectivityqt::PptpConnection::allowMschapv2Changed |
( |
bool |
value | ) |
|
|
signal |
bool connectivityqt::PptpConnection::allowPap |
( |
| ) |
const |
void connectivityqt::PptpConnection::allowPapChanged |
( |
bool |
value | ) |
|
|
signal |
bool connectivityqt::PptpConnection::bsdCompression |
( |
| ) |
const |
void connectivityqt::PptpConnection::bsdCompressionChanged |
( |
bool |
value | ) |
|
|
signal |
bool connectivityqt::PptpConnection::deflateCompression |
( |
| ) |
const |
void connectivityqt::PptpConnection::deflateCompressionChanged |
( |
bool |
value | ) |
|
|
signal |
QString connectivityqt::PptpConnection::domain |
( |
| ) |
const |
void connectivityqt::PptpConnection::domainChanged |
( |
const QString & |
value | ) |
|
|
signal |
QString connectivityqt::PptpConnection::gateway |
( |
| ) |
const |
void connectivityqt::PptpConnection::gatewayChanged |
( |
const QString & |
value | ) |
|
|
signal |
bool connectivityqt::PptpConnection::mppeStateful |
( |
| ) |
const |
void connectivityqt::PptpConnection::mppeStatefulChanged |
( |
bool |
value | ) |
|
|
signal |
MppeType connectivityqt::PptpConnection::mppeType |
( |
| ) |
const |
void connectivityqt::PptpConnection::mppeTypeChanged |
( |
MppeType |
value | ) |
|
|
signal |
QString connectivityqt::PptpConnection::password |
( |
| ) |
const |
void connectivityqt::PptpConnection::passwordChanged |
( |
const QString & |
value | ) |
|
|
signal |
bool connectivityqt::PptpConnection::requireMppe |
( |
| ) |
const |
void connectivityqt::PptpConnection::requireMppeChanged |
( |
bool |
value | ) |
|
|
signal |
bool connectivityqt::PptpConnection::sendPppEchoPackets |
( |
| ) |
const |
void connectivityqt::PptpConnection::sendPppEchoPacketsChanged |
( |
bool |
value | ) |
|
|
signal |
void connectivityqt::PptpConnection::setAllowChap |
( |
bool |
value | ) |
|
|
slot |
void connectivityqt::PptpConnection::setAllowEap |
( |
bool |
value | ) |
|
|
slot |
void connectivityqt::PptpConnection::setAllowMschap |
( |
bool |
value | ) |
|
|
slot |
void connectivityqt::PptpConnection::setAllowMschapv2 |
( |
bool |
value | ) |
|
|
slot |
void connectivityqt::PptpConnection::setAllowPap |
( |
bool |
value | ) |
|
|
slot |
void connectivityqt::PptpConnection::setBsdCompression |
( |
bool |
value | ) |
|
|
slot |
void connectivityqt::PptpConnection::setDeflateCompression |
( |
bool |
value | ) |
|
|
slot |
void connectivityqt::PptpConnection::setDomain |
( |
const QString & |
value | ) |
|
|
slot |
void connectivityqt::PptpConnection::setGateway |
( |
const QString & |
value | ) |
|
|
slot |
void connectivityqt::PptpConnection::setMppeStateful |
( |
bool |
value | ) |
|
|
slot |
void connectivityqt::PptpConnection::setMppeType |
( |
MppeType |
value | ) |
|
|
slot |
void connectivityqt::PptpConnection::setPassword |
( |
const QString & |
value | ) |
|
|
slot |
void connectivityqt::PptpConnection::setRequireMppe |
( |
bool |
value | ) |
|
|
slot |
void connectivityqt::PptpConnection::setSendPppEchoPackets |
( |
bool |
value | ) |
|
|
slot |
void connectivityqt::PptpConnection::setTcpHeaderCompression |
( |
bool |
value | ) |
|
|
slot |
void connectivityqt::PptpConnection::setUser |
( |
const QString & |
value | ) |
|
|
slot |
bool connectivityqt::PptpConnection::tcpHeaderCompression |
( |
| ) |
const |
void connectivityqt::PptpConnection::tcpHeaderCompressionChanged |
( |
bool |
value | ) |
|
|
signal |
QString connectivityqt::PptpConnection::user |
( |
| ) |
const |
void connectivityqt::PptpConnection::userChanged |
( |
const QString & |
value | ) |
|
|
signal |
std::shared_ptr<Priv> connectivityqt::PptpConnection::d |
|
protected |
bool connectivityqt::PptpConnection::allowChap |
|
readwrite |
bool connectivityqt::PptpConnection::allowEap |
|
readwrite |
bool connectivityqt::PptpConnection::allowMschap |
|
readwrite |
bool connectivityqt::PptpConnection::allowMschapv2 |
|
readwrite |
bool connectivityqt::PptpConnection::allowPap |
|
readwrite |
bool connectivityqt::PptpConnection::bsdCompression |
|
readwrite |
bool connectivityqt::PptpConnection::deflateCompression |
|
readwrite |
QString connectivityqt::PptpConnection::domain |
|
readwrite |
QString connectivityqt::PptpConnection::gateway |
|
readwrite |
bool connectivityqt::PptpConnection::mppeStateful |
|
readwrite |
MppeType connectivityqt::PptpConnection::mppeType |
|
readwrite |
QString connectivityqt::PptpConnection::password |
|
readwrite |
bool connectivityqt::PptpConnection::requireMppe |
|
readwrite |
bool connectivityqt::PptpConnection::sendPppEchoPackets |
|
readwrite |
bool connectivityqt::PptpConnection::tcpHeaderCompression |
|
readwrite |
QString connectivityqt::PptpConnection::user |
|
readwrite |
The documentation for this class was generated from the following files: