Home · Modules · Classes · Namespaces · Functions

QxtSshChannel Class Reference
[QxtNetwork module]

The QxtSshChannel class provides common functionality for QxtSshClient channels More...

    #include <QxtSshChannel>

Inherits QIODevice.

Inherited by QxtSshProcess and QxtSshTcpSocket.

Public Functions

Signals

Additional Inherited Members


Detailed Description

The QxtSshChannel class provides common functionality for QxtSshClient channels

QxtSshChannel is the base interface class for all I/O channels created by QxtSshClient.

As a QIODevice subclass, QxtSshChannel exposes all of the normal methods common to Qt I/O classes, including the readyRead() signal and the read() and write() methods.

QxtSshChannel is an interface class providing the foundations for the various channel types offered by QxtSsh. It is not intended to be instantiated directly nor is it intended to be subclassed by user code. Use the convenience methods on QxtSshClient such as QxtSshClient::openProcessChannel() and QxtSshClient::openTcpSocket().


Member Function Documentation

QxtSshChannel::~QxtSshChannel ()   [virtual]

Destroys the QxtSshChannel object.

void QxtSshChannel::connected ()   [signal]

This signal is emitted when the channel has been successfully opened.


Copyright © 2007-2010 Qxt Foundation
Qxt 0.7.0