CTags2Part Class Reference
#include <ctags2_part.h>
Inheritance diagram for CTags2Part:


Public Member Functions | |
CTags2Part (QObject *parent, const char *name, const QStringList &) | |
~CTags2Part () | |
int | getFileLineFromPattern (KURL const &url, QString const &pattern) |
bool | createTagsFile () |
Private Slots | |
void | slotGotoTag () |
void | contextMenu (QPopupMenu *, const Context *) |
Private Member Functions | |
int | getFileLineFromStream (QTextStream &stream, QString const &pattern) |
Private Attributes | |
QGuardedPtr< CTags2Widget > | m_widget |
QString | m_contextString |
Constructor & Destructor Documentation
|
|
|
Definition at line 65 of file ctags2_part.cpp. References m_widget, KDevPlugin::mainWindow(), and KDevMainWindow::removeView(). |
Member Function Documentation
|
Definition at line 87 of file ctags2_part.cpp. References Context::hasType(). |
|
Definition at line 74 of file ctags2_part.cpp. References KDevPlugin::project(), KProcess::setWorkingDirectory(), and KProcess::start(). Referenced by CTags2Widget::regeneratebutton_clicked(). |
|
Definition at line 142 of file ctags2_part.cpp. Referenced by CTags2Widget::itemExecuted(). |
|
Definition at line 117 of file ctags2_part.cpp. |
|
Definition at line 109 of file ctags2_part.cpp. References m_contextString, m_widget, KDevPlugin::mainWindow(), and KDevMainWindow::raiseView(). |
Member Data Documentation
|
Definition at line 46 of file ctags2_part.h. Referenced by slotGotoTag(). |
|
Definition at line 45 of file ctags2_part.h. Referenced by slotGotoTag(), and ~CTags2Part(). |
The documentation for this class was generated from the following files:
- parts/ctags2/ctags2_part.h
- parts/ctags2/ctags2_part.cpp