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


Signals | |
void | searchClicked () |
Public Member Functions | |
GrepDialog (GrepViewPart *part, 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 |
bool | caseSensitiveFlag () const |
Private Slots | |
void | templateActivated (int index) |
void | slotSearchClicked () |
void | slotPatternChanged (const QString &) |
void | slotSynchDirectory () |
Private Attributes | |
QLineEdit * | template_edit |
QComboBox * | pattern_combo |
QComboBox * | files_combo |
KComboBox * | dir_combo |
KURLRequester * | url_requester |
QCheckBox * | recursive_box |
QCheckBox * | ignore_scm_box |
QCheckBox * | case_sens_box |
KConfig * | config |
QPushButton * | search_button |
QPushButton * | synch_button |
GrepViewPart * | m_part |
Constructor & Destructor Documentation
|
|
Definition at line 228 of file grepdlg.cpp. References config, dir_combo, pattern_combo, qCombo2StringList(), KConfigBase::setGroup(), KConfigBase::writeEntry(), and KConfigBase::writePathEntry(). |
Member Function Documentation
|
Definition at line 56 of file grepdlg.h. References case_sens_box. Referenced by GrepViewWidget::searchActivated(). |
|
Definition at line 48 of file grepdlg.h. References dir_combo. Referenced by GrepViewWidget::searchActivated(). |
|
Definition at line 46 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 42 of file grepdlg.h. References pattern_combo. Referenced by GrepViewWidget::searchActivated(). |
|
Definition at line 50 of file grepdlg.h. References recursive_box. Referenced by GrepViewWidget::searchActivated(). |
|
Referenced by slotSearchClicked(). |
|
Definition at line 39 of file grepdlg.h. References dir_combo. Referenced by GrepViewWidget::projectChanged(). |
|
Definition at line 37 of file grepdlg.h. References pattern_combo. Referenced by GrepViewWidget::showDialog(), and GrepViewWidget::showDialogWithPattern(). |
|
Definition at line 284 of file grepdlg.cpp. References pattern_combo. Referenced by GrepViewWidget::showDialog(), and GrepViewWidget::showDialogWithPattern(). |
|
Definition at line 236 of file grepdlg.cpp. References search_button. Referenced by GrepDialog(). |
|
Definition at line 259 of file grepdlg.cpp. References dir_combo, pattern_combo, qComboContains(), searchClicked(), and KMessageBox::sorry(). Referenced by GrepDialog(). |
|
Definition at line 294 of file grepdlg.cpp. References KParts::PartManager::activePart(), dir_combo, KURL::isLocalFile(), m_part, KDevPlugin::partController(), KURL::path(), KURL::upURL(), and KParts::ReadOnlyPart::url(). Referenced by GrepDialog(). |
|
Definition at line 241 of file grepdlg.cpp. References template_edit, and template_str. Referenced by GrepDialog(). |
|
Definition at line 44 of file grepdlg.h. References template_edit. Referenced by GrepViewWidget::searchActivated(). |
Member Data Documentation
|
Definition at line 76 of file grepdlg.h. Referenced by caseSensitiveFlag(), and GrepDialog(). |
|
Definition at line 77 of file grepdlg.h. Referenced by GrepDialog(), and ~GrepDialog(). |
|
Definition at line 71 of file grepdlg.h. Referenced by directoryString(), GrepDialog(), setDirectory(), slotSearchClicked(), slotSynchDirectory(), and ~GrepDialog(). |
|
Definition at line 70 of file grepdlg.h. Referenced by filesString(), and GrepDialog(). |
|
Definition at line 75 of file grepdlg.h. Referenced by GrepDialog(), and ignoreSCMDirsFlag(). |
|
Definition at line 80 of file grepdlg.h. Referenced by slotSynchDirectory(). |
|
Definition at line 70 of file grepdlg.h. Referenced by GrepDialog(), patternString(), setPattern(), show(), slotSearchClicked(), and ~GrepDialog(). |
|
Definition at line 74 of file grepdlg.h. Referenced by GrepDialog(), and recursiveFlag(). |
|
Definition at line 78 of file grepdlg.h. Referenced by GrepDialog(), and slotPatternChanged(). |
|
Definition at line 79 of file grepdlg.h. Referenced by GrepDialog(). |
|
Definition at line 69 of file grepdlg.h. Referenced by GrepDialog(), templateActivated(), and templateString(). |
|
Definition at line 72 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