![]() |
Qt 4.8
|
Public Functions | |
| QFtpCommand (QFtp::Command cmd, QStringList raw, const QByteArray &ba) | |
| QFtpCommand (QFtp::Command cmd, QStringList raw, QIODevice *dev=0) | |
| ~QFtpCommand () | |
Public Variables | |
| QFtp::Command | command |
| union { | |
| QByteArray * ba | |
| QIODevice * dev | |
| } | data |
| int | id |
| bool | is_ba |
| QStringList | rawCmds |
Static Public Variables | |
| static QBasicAtomicInt | idCounter = Q_BASIC_ATOMIC_INITIALIZER(1) |
| QFtpCommand::QFtpCommand | ( | QFtp::Command | cmd, |
| QStringList | raw, | ||
| const QByteArray & | ba | ||
| ) |
Definition at line 257 of file qftp.cpp.
| QFtpCommand::QFtpCommand | ( | QFtp::Command | cmd, |
| QStringList | raw, | ||
| QIODevice * | dev = 0 |
||
| ) |
Definition at line 264 of file qftp.cpp.
| QByteArray* QFtpCommand::ba |
Definition at line 247 of file qftp.cpp.
Referenced by QFtpPrivate::_q_startNextCommand().
| QFtp::Command QFtpCommand::command |
Definition at line 241 of file qftp.cpp.
Referenced by QFtpPrivate::_q_piError(), QFtpPrivate::_q_piFinished(), and QFtpPrivate::_q_startNextCommand().
| union { ... } QFtpCommand::data |
Referenced by QFtpPrivate::_q_startNextCommand(), QFtp::currentDevice(), QFtpCommand(), and ~QFtpCommand().
| QIODevice* QFtpCommand::dev |
Definition at line 248 of file qftp.cpp.
Referenced by QFtpPrivate::_q_startNextCommand(), QFtp::currentDevice(), and QFtpCommand().
| int QFtpCommand::id |
Definition at line 240 of file qftp.cpp.
Referenced by QFtpPrivate::_q_piError(), QFtpPrivate::_q_piFinished(), QFtpPrivate::_q_startNextCommand(), and QFtpPrivate::addCommand().
|
static |
Definition at line 252 of file qftp.cpp.
Referenced by QFtpCommand().
| bool QFtpCommand::is_ba |
Definition at line 250 of file qftp.cpp.
Referenced by QFtpPrivate::_q_startNextCommand(), QFtp::currentDevice(), and ~QFtpCommand().
| QStringList QFtpCommand::rawCmds |
Definition at line 242 of file qftp.cpp.
Referenced by QFtpPrivate::_q_startNextCommand().