Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

OpieFtp Class Reference

#include </home/clem/local/src/opie/noncore/net/opieftp/opieftp.h>

Collaboration diagram for OpieFtp:

Collaboration graph
[legend]
List of all members.

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

Constructor & Destructor Documentation

OpieFtp::OpieFtp QWidget *  parent = 0,
const char *  name = 0,
WFlags  fl = 0
 

Definition at line 69 of file opieftp.cpp.

References initializeGui(), qDebug(), and tr.

OpieFtp::~OpieFtp  ) 
 

Definition at line 340 of file opieftp.cpp.


Member Function Documentation

static QString OpieFtp::appName  )  [inline, static]
 

Definition at line 50 of file opieftp.h.

References QString::fromLatin1().

void OpieFtp::cleanUp  )  [protected, slot]
 

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().

void OpieFtp::clearCombos  )  [protected, slot]
 

Definition at line 1283 of file opieftp.cpp.

References PasswordEdit, ServerComboBox, serverListView, and UsernameComboBox.

Referenced by fillCombos().

void OpieFtp::connector  )  [protected, slot]
 

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().

void OpieFtp::connectorBtnToggled bool   )  [protected, slot]
 

Definition at line 424 of file opieftp.cpp.

References connector(), and disConnector().

Referenced by initializeGui().

void OpieFtp::currentPathComboActivated const QString  )  [protected, slot]
 

Definition at line 1133 of file opieftp.cpp.

References QDir::cd(), currentDir, QString::latin1(), populateLocalView(), and TRUE.

Referenced by initializeGui().

void OpieFtp::currentPathComboChanged  )  [protected, slot]
 

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().

void OpieFtp::deleteServer  )  [protected, slot]
 

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().

void OpieFtp::disConnector  )  [protected, slot]
 

Definition at line 503 of file opieftp.cpp.

References conn, connectServerBtn, currentRemoteDir, FALSE, FtpQuit(), Remote_View, and tr.

Referenced by connectorBtnToggled(), and initializeGui().

void OpieFtp::doAbout  )  [protected, slot]
 

Definition at line 1502 of file opieftp.cpp.

References message.

void OpieFtp::docButtonPushed  )  [protected, slot]
 

Definition at line 1485 of file opieftp.cpp.

References QDir::cd(), currentDir, QPEApplication::documentDir(), QString::latin1(), populateLocalView(), and TRUE.

void OpieFtp::doLocalCd  )  [protected, slot]
 

Definition at line 883 of file opieftp.cpp.

References Local_View, and localListClicked().

Referenced by showLocalMenu().

void OpieFtp::doRemoteCd  )  [protected, slot]
 

Definition at line 888 of file opieftp.cpp.

References Remote_View, and remoteListClicked().

Referenced by showRemoteMenu().

void OpieFtp::fillCombo const QString  )  [protected, slot]
 

Definition at line 1148 of file opieftp.cpp.

References currentPathCombo, QStringList::grep(), localDirPathStringList, QValueList< T >::prepend(), qDebug(), remoteDirPathStringList, and TRUE.

Referenced by populateLocalView().

void OpieFtp::fillCombos  )  [protected, slot]
 

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().

void OpieFtp::fillRemoteCombo const QString  )  [protected, slot]
 

Definition at line 1168 of file opieftp.cpp.

References currentPathCombo, QStringList::grep(), QValueList< T >::prepend(), remoteDirPathStringList, and TRUE.

Referenced by remoteListClicked(), and upDir().

void OpieFtp::homeButtonPushed  )  [protected, slot]
 

Definition at line 1494 of file opieftp.cpp.

References QDir::cd(), currentDir, QDir::homeDirPath(), QString::latin1(), populateLocalView(), and TRUE.

Referenced by initializeGui().

void OpieFtp::initializeGui  )  [protected, slot]
 

Definition at line 78 of file opieftp.cpp.

