FileSelectorWidget Class Reference
#include <fileselectorwidget.h>
Inheritance diagram for FileSelectorWidget:


Public Slots | |
void | slotFilterChanged (const QString &) |
void | setDir (KURL) |
void | setDir (const QString &) |
Signals | |
void | dropped (const QString &) |
Public Member Functions | |
FileSelectorWidget (AutoProjectPart *part, KFile::Mode, QWidget *parent=0, const char *name=0) | |
~FileSelectorWidget () | |
KDnDDirOperator * | dirOperator () |
Protected Member Functions | |
void | focusInEvent (QFocusEvent *) |
void | dragEnterEvent (QDragEnterEvent *ev) |
void | dropEvent (QDropEvent *ev) |
Private Slots | |
void | cmbPathActivated (const KURL &u) |
void | cmbPathReturnPressed (const QString &u) |
void | dirUrlEntered (const KURL &u) |
void | dirFinishedLoading () |
void | filterReturnPressed (const QString &nf) |
Private Attributes | |
KURLComboBox * | cmbPath |
KHistoryCombo * | filter |
QLabel * | filterIcon |
KDnDDirOperator * | dir |
QPushButton * | home |
QPushButton * | up |
QPushButton * | back |
QPushButton * | forward |
AutoProjectPart * | m_part |
Constructor & Destructor Documentation
|
Definition at line 71 of file fileselectorwidget.cpp. References back, cmbPath, cmbPathActivated(), cmbPathReturnPressed(), dir, dirFinishedLoading(), dirUrlEntered(), filter, filterIcon, filterReturnPressed(), forward, home, m_part, KDevPlugin::projectDom(), KCompletionBase::setCompletionObject(), KHistoryCombo::setHistoryItems(), KDirOperator::setMode(), KDirOperator::setView(), slotFilterChanged(), and up. |
|
Definition at line 160 of file fileselectorwidget.cpp. |
Member Function Documentation
|
Definition at line 190 of file fileselectorwidget.cpp. References dir, and KDirOperator::setURL(). Referenced by FileSelectorWidget(). |
|
Definition at line 195 of file fileselectorwidget.cpp. References dir, and KDirOperator::setURL(). Referenced by FileSelectorWidget(). |
|
Definition at line 213 of file fileselectorwidget.cpp. References KActionCollection::action(), KDirOperator::actionCollection(), back, dir, forward, home, KAction::isEnabled(), and up. Referenced by FileSelectorWidget(). |
|
Definition at line 59 of file fileselectorwidget.h. Referenced by AddExistingFilesDialog::slotAddAll(), AddExistingDirectoriesDialog::slotAddAll(), AddExistingFilesDialog::slotAddSelected(), and AddExistingDirectoriesDialog::slotAddSelected(). |
|
Definition at line 202 of file fileselectorwidget.cpp. References cmbPath, KURLComboBox::maxItems, KURLComboBox::removeURL(), KURLComboBox::setURLs(), KURL::url(), and KURLComboBox::urls. Referenced by FileSelectorWidget(). |
|
Definition at line 164 of file fileselectorwidget.cpp. |
|
Definition at line 168 of file fileselectorwidget.cpp. |
|
Referenced by dropEvent(). |
|
Definition at line 178 of file fileselectorwidget.cpp. References setDir(). Referenced by FileSelectorWidget(). |
|
Definition at line 224 of file fileselectorwidget.cpp. References dir. |
|
Definition at line 234 of file fileselectorwidget.cpp. References dir, and KDirOperator::setURL(). |
|
Definition at line 229 of file fileselectorwidget.cpp. References dir, and KDirOperator::setURL(). Referenced by filterReturnPressed(), AddExistingFilesDialog::init(), and AddExistingDirectoriesDialog::init(). |
|
Definition at line 184 of file fileselectorwidget.cpp. References dir, KDirOperator::rereadDir(), and KDirOperator::setNameFilter(). Referenced by FileSelectorWidget(). |
Member Data Documentation
|
Definition at line 83 of file fileselectorwidget.h. Referenced by dirFinishedLoading(), and FileSelectorWidget(). |
|
Definition at line 79 of file fileselectorwidget.h. Referenced by dirUrlEntered(), and FileSelectorWidget(). |
|
Definition at line 82 of file fileselectorwidget.h. Referenced by cmbPathActivated(), cmbPathReturnPressed(), dirFinishedLoading(), FileSelectorWidget(), focusInEvent(), setDir(), and slotFilterChanged(). |
|
Definition at line 80 of file fileselectorwidget.h. Referenced by FileSelectorWidget(). |
|
Definition at line 81 of file fileselectorwidget.h. Referenced by FileSelectorWidget(). |
|
Definition at line 83 of file fileselectorwidget.h. Referenced by dirFinishedLoading(), and FileSelectorWidget(). |
|
Definition at line 83 of file fileselectorwidget.h. Referenced by dirFinishedLoading(), and FileSelectorWidget(). |
|
Definition at line 84 of file fileselectorwidget.h. Referenced by FileSelectorWidget(). |
|
Definition at line 83 of file fileselectorwidget.h. Referenced by dirFinishedLoading(), and FileSelectorWidget(). |
The documentation for this class was generated from the following files:
- buildtools/autotools/fileselectorwidget.h
- buildtools/autotools/fileselectorwidget.cpp