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 |
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 77 of file grepviewpart.cpp. References m_widget, KDevPlugin::mainWindow(), and KDevMainWindow::removeView(). |
Member Function Documentation
|
Definition at line 107 of file grepviewpart.cpp. References contextMenu(), EditorContext::currentWord(), endl(), Context::hasType(), kdDebug(), m_popupstr, and slotContextGrep(). Referenced by contextMenu(). |
|
Definition at line 101 of file grepviewpart.cpp. References m_widget. |
|
Definition at line 94 of file grepviewpart.cpp. References endl(), kdDebug(), m_widget, and KDevPlugin::project(). |
|
Definition at line 134 of file grepviewpart.cpp. References m_popupstr, and m_widget. Referenced by contextMenu(). |
|
Definition at line 125 of file grepviewpart.cpp. References m_widget. |
|
Definition at line 85 of file grepviewpart.cpp. References endl(), kdDebug(), m_widget, and stopButtonClicked(). Referenced by stopButtonClicked(). |
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