References QDir::All, b, QDir::canonicalPath(), cdUpButton, cleanUp(), connectionMenu, connector(), connectorBtnToggled(), connectServerBtn, currentDir, QDir::currentDirPath(), currentPathCombo, currentPathComboActivated(), currentPathComboChanged(), deleteServer(), QDir::Dirs, disConnector(), FALSE, QDir::Files, filterStr, fuckeduphack, homeButton, homeButtonPushed(), ListPressed(), Opie::Core::OResource::loadPixmap(), Local_View, localDelete(), localListClicked(), localMakDir(), localMenu, localRename(), localUpload(), newConnection(), NewServer(), newServerButton, PasswordEdit, PasswordEditEdited(), populateLocalView(), PortSpinBox, ProgressBar, qApp, readConfig(), Remote_View, remoteDelete(), remoteDownload(), remoteListClicked(), RemoteListPressed(), remoteMakDir(), remoteMenu, remotePath, remoteRename(), QPEApplication::RightOnHold, ServerComboBox, serverComboEdited(), serverComboSelected(), serverListClicked(), serverListView, QDir::setFilter(), QDir::setPath(), QPEApplication::setStylusOperation(), showHidden(), Opie::Core::OResource::SmallIcon, AppLnk::smallIconSize(), switchToConfigTab(), switchToLocalTab(), switchToRemoteTab(), tab, tab_2, tab_3, tabChanged(), tabLayout, tabLayout_2, tabLayout_3, tabMenu, TextLabel1, TextLabel2, TextLabel3, TextLabel4, tr, TRUE, unknownXpm, upDir(), UsernameComboBox, and UsernameComboBoxEdited().

Referenced by OpieFtp().

void OpieFtp::ListPressed int  ,
QListViewItem *  ,
const QPoint &  ,
int 
[protected, slot]
 

Definition at line 911 of file opieftp.cpp.

References showLocalMenu().

Referenced by initializeGui().

void OpieFtp::localDelete  )  [protected, slot]
 

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().

void OpieFtp::localListClicked QListViewItem *   )  [protected, slot]
 

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().

void OpieFtp::localMakDir  )  [protected, slot]
 

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().

void OpieFtp::localRename  )  [protected, slot]
 

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().

void OpieFtp::localUpload  )  [protected, slot]
 

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().

void OpieFtp::newConnection  )  [protected, slot]
 

Definition at line 398 of file opieftp.cpp.

References currentRemoteDir, PasswordEdit, PortSpinBox, remotePath, ServerComboBox, and UsernameComboBox.

Referenced by initializeGui().

void OpieFtp::NewServer  )  [protected, slot]
 

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().

void OpieFtp::nullifyCallBack  )  [protected]
 

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().

void OpieFtp::PasswordEditEdited const QString  )  [protected, slot]
 

Definition at line 420 of file opieftp.cpp.

Referenced by initializeGui().

void OpieFtp::populateLocalView  )  [protected, slot]
 

Definition at line 656 of file opieftp.cpp.

References QFileInfo::absFilePath(), QDir::canonicalPath(), QDir::cleanDirPath(), QPtrListIterator< type >::current(), currentDir, currentPathCombo, QDir::DirsFirst, QDir::entryInfoList(), QFileInfo::exists(), FALSE, QFileInfo::fileName(), QFileInfo::filePath(), fillCombo(), filterStr, QString::find(), QFileInfo::isReadable(), QFileInfo::isSymLink(), item, QFileInfo::lastModified(), list, Opie::Core::OResource::loadPixmap(), Local_View, MimeType::pixmap(), QFileInfo::readLink(), QDir::setMatchAllDirs(), QDir::setNameFilter(), QDir::setSorting(), QFileInfo::size(), Opie::Core::OResource::SmallIcon, QString::sprintf(), TRUE, and unknownXpm.

Referenced by currentPathComboActivated(), currentPathComboChanged(), docButtonPushed(), homeButtonPushed(), initializeGui(), localDelete(), localListClicked(), localMakDir(), localRename(), remoteDownload(), showHidden(), showRemoteMenu(), and upDir().

bool OpieFtp::populateRemoteView  )  [protected, slot]
 

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().

void OpieFtp::readConfig  )  [protected, slot]
 

Definition at line 1220 of file opieftp.cpp.

References currentServerConfig, fillCombos(), Config::readNumEntry(), serverComboSelected(), and Config::setGroup().

Referenced by initializeGui().

bool OpieFtp::remoteChDir const QString  )  [protected, slot]
 

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().

void OpieFtp::remoteDelete  )  [protected, slot]
 

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().

bool OpieFtp::remoteDirList const QString  )  [protected, slot]
 

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().

void OpieFtp::remoteDownload  )  [protected, slot]
 

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().

void OpieFtp::remoteListClicked QListViewItem *   )  [protected, slot]
 

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().

void OpieFtp::RemoteListPressed int  ,
QListViewItem *  ,
const QPoint &  ,
int 
[protected, slot]
 

Definition at line 919 of file opieftp.cpp.

References showRemoteMenu().

Referenced by initializeGui().

void OpieFtp::remoteMakDir  )  [protected, slot]
 

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().

void OpieFtp::remoteRename  )  [protected, slot]
 

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().

void OpieFtp::serverComboEdited const QString  )  [protected, slot]
 

