Source: kfilefilter.h


Annotated List
Files
Globals
Hierarchy
Index
#ifndef _KFILEFILTER_H
#define _KFILEFILTER_H

#include <qcombobox.h>

class QStrList;

class KFileFilter : public QComboBox 
{
    Q_OBJECT

 public:
    KFileFilter(QWidget *parent= 0, const char *name= 0);
    ~KFileFilter();

    void setFilter(const char *filter);
    QString currentFilter();

 protected:
    QStrList *filters;

 protected slots:
    void changed(const char*);

 signals:
    void filterChanged();
};

#endif

Generated by: prospector@porky.devel.redhat.com on Tue Aug 15 09:55:42 2000, using kdoc 2.0a36.