GrepViewPart Class Reference
Integrates "find|grep" in KDevelop - allows fast searching of multiple files using patterns or regular expressions. More...
#include <grepviewpart.h>
Inheritance diagram for GrepViewPart:


Public Member Functions | |
GrepViewPart (QObject *parent, const char *name, const QStringList &) | |
~GrepViewPart () | |
Private Slots | |
void | stopButtonClicked (KDevPlugin *which) |
void | projectOpened () |
void | projectClosed () |
void | contextMenu (QPopupMenu *popup, const Context *context) |
void | slotGrep () |
void | slotContextGrep () |
Private Attributes | |
QGuardedPtr< GrepViewWidget > | m_widget |
QString | m_popupstr |
Friends | |
class | GrepViewWidget |
Detailed Description
Integrates "find|grep" in KDevelop - allows fast searching of multiple files using patterns or regular expressions.
- Maintainer(s):
- Jens Dagerbo aka teatime
- Feature(s):
- grep works on editor context menu
Definition at line 26 of file grepviewpart.h.
Constructor & Destructor Documentation
|
|
|
Definition at line 78 of file grepviewpart.cpp. References m_widget, KDevPlugin::mainWindow(), and KDevMainWindow::removeView(). |
Member Function Documentation
|
Definition at line 108 of file grepviewpart.cpp. References KStringHandler::csqueeze(), EditorContext::currentWord(), Context::hasType(), kdDebug(), m_popupstr, and slotContextGrep(). |
|
Definition at line 102 of file grepviewpart.cpp. References m_widget. |
|
Definition at line 95 of file grepviewpart.cpp. References kdDebug(), m_widget, and KDevPlugin::project(). |
|
Definition at line 137 of file grepviewpart.cpp. References m_popupstr, and m_widget. Referenced by contextMenu(). |
|
Definition at line 128 of file grepviewpart.cpp. References m_widget. |
|
Definition at line 86 of file grepviewpart.cpp. |
Friends And Related Function Documentation
|
Definition at line 46 of file grepviewpart.h. |
Member Data Documentation
|
Definition at line 45 of file grepviewpart.h. Referenced by contextMenu(), and slotContextGrep(). |
|
Definition at line 44 of file grepviewpart.h. Referenced by projectClosed(), projectOpened(), slotContextGrep(), slotGrep(), stopButtonClicked(), and ~GrepViewPart(). |
The documentation for this class was generated from the following files:
- parts/grepview/grepviewpart.h
- parts/grepview/grepviewpart.cpp