GrepDialog Class Reference
#include <grepdlg.h>
Inheritance diagram for GrepDialog:

Signals | |
void | searchClicked () |
Public Member Functions | |
GrepDialog (QWidget *parent=0, const char *name=0) | |
~GrepDialog () | |
void | setPattern (const QString &pattern) |
void | setDirectory (const QString &dir) |
QString | patternString () const |
QString | templateString () const |
QString | filesString () const |
QString | directoryString () const |
bool | recursiveFlag () const |
void | show () |
bool | ignoreSCMDirsFlag () const |
Private Slots | |
void | templateActivated (int index) |
void | slotSearchClicked () |
void | slotPatternChanged (const QString &) |
Private Attributes | |
QLineEdit * | template_edit |
QComboBox * | pattern_combo |
QComboBox * | files_combo |
KComboBox * | dir_combo |
KURLRequester * | url_requester |
QCheckBox * | recursive_box |
QCheckBox * | ignore_scm_box |
KConfig * | config |
QPushButton * | search_button |
Constructor & Destructor Documentation
|
|
Definition at line 218 of file grepdlg.cpp. References config, dir_combo, pattern_combo, qCombo2StringList(), KConfigBase::setGroup(), KConfigBase::writeEntry(), and KConfigBase::writePathEntry(). |
Member Function Documentation
|
Definition at line 47 of file grepdlg.h. References dir_combo. Referenced by GrepViewWidget::searchActivated(). |
|
Definition at line 45 of file grepdlg.h. References files_combo. Referenced by GrepViewWidget::searchActivated(). |
|
Definition at line 54 of file grepdlg.h. References ignore_scm_box. Referenced by GrepViewWidget::searchActivated(). |
|
Definition at line 41 of file grepdlg.h. References pattern_combo. Referenced by GrepViewWidget::searchActivated(). |
|
Definition at line 49 of file grepdlg.h. References recursive_box. Referenced by GrepViewWidget::searchActivated(). |
|
Referenced by slotSearchClicked(). |
|
Definition at line 38 of file grepdlg.h. References dir_combo, and setDirectory(). Referenced by GrepViewWidget::projectChanged(), and setDirectory(). |
|
Definition at line 36 of file grepdlg.h. References pattern_combo, and setPattern(). Referenced by setPattern(), GrepViewWidget::showDialog(), and GrepViewWidget::showDialogWithPattern(). |
|
Definition at line 278 of file grepdlg.cpp. References pattern_combo. Referenced by GrepViewWidget::showDialog(), and GrepViewWidget::showDialogWithPattern(). |
|
Definition at line 230 of file grepdlg.cpp. References search_button, and slotPatternChanged(). Referenced by GrepDialog(), and slotPatternChanged(). |
|
Definition at line 253 of file grepdlg.cpp. References dir_combo, pattern_combo, qComboContains(), and searchClicked(). Referenced by GrepDialog(). |
|
Definition at line 235 of file grepdlg.cpp. References template_edit, template_str, and templateActivated(). Referenced by GrepDialog(), and templateActivated(). |
|
Definition at line 43 of file grepdlg.h. References template_edit. Referenced by GrepViewWidget::searchActivated(). |
Member Data Documentation
|
Definition at line 75 of file grepdlg.h. Referenced by GrepDialog(), and ~GrepDialog(). |
|
Definition at line 68 of file grepdlg.h. Referenced by directoryString(), GrepDialog(), setDirectory(), slotSearchClicked(), and ~GrepDialog(). |
|
Definition at line 67 of file grepdlg.h. Referenced by filesString(), and GrepDialog(). |
|
Definition at line 73 of file grepdlg.h. Referenced by GrepDialog(), and ignoreSCMDirsFlag(). |
|
Definition at line 67 of file grepdlg.h. Referenced by GrepDialog(), patternString(), setPattern(), show(), slotSearchClicked(), and ~GrepDialog(). |
|
Definition at line 71 of file grepdlg.h. Referenced by GrepDialog(), and recursiveFlag(). |
|
Definition at line 76 of file grepdlg.h. Referenced by GrepDialog(), and slotPatternChanged(). |
|
Definition at line 66 of file grepdlg.h. Referenced by GrepDialog(), templateActivated(), and templateString(). |
|
Definition at line 69 of file grepdlg.h. Referenced by GrepDialog(). |
The documentation for this class was generated from the following files:
- parts/grepview/grepdlg.h
- parts/grepview/grepdlg.cpp