Definition at line 408 of file opieftp.cpp.

Referenced by initializeGui().

void OpieFtp::serverComboSelected int   )  [protected, slot]
 

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().

void OpieFtp::serverListClicked const QString  )  [protected, slot]
 

Definition at line 1531 of file opieftp.cpp.

References fuckeduphack, i, QString::number(), Config::readEntry(), Config::readNumEntry(), serverComboSelected(), and Config::setGroup().

Referenced by initializeGui().

void OpieFtp::showHidden  )  [protected, slot]
 

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().

void OpieFtp::showLocalMenu QListViewItem *   )  [protected, slot]
 

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().

void OpieFtp::showRemoteMenu QListViewItem *   )  [protected, slot]
 

Definition at line 926 of file opieftp.cpp.

References doRemoteCd(), NULL, populateLocalView(), pos, remoteDelete(), remoteDownload(), remoteMakDir(), remoteRename(), tr, and TRUE.

Referenced by RemoteListPressed().

void OpieFtp::switchToConfigTab  )  [protected, slot]
 

Definition at line 1215 of file opieftp.cpp.

Referenced by initializeGui().

void OpieFtp::switchToLocalTab  )  [protected, slot]
 

Definition at line 1205 of file opieftp.cpp.

Referenced by initializeGui().

void OpieFtp::switchToRemoteTab  )  [protected, slot]
 

Definition at line 1210 of file opieftp.cpp.

Referenced by initializeGui().

void OpieFtp::tabChanged QWidget *   )  [protected, slot]
 

Definition at line 363 of file opieftp.cpp.

References QDir::canonicalPath(), cdUpButton, currentDir, currentPathCombo, currentRemoteDir, FALSE, homeButton, tabMenu, and TRUE.

Referenced by initializeGui().

void OpieFtp::timerOut  )  [protected, slot]
 

Definition at line 1543 of file opieftp.cpp.

void OpieFtp::upDir  )  [protected, slot]
 

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().

void OpieFtp::UsernameComboBoxEdited const QString  )  [protected, slot]
 

Definition at line 416 of file opieftp.cpp.

Referenced by initializeGui().

void OpieFtp::writeConfig  )  [protected, slot]
 

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().


Member Data Documentation

QPopupMenu * OpieFtp::aboutMenu
 

Definition at line 63 of file opieftp.h.

bool OpieFtp::b
 

Definition at line 70 of file opieftp.h.

Referenced by initializeGui(), showHidden(), and showLocalMenu().

QToolButton* OpieFtp::cdUpButton
 

Definition at line 69 of file opieftp.h.

Referenced by initializeGui(), and tabChanged().

QPopupMenu* OpieFtp::connectionMenu
 

Definition at line 63 of file opieftp.h.

Referenced by initializeGui().

QPushButton* OpieFtp::connectServerBtn
 

Definition at line 68 of file opieftp.h.

Referenced by connector(), disConnector(), and initializeGui().

QDir OpieFtp::currentDir
 

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().

QComboBox * OpieFtp::currentPathCombo
 

Definition at line 59 of file opieftp.h.

Referenced by currentPathComboChanged(), fillCombo(), fillRemoteCombo(), initializeGui(), populateLocalView(), remoteListClicked(), tabChanged(), and upDir().

QString OpieFtp::currentRemoteDir
 

Definition at line 65 of file opieftp.h.

Referenced by connector(), currentPathComboChanged(), disConnector(), localUpload(), newConnection(), remoteDelete(), remoteDownload(), remoteListClicked(), remoteMakDir(), remoteRename(), tabChanged(), and upDir().

int OpieFtp::currentServerConfig
 

Definition at line 72 of file opieftp.h.

Referenced by cleanUp(), connector(), deleteServer(), NewServer(), readConfig(), serverComboSelected(), and writeConfig().

QToolButton * OpieFtp::docButton
 

Definition at line 69 of file opieftp.h.

QString OpieFtp::filterStr
 

Definition at line 66 of file opieftp.h.

Referenced by initializeGui(), and populateLocalView().

bool OpieFtp::fuckeduphack [protected]
 

Definition at line 135 of file opieftp.h.

Referenced by initializeGui(), serverComboSelected(), and serverListClicked().

QToolButton * OpieFtp::homeButton
 

Definition at line 69 of file opieftp.h.

Referenced by initializeGui(), and tabChanged().

QListViewItem* OpieFtp::item
 

Definition at line 67 of file opieftp.h.

Referenced by populateLocalView(), and populateRemoteView().

QListView* OpieFtp::Local_View
 

