tdefiledialog.h
Provides a user (and developer) friendly way to select files and directories.
Definition tdefiledialog.h:77
KURL getCompleteURL(const TQString &)
Returns the absolute version of the URL specified in locationEdit.
Definition tdefiledialog.cpp:309
virtual void keyPressEvent(TQKeyEvent *e)
Reimplemented to animate the cancel button.
Definition tdefiledialog.cpp:2209
void updateAutoSelectExtension()
Updates the currentFilterExtension and the availability of the Automatically Select Extension Checkbo...
Definition tdefiledialog.cpp:1915
void filterChanged(const TQString &filter)
Emitted when the filter changed, i.e.
virtual void readRecentFiles(TDEConfig *)
Reads the recent used files and inserts them into the location combobox.
Definition tdefiledialog.cpp:1773
virtual void writeConfig(TDEConfig *, const TQString &group=TQString::null)
Saves the current configuration.
Definition tdefiledialog.cpp:1751
virtual void saveRecentFiles(TDEConfig *)
Saves the entries from the location combobox.
Definition tdefiledialog.cpp:1788
TQString currentFilterExtension()
Returns the filename extension associated with the currentFilter().
Definition tdefiledialog.cpp:1910
KURL::List tokenize(const TQString &line) const
Parses the string "line" for files.
Definition tdefiledialog.cpp:1502
virtual void readConfig(TDEConfig *, const TQString &group=TQString::null)
Reads configuration and applies it (size, recent directories, ...).
Definition tdefiledialog.cpp:1700
void fileHighlighted(const TQString &)
Emitted when the user highlights a file.
void selectionChanged()
Emitted when the user hilights one or more files in multiselection mode.
void multiSelectionChanged()
called when an item is highlighted/selected in multiselection mode.
Definition tdefiledialog.cpp:744
void init(const TQString &startDir, const TQString &filter, TQWidget *widget)
Perform basic initialization tasks.
Definition tdefiledialog.cpp:814
virtual void updateStatusLine(int dirs, int files)
Definition tdefiledialog.cpp:1314
KFileDialog(const TQString &startDir, const TQString &filter, TQWidget *parent, const char *name, bool modal)
Constructs a file dialog.
Definition tdefiledialog.cpp:168
void pathComboChanged(const TQString &)
Definition tdefiledialog.cpp:1292
Abstract baseclass for all preview widgets which shall be used via KFileDialog::setPreviewWidget(cons...
Definition kpreviewwidgetbase.h:45
This combobox shows a number of recent URLs/directories, as well as some default directories.
Definition kurlcombobox.h:42
Trinity API Reference