KFileFilterCombo Class Reference
List of all members.Detailed Description
Definition at line 31 of file kfilefiltercombo.h.
Signals | |
void | filterChanged () |
Public Member Functions | |
KFileFilterCombo (QWidget *parent=0, const char *name=0) | |
~KFileFilterCombo () | |
void | setFilter (const QString &filter) |
QString | currentFilter () const |
void | setCurrentFilter (const QString &filter) |
void | setMimeFilter (const QStringList &types, const QString &defaultType) |
bool | showsAllTypes () const |
void | setDefaultFilter (const QString &filter) |
QString | defaultFilter () const |
Protected Member Functions | |
virtual bool | eventFilter (QObject *o, QEvent *e) |
virtual void | virtual_hook (int id, void *data) |
Protected Attributes | |
QStringList | filters |
bool | m_allTypes |
Friends | |
class | KFileDialog |
Member Function Documentation
|
Definition at line 94 of file kfilefiltercombo.cpp. |
|
Definition at line 195 of file kfilefiltercombo.cpp. |
|
Sets the current filter. Filter must match one of the filter items passed before to this widget.
Definition at line 111 of file kfilefiltercombo.cpp. |
|
This method allows you to set a default-filter, that is used when an empty filter is set. Make sure you call this before calling setFilter(). By default, this is set to i18n("*|All Files")
Definition at line 190 of file kfilefiltercombo.cpp. |
|
Sets a list of mimetypes.
If Definition at line 127 of file kfilefiltercombo.cpp. |
|
Definition at line 65 of file kfilefiltercombo.h. |
The documentation for this class was generated from the following files: