#include </home/clem/local/src/opie/noncore/net/opieftp/opieftp.h>
Collaboration diagram for OpieFtp:

Public Member Functions | |
| OpieFtp (QWidget *parent=0, const char *name=0, WFlags fl=0) | |
| ~OpieFtp () | |
Static Public Member Functions | |
| static QString | appName () |
Public Attributes | |
| QTabWidget * | TabWidget |
| QWidget * | tab |
| QWidget * | tab_2 |
| QWidget * | tab_3 |
| QListView * | Local_View |
| QListView * | Remote_View |
| QListBox * | serverListView |
| QComboBox * | UsernameComboBox |
| QComboBox * | ServerComboBox |
| QComboBox * | currentPathCombo |
| QLineEdit * | PasswordEdit |
| QLineEdit * | remotePath |
| QLabel * | TextLabel2 |
| QLabel * | TextLabel1 |
| QLabel * | TextLabel3 |
| QLabel * | TextLabel4 |
| QSpinBox * | PortSpinBox |
| QPopupMenu * | connectionMenu |
| QPopupMenu * | localMenu |
| QPopupMenu * | remoteMenu |
| QPopupMenu * | tabMenu |
| QPopupMenu * | aboutMenu |
| QDir | currentDir |
| QString | currentRemoteDir |
| QString | filterStr |
| QListViewItem * | item |
| QPushButton * | connectServerBtn |
| QPushButton * | newServerButton |
| QToolButton * | cdUpButton |
| QToolButton * | homeButton |
| QToolButton * | docButton |
| bool | b |
| int | currentServerConfig |
Protected Slots | |
| void | initializeGui () |
| void | timerOut () |
| void | upDir () |
| void | homeButtonPushed () |
| void | docButtonPushed () |
| void | doAbout () |
| void | serverComboEdited (const QString &) |
| void | UsernameComboBoxEdited (const QString &) |
| void | PasswordEditEdited (const QString &) |
| void | showLocalMenu (QListViewItem *) |
| void | showRemoteMenu (QListViewItem *) |
| void | doLocalCd () |
| void | doRemoteCd () |
| void | localUpload () |
| void | remoteDownload () |
| void | newConnection () |
| void | connector () |
| void | disConnector () |
| void | populateLocalView () |
| bool | populateRemoteView () |
| void | showHidden () |
| void | writeConfig () |
| void | readConfig () |
| void | localListClicked (QListViewItem *) |
| void | remoteListClicked (QListViewItem *) |
| void | ListPressed (int, QListViewItem *, const QPoint &, int) |
| void | RemoteListPressed (int, QListViewItem *, const QPoint &, int) |
| void | localMakDir () |
| void | localDelete () |
| void | remoteMakDir () |
| void | remoteDelete () |
| bool | remoteDirList (const QString &) |
| bool | remoteChDir (const QString &) |
| void | tabChanged (QWidget *) |
| void | cleanUp () |
| void | remoteRename () |
| void | localRename () |
| void | currentPathComboChanged () |
| void | currentPathComboActivated (const QString &) |
| void | switchToLocalTab () |
| void | switchToRemoteTab () |
| void | switchToConfigTab () |
| void | fillCombos () |
| void | clearCombos () |
| void | fillRemoteCombo (const QString &) |
| void | fillCombo (const QString &) |
| void | serverComboSelected (int) |
| void | deleteServer () |
| void | connectorBtnToggled (bool) |
| void | NewServer () |
| void | serverListClicked (const QString &) |
Protected Member Functions | |
| void | nullifyCallBack () |
Protected Attributes | |
| QPixmap | unknownXpm |
| bool | fuckeduphack |
| QStringList | remoteDirPathStringList |
| QStringList | localDirPathStringList |
| QString | newServerName |
| QGridLayout * | tabLayout |
| QGridLayout * | tabLayout_2 |
| QGridLayout * | tabLayout_3 |
|
||||||||||||||||
|
Definition at line 69 of file opieftp.cpp. References initializeGui(), qDebug(), and tr. |
|
|
Definition at line 340 of file opieftp.cpp. |
|
|
Definition at line 50 of file opieftp.h. References QString::fromLatin1(). |
|
|
Definition at line 344 of file opieftp.cpp. References conn, currentServerConfig, QFile::exists(), FtpQuit(), QDir::homeDirPath(), QFile::remove(), QString::right(), Config::setGroup(), and Config::writeEntry(). Referenced by initializeGui(). |
|
|
Definition at line 1283 of file opieftp.cpp. References PasswordEdit, ServerComboBox, serverListView, and UsernameComboBox. Referenced by fillCombos(). |
|
|
Definition at line 434 of file opieftp.cpp. References conn, connectServerBtn, currentRemoteDir, currentServerConfig, FALSE, QString::find(), FtpConnect(), FtpInit(), FtpLastResponse(), FtpLogin(), FtpQuit(), QString::latin1(), QString::length(), message, PasswordEdit, PortSpinBox, remoteDirList(), remotePath, QString::replace(), QString::right(), ServerComboBox, Config::setGroup(), QString::sprintf(), QString::stripWhiteSpace(), tr, TRUE, UsernameComboBox, warning(), and writeConfig(). Referenced by connectorBtnToggled(), and initializeGui(). |
|
|
Definition at line 424 of file opieftp.cpp. References connector(), and disConnector(). Referenced by initializeGui(). |
|
|
Definition at line 1133 of file opieftp.cpp. References QDir::cd(), currentDir, QString::latin1(), populateLocalView(), and TRUE. Referenced by initializeGui(). |
|
|
Definition at line 1178 of file opieftp.cpp. References currentDir, currentPathCombo, currentRemoteDir, message, populateLocalView(), remoteChDir(), remoteDirList(), QString::right(), QDir::setPath(), and tr. Referenced by initializeGui(). |
|
|
Definition at line 1385 of file opieftp.cpp. References currentServerConfig, fillCombos(), QString::find(), i, QString::number(), password, Config::readEntry(), Config::readEntryCrypt(), Config::readNumEntry(), Config::removeEntry(), ServerComboBox, serverListView, Config::setGroup(), QString::setNum(), TRUE, username, UsernameComboBox, Config::writeEntry(), and Config::writeEntryCrypt(). Referenced by initializeGui(). |
|
|
Definition at line 503 of file opieftp.cpp. References conn, connectServerBtn, currentRemoteDir, FALSE, FtpQuit(), Remote_View, and tr. Referenced by connectorBtnToggled(), and initializeGui(). |
|
|
Definition at line 1502 of file opieftp.cpp. References message. |
|
|
Definition at line 1485 of file opieftp.cpp. References QDir::cd(), currentDir, QPEApplication::documentDir(), QString::latin1(), populateLocalView(), and TRUE. |
|
|
Definition at line 883 of file opieftp.cpp. References Local_View, and localListClicked(). Referenced by showLocalMenu(). |
|
|
Definition at line 888 of file opieftp.cpp. References Remote_View, and remoteListClicked(). Referenced by showRemoteMenu(). |
|
|
Definition at line 1148 of file opieftp.cpp. References currentPathCombo, QStringList::grep(), localDirPathStringList, QValueList< T >::prepend(), qDebug(), remoteDirPathStringList, and TRUE. Referenced by populateLocalView(). |
|
|
Definition at line 1292 of file opieftp.cpp. References clearCombos(), QString::find(), i, QString::left(), QString::length(), password, PasswordEdit, PortSpinBox, qDebug(), Config::readEntry(), Config::readEntryCrypt(), Config::readNumEntry(), QString::right(), ServerComboBox, serverListView, Config::setGroup(), QString::setNum(), QString::toInt(), TRUE, username, and UsernameComboBox. Referenced by deleteServer(), and readConfig(). |
|
|
Definition at line 1168 of file opieftp.cpp. References currentPathCombo, QStringList::grep(), QValueList< T >::prepend(), remoteDirPathStringList, and TRUE. Referenced by remoteListClicked(), and upDir(). |
|
|
Definition at line 1494 of file opieftp.cpp. References QDir::cd(), currentDir, QDir::homeDirPath(), QString::latin1(), populateLocalView(), and TRUE. Referenced by initializeGui(). |
|
|
||||||||||||||||||||
|
Definition at line 911 of file opieftp.cpp. References showLocalMenu(). Referenced by initializeGui(). |
|
|
Definition at line 985 of file opieftp.cpp. References QDir::canonicalPath(), currentDir, f, FALSE, QString::latin1(), Local_View, populateLocalView(), tr, and warning(). Referenced by initializeGui(), and showLocalMenu(). |
|
|
Definition at line 841 of file opieftp.cpp. References QDir::canonicalPath(), QDir::cd(), QDir::cdUp(), QDir::cleanDirPath(), currentDir, QFile::exists(), FALSE, QString::find(), QString::latin1(), QString::length(), Local_View, NULL, populateLocalView(), QString::right(), QString::stripWhiteSpace(), and TRUE. Referenced by doLocalCd(), and initializeGui(). |
|
|
Definition at line 973 of file opieftp.cpp. References QDir::canonicalPath(), currentDir, InputDialog::LineEdit1, QDir::mkdir(), populateLocalView(), tr, and TRUE. Referenced by initializeGui(), and showLocalMenu(). |
|
|
Definition at line 1117 of file opieftp.cpp. References QDir::canonicalPath(), currentDir, QString::latin1(), InputDialog::LineEdit1, Local_View, message, populateLocalView(), InputDialog::setTextEdit(), tr, and TRUE. Referenced by initializeGui(), and showLocalMenu(). |
|
|
Definition at line 515 of file opieftp.cpp. References QDir::canonicalPath(), conn, currentDir, currentRemoteDir, FALSE, FtpLastResponse(), FTPLIB_CALLBACK, FTPLIB_CALLBACKARG, FTPLIB_CALLBACKBYTES, FTPLIB_IDLETIME, FTPLIB_IMAGE, FtpOptions(), FtpPut(), QFileInfo::isDir(), QString::latin1(), Local_View, log_progress(), message, nullifyCallBack(), ProgressBar, remoteDirList(), QString::replace(), QFileInfo::size(), QString::sprintf(), and tr. Referenced by initializeGui(), and showLocalMenu(). |
|
|
Definition at line 398 of file opieftp.cpp. References currentRemoteDir, PasswordEdit, PortSpinBox, remotePath, ServerComboBox, and UsernameComboBox. Referenced by initializeGui(). |
|
|
Definition at line 1510 of file opieftp.cpp. References currentServerConfig, i, InputDialog::LineEdit1, message, newServerName, QString::number(), Config::readEntry(), serverListView, Config::setGroup(), tr, TRUE, and writeConfig(). Referenced by initializeGui(). |
|
|
Definition at line 561 of file opieftp.cpp. References conn, FTPLIB_CALLBACK, FTPLIB_CALLBACKARG, FTPLIB_CALLBACKBYTES, FTPLIB_IDLETIME, and FtpOptions(). Referenced by localUpload(), and remoteDownload(). |
|
|
Definition at line 420 of file opieftp.cpp. Referenced by initializeGui(). |
|
|
|
Definition at line 725 of file opieftp.cpp. References QTextStream::eof(), QString::find(), QDir::homeDirPath(), IO_ReadOnly, item, len, Opie::Core::OResource::loadPixmap(), QRegExp::match(), QString::mid(), NULL, QFile::open(), QTextStream::readLine(), Remote_View, remove(), QString::right(), s, Opie::Core::OResource::SmallIcon, QString::stripWhiteSpace(), t, and TRUE. Referenced by remoteDirList(), and showLocalMenu(). |
|
|
Definition at line 1220 of file opieftp.cpp. References currentServerConfig, fillCombos(), Config::readNumEntry(), serverComboSelected(), and Config::setGroup(). Referenced by initializeGui(). |
|
|
Definition at line 640 of file opieftp.cpp. References conn, FALSE, FtpChdir(), FtpLastResponse(), QString::latin1(), message, QString::replace(), QString::sprintf(), tr, and TRUE. Referenced by currentPathComboChanged(), and remoteListClicked(). |
|
|
Definition at line 1049 of file opieftp.cpp. References QDir::canonicalPath(), conn, currentDir, currentRemoteDir, f, FtpDelete(), FtpLastResponse(), FtpRmdir(), QString::latin1(), message, Remote_View, remoteDirList(), QString::replace(), QString::right(), QString::sprintf(), tr, and warning(). Referenced by initializeGui(), and showRemoteMenu(). |
|
|
Definition at line 619 of file opieftp.cpp. References conn, FtpDir(), FtpLastResponse(), QDir::homeDirPath(), QString::latin1(), message, populateRemoteView(), QString::replace(), QString::right(), QString::sprintf(), and tr. Referenced by connector(), currentPathComboChanged(), localUpload(), remoteDelete(), remoteListClicked(), remoteMakDir(), remoteRename(), and upDir(). |
|
|
Definition at line 569 of file opieftp.cpp. References QDir::canonicalPath(), conn, currentDir, currentRemoteDir, FALSE, FtpGet(), FtpLastResponse(), FTPLIB_ASCII, FTPLIB_CALLBACK, FTPLIB_CALLBACKARG, FTPLIB_CALLBACKBYTES, FTPLIB_IDLETIME, FTPLIB_IMAGE, FtpOptions(), FtpSize(), QString::latin1(), log_progress(), message, nullifyCallBack(), populateLocalView(), ProgressBar, Remote_View, QString::replace(), QString::right(), QString::sprintf(), tr, and TRUE. Referenced by initializeGui(), and showRemoteMenu(). |
|
|
Definition at line 781 of file opieftp.cpp. References conn, currentPathCombo, currentRemoteDir, fillRemoteCombo(), QString::find(), FtpCDUp(), FtpLastResponse(), FtpPwd(), QString::length(), message, Remote_View, remoteChDir(), remoteDirList(), QString::replace(), QString::right(), QString::simplifyWhiteSpace(), QString::sprintf(), QString::stripWhiteSpace(), tr, and TRUE. Referenced by doRemoteCd(), and initializeGui(). |
|
||||||||||||||||||||
|
Definition at line 919 of file opieftp.cpp. References showRemoteMenu(). Referenced by initializeGui(). |
|
|
Definition at line 1029 of file opieftp.cpp. References conn, currentRemoteDir, FtpLastResponse(), FtpMkdir(), QString::latin1(), InputDialog::LineEdit1, message, remoteDirList(), QString::replace(), QString::sprintf(), tr, and TRUE. Referenced by initializeGui(), and showRemoteMenu(). |
|
|
Definition at line 1095 of file opieftp.cpp. References conn, currentRemoteDir, FtpLastResponse(), FtpRename(), QString::latin1(), InputDialog::LineEdit1, message, Remote_View, remoteDirList(), QString::replace(), InputDialog::setTextEdit(), QString::sprintf(), tr, and TRUE. Referenced by initializeGui(), and showRemoteMenu(). |
|
|
Definition at line 408 of file opieftp.cpp. Referenced by initializeGui(). |
|
|
Definition at line 1330 of file opieftp.cpp. References currentServerConfig, FALSE, QString::find(), fuckeduphack, QString::left(), QString::length(), password, PasswordEdit, PortSpinBox, qDebug(), Config::readEntry(), Config::readEntryCrypt(), remotePath, QString::right(), ServerComboBox, serverListView, Config::setGroup(), QString::setNum(), QString::sprintf(), QString::toInt(), TRUE, username, UsernameComboBox, and Config::writeEntry(). Referenced by initializeGui(), readConfig(), and serverListClicked(). |
|
|
Definition at line 1531 of file opieftp.cpp. References fuckeduphack, i, QString::number(), Config::readEntry(), Config::readNumEntry(), serverComboSelected(), and Config::setGroup(). Referenced by initializeGui(). |
|
|
Definition at line 894 of file opieftp.cpp. References QDir::All, b, currentDir, QDir::Dirs, FALSE, QDir::Files, QDir::Hidden, localMenu, populateLocalView(), QDir::setFilter(), and TRUE. Referenced by initializeGui(), and showLocalMenu(). |
|
|
Definition at line 945 of file opieftp.cpp. References b, doLocalCd(), FALSE, localDelete(), localMakDir(), localRename(), localUpload(), NULL, populateRemoteView(), pos, showHidden(), tr, and TRUE. Referenced by ListPressed(). |
|
|
Definition at line 926 of file opieftp.cpp. References doRemoteCd(), NULL, populateLocalView(), pos, remoteDelete(), remoteDownload(), remoteMakDir(), remoteRename(), tr, and TRUE. Referenced by RemoteListPressed(). |
|
|
Definition at line 1215 of file opieftp.cpp. Referenced by initializeGui(). |
|
|
Definition at line 1205 of file opieftp.cpp. Referenced by initializeGui(). |
|
|
Definition at line 1210 of file opieftp.cpp. Referenced by initializeGui(). |
|
|
Definition at line 363 of file opieftp.cpp. References QDir::canonicalPath(), cdUpButton, currentDir, currentPathCombo, currentRemoteDir, FALSE, homeButton, tabMenu, and TRUE. Referenced by initializeGui(). |
|
|
Definition at line 1543 of file opieftp.cpp. |
|
|
Definition at line 1448 of file opieftp.cpp. References QDir::canonicalPath(), QDir::cd(), QDir::cdUp(), conn, currentDir, currentPathCombo, currentRemoteDir, fillRemoteCombo(), FtpCDUp(), FtpLastResponse(), FtpPwd(), QString::latin1(), message, populateLocalView(), remoteDirList(), QString::replace(), QString::right(), QString::sprintf(), tr, and TRUE. Referenced by initializeGui(). |
|
|
Definition at line 416 of file opieftp.cpp. Referenced by initializeGui(). |
|
|
Definition at line 1232 of file opieftp.cpp. References currentServerConfig, QString::find(), i, QString::isEmpty(), QString::left(), QString::length(), newServerName, QString::number(), password, PasswordEdit, PortSpinBox, Config::readEntry(), Config::readNumEntry(), remotePath, ServerComboBox, Config::setGroup(), QString::setNum(), TRUE, username, UsernameComboBox, Config::writeEntry(), and Config::writeEntryCrypt(). Referenced by connector(), and NewServer(). |
|
|
|
|
|
Definition at line 70 of file opieftp.h. Referenced by initializeGui(), showHidden(), and showLocalMenu(). |
|
|
Definition at line 69 of file opieftp.h. Referenced by initializeGui(), and tabChanged(). |
|
|
Definition at line 63 of file opieftp.h. Referenced by initializeGui(). |
|
|
Definition at line 68 of file opieftp.h. Referenced by connector(), disConnector(), and initializeGui(). |
|
|
Definition at line 64 of file opieftp.h. Referenced by currentPathComboActivated(), currentPathComboChanged(), docButtonPushed(), homeButtonPushed(), initializeGui(), localDelete(), localListClicked(), localMakDir(), localRename(), localUpload(), populateLocalView(), remoteDelete(), remoteDownload(), showHidden(), tabChanged(), and upDir(). |
|
|
Definition at line 59 of file opieftp.h. Referenced by currentPathComboChanged(), fillCombo(), fillRemoteCombo(), initializeGui(), populateLocalView(), remoteListClicked(), tabChanged(), and upDir(). |
|
|
Definition at line 65 of file opieftp.h. Referenced by connector(), currentPathComboChanged(), disConnector(), localUpload(), newConnection(), remoteDelete(), remoteDownload(), remoteListClicked(), remoteMakDir(), remoteRename(), tabChanged(), and upDir(). |
|
|
Definition at line 72 of file opieftp.h. Referenced by cleanUp(), connector(), deleteServer(), NewServer(), readConfig(), serverComboSelected(), and writeConfig(). |
|
|
|
|
|
Definition at line 66 of file opieftp.h. Referenced by initializeGui(), and populateLocalView(). |
|
|
Definition at line 135 of file opieftp.h. Referenced by initializeGui(), serverComboSelected(), and serverListClicked(). |
|
|
Definition at line 69 of file opieftp.h. Referenced by initializeGui(), and tabChanged(). |
|
|
Definition at line 67 of file opieftp.h. Referenced by populateLocalView(), and populateRemoteView(). |
|
|
Definition at line 56 of file opieftp.h. Referenced by doLocalCd(), initializeGui(), localDelete(), localListClicked(), localRename(), localUpload(), and populateLocalView(). |
|
|
Definition at line 136 of file opieftp.h. Referenced by fillCombo(). |
|
|
Definition at line 63 of file opieftp.h. Referenced by initializeGui(), and showHidden(). |
|
|
Definition at line 68 of file opieftp.h. Referenced by initializeGui(). |
|
|
Definition at line 137 of file opieftp.h. Referenced by NewServer(), and writeConfig(). |
|
|
Definition at line 60 of file opieftp.h. Referenced by clearCombos(), connector(), fillCombos(), initializeGui(), newConnection(), serverComboSelected(), and writeConfig(). |
|
|
Definition at line 61 of file opieftp.h. Referenced by connector(), fillCombos(), initializeGui(), newConnection(), serverComboSelected(), and writeConfig(). |
|
|
Definition at line 56 of file opieftp.h. Referenced by disConnector(), doRemoteCd(), initializeGui(), populateRemoteView(), remoteDelete(), remoteDownload(), remoteListClicked(), and remoteRename(). |
|
|
Definition at line 136 of file opieftp.h. Referenced by fillCombo(), and fillRemoteCombo(). |
|
|
Definition at line 63 of file opieftp.h. Referenced by initializeGui(). |
|
|
Definition at line 60 of file opieftp.h. Referenced by connector(), initializeGui(), newConnection(), serverComboSelected(), and writeConfig(). |
|
|
Definition at line 59 of file opieftp.h. Referenced by clearCombos(), connector(), deleteServer(), fillCombos(), initializeGui(), newConnection(), serverComboSelected(), and writeConfig(). |
|
|
Definition at line 57 of file opieftp.h. Referenced by clearCombos(), deleteServer(), fillCombos(), initializeGui(), NewServer(), and serverComboSelected(). |
|
|
Definition at line 55 of file opieftp.h. Referenced by initializeGui(). |
|
|
Definition at line 55 of file opieftp.h. Referenced by initializeGui(). |
|
|
Definition at line 55 of file opieftp.h. Referenced by initializeGui(). |
|
|
Definition at line 139 of file opieftp.h. Referenced by initializeGui(). |
|
|
Definition at line 140 of file opieftp.h. Referenced by initializeGui(). |
|
|
Definition at line 141 of file opieftp.h. Referenced by initializeGui(). |
|
|
Definition at line 63 of file opieftp.h. Referenced by initializeGui(), and tabChanged(). |
|
|
|
|
|
Definition at line 61 of file opieftp.h. Referenced by initializeGui(). |
|
|
Definition at line 61 of file opieftp.h. Referenced by initializeGui(). |
|
|
Definition at line 61 of file opieftp.h. Referenced by initializeGui(). |
|
|
Definition at line 61 of file opieftp.h. Referenced by initializeGui(). |
|
|
Definition at line 134 of file opieftp.h. Referenced by initializeGui(), and populateLocalView(). |
|
|
Definition at line 59 of file opieftp.h. Referenced by clearCombos(), connector(), deleteServer(), fillCombos(), initializeGui(), newConnection(), serverComboSelected(), and writeConfig(). |
1.4.2