Definition at line 56 of file opieftp.h.

Referenced by doLocalCd(), initializeGui(), localDelete(), localListClicked(), localRename(), localUpload(), and populateLocalView().

QStringList OpieFtp::localDirPathStringList [protected]
 

Definition at line 136 of file opieftp.h.

Referenced by fillCombo().

QPopupMenu * OpieFtp::localMenu
 

Definition at line 63 of file opieftp.h.

Referenced by initializeGui(), and showHidden().

QPushButton * OpieFtp::newServerButton
 

Definition at line 68 of file opieftp.h.

Referenced by initializeGui().

QString OpieFtp::newServerName [protected]
 

Definition at line 137 of file opieftp.h.

Referenced by NewServer(), and writeConfig().

QLineEdit* OpieFtp::PasswordEdit
 

Definition at line 60 of file opieftp.h.

Referenced by clearCombos(), connector(), fillCombos(), initializeGui(), newConnection(), serverComboSelected(), and writeConfig().

QSpinBox* OpieFtp::PortSpinBox
 

Definition at line 61 of file opieftp.h.

Referenced by connector(), fillCombos(), initializeGui(), newConnection(), serverComboSelected(), and writeConfig().

QListView * OpieFtp::Remote_View
 

Definition at line 56 of file opieftp.h.

Referenced by disConnector(), doRemoteCd(), initializeGui(), populateRemoteView(), remoteDelete(), remoteDownload(), remoteListClicked(), and remoteRename().

QStringList OpieFtp::remoteDirPathStringList [protected]
 

Definition at line 136 of file opieftp.h.

Referenced by fillCombo(), and fillRemoteCombo().

QPopupMenu * OpieFtp::remoteMenu
 

Definition at line 63 of file opieftp.h.

Referenced by initializeGui().

QLineEdit * OpieFtp::remotePath
 

Definition at line 60 of file opieftp.h.

Referenced by connector(), initializeGui(), newConnection(), serverComboSelected(), and writeConfig().

QComboBox * OpieFtp::ServerComboBox
 

Definition at line 59 of file opieftp.h.

Referenced by clearCombos(), connector(), deleteServer(), fillCombos(), initializeGui(), newConnection(), serverComboSelected(), and writeConfig().

QListBox* OpieFtp::serverListView
 

Definition at line 57 of file opieftp.h.

Referenced by clearCombos(), deleteServer(), fillCombos(), initializeGui(), NewServer(), and serverComboSelected().

QWidget* OpieFtp::tab
 

Definition at line 55 of file opieftp.h.

Referenced by initializeGui().

QWidget * OpieFtp::tab_2
 

Definition at line 55 of file opieftp.h.

Referenced by initializeGui().

QWidget * OpieFtp::tab_3
 

Definition at line 55 of file opieftp.h.

Referenced by initializeGui().

QGridLayout* OpieFtp::tabLayout [protected]
 

Definition at line 139 of file opieftp.h.

Referenced by initializeGui().

QGridLayout* OpieFtp::tabLayout_2 [protected]
 

Definition at line 140 of file opieftp.h.

Referenced by initializeGui().

QGridLayout* OpieFtp::tabLayout_3 [protected]
 

Definition at line 141 of file opieftp.h.

Referenced by initializeGui().

QPopupMenu * OpieFtp::tabMenu
 

Definition at line 63 of file opieftp.h.

Referenced by initializeGui(), and tabChanged().

QTabWidget* OpieFtp::TabWidget
 

Definition at line 54 of file opieftp.h.

QLabel * OpieFtp::TextLabel1
 

Definition at line 61 of file opieftp.h.

Referenced by initializeGui().

QLabel* OpieFtp::TextLabel2
 

Definition at line 61 of file opieftp.h.

Referenced by initializeGui().

QLabel * OpieFtp::TextLabel3
 

Definition at line 61 of file opieftp.h.

Referenced by initializeGui().

QLabel * OpieFtp::TextLabel4
 

Definition at line 61 of file opieftp.h.

Referenced by initializeGui().

QPixmap OpieFtp::unknownXpm [protected]
 

Definition at line 134 of file opieftp.h.

Referenced by initializeGui(), and populateLocalView().

QComboBox* OpieFtp::UsernameComboBox
 

Definition at line 59 of file opieftp.h.

Referenced by clearCombos(), connector(), deleteServer(), fillCombos(), initializeGui(), newConnection(), serverComboSelected(), and writeConfig().


The documentation for this class was generated from the following files:
Generated on Sat Nov 5 17:42:59 2005 for OPIE by  doxygen 1.4.2