grepdlg.cpp File Reference
#include "grepdlg.h"
#include <qlayout.h>
#include <qpushbutton.h>
#include <qregexp.h>
#include <qhbox.h>
#include <qwhatsthis.h>
#include <qtooltip.h>
#include <qstringlist.h>
#include <kfiledialog.h>
#include <kbuttonbox.h>
#include <kpushbutton.h>
#include <kapplication.h>
#include <kiconloader.h>
#include <klocale.h>
#include <kconfig.h>
#include <kmessagebox.h>
#include <kdebug.h>
#include <kdeversion.h>
#include <qlabel.h>
#include <kcombobox.h>
#include <kurlcompletion.h>
#include <kurlrequester.h>
#include <kstdguiitem.h>
#include <kparts/part.h>
#include <kdevpartcontroller.h>
#include "grepviewpart.h"
#include "grepdlg.moc"
Include dependency graph for grepdlg.cpp:

Go to the source code of this file.
Functions | |
QStringList | qCombo2StringList (QComboBox *combo) |
bool | qComboContains (const QString &s, QComboBox *combo) |
Variables | |
const char * | template_desc [] |
const char * | template_str [] |
const char * | filepatterns [] |
Function Documentation
|
Definition at line 217 of file grepdlg.cpp. Referenced by GrepDialog::~GrepDialog(). |
|
Definition at line 247 of file grepdlg.cpp. Referenced by GrepDialog::slotSearchClicked(). |
Variable Documentation
|
Initial value: { "*.h,*.hxx,*.hpp,*.hh,*.h++,*.H,*.tlh,*.cpp,*.cc,*.C,*.c++,*.cxx,*.inl,*.idl,*.c,*.m,*.mm,*.M", "*.cpp,*.cc,*.C,*.c++,*.cxx,*.inl,*.c,*.m,*.mm,*.M", "*.h,*.hxx,*.hpp,*.hh,*.h++,*.H,*.tlh,*.idl", "*.java", "*", 0 } Definition at line 62 of file grepdlg.cpp. Referenced by GrepDialog::GrepDialog(). |
|
Initial value: { "verbatim", "assignment", "->MEMBER(", "class::MEMBER(", "OBJECT->member(", "[OBJECT method", 0 } Definition at line 42 of file grepdlg.cpp. Referenced by GrepDialog::GrepDialog(). |
|
Initial value: { "%s", "\\<%s\\>[\\t ]*=[^=]", "\\->[\\t ]*\\<%s\\>[\\t ]*\\(", "[a-z0-9_$]\\+[\\t ]*::[\\t ]*\\<%s\\>[\\t ]*\\(", "\\<%s\\>[\\t ]*\\->[\\t ]*[a-z0-9_$]\\+[\\t ]*\\(", "\\[[\\t ]*\\<%s\\>[\\t ]*[a-zA-Z0-9_$:]", 0 } Definition at line 52 of file grepdlg.cpp. Referenced by GrepDialog::GrepDialog(), and GrepDialog::templateActivated(). |