CTagsDialog Class Reference
#include <ctagsdlg.h>
Inheritance diagram for CTagsDialog:

Public Member Functions | |
CTagsDialog (CTagsPart *part) | |
~CTagsDialog () | |
Private Slots | |
void | slotSearch () |
void | slotRegenerate () |
void | slotResultClicked (QListBoxItem *item) |
Private Member Functions | |
void | updateInfo () |
void | insertResult (const CTagsTagInfoList &result, const QStringList &kindStringList) |
Private Attributes | |
CTagsMap | m_tags |
QStringList | m_kindStrings |
QLineEdit * | tagEdit |
QCheckBox * | regexpBox |
QListView * | kindsListView |
QListBox * | resultsListBox |
CTagsPart * | m_part |
Constructor & Destructor Documentation
|
Definition at line 60 of file ctagsdlg.cpp. References KButtonBox::addButton(), KButtonBox::addStretch(), CTagsDialog(), kindsListView, KButtonBox::layout(), m_part, regexpBox, resultsListBox, slotRegenerate(), slotResultClicked(), slotSearch(), tagEdit, and updateInfo(). Referenced by CTagsDialog(). |
|
Definition at line 129 of file ctagsdlg.cpp. |
Member Function Documentation
|
Definition at line 180 of file ctagsdlg.cpp. References CTagsTagInfoList, CTagsTagInfoListConstIterator, insertResult(), and resultsListBox. Referenced by insertResult(), and slotSearch(). |
|
Definition at line 205 of file ctagsdlg.cpp. References CTagsPart::createTagsFile(), CTagsPart::loadTagsFile(), m_part, and updateInfo(). Referenced by CTagsDialog(). |
|
Definition at line 218 of file ctagsdlg.cpp. References KDevPartController::editDocument(), CTagsResultItem::fileName(), m_part, KDevPlugin::partController(), CTagsResultItem::pattern(), KDevPlugin::project(), KDevProject::projectDirectory(), and slotResultClicked(). Referenced by CTagsDialog(), and slotResultClicked(). |
|
Definition at line 148 of file ctagsdlg.cpp. References CTagsMapConstIterator, CTagsMapIterator, endl(), insertResult(), kdDebug(), kindsListView, m_tags, regexpBox, resultsListBox, and tagEdit. Referenced by CTagsDialog(). |
|
Definition at line 133 of file ctagsdlg.cpp. References kindsListView, CTagsPart::kindStrings(), m_kindStrings, m_part, m_tags, and CTagsPart::tags(). Referenced by CTagsDialog(), and slotRegenerate(). |
Member Data Documentation
|
Definition at line 49 of file ctagsdlg.h. Referenced by CTagsDialog(), slotSearch(), and updateInfo(). |
|
Definition at line 45 of file ctagsdlg.h. Referenced by updateInfo(). |
|
Definition at line 52 of file ctagsdlg.h. Referenced by CTagsDialog(), slotRegenerate(), slotResultClicked(), and updateInfo(). |
|
Definition at line 44 of file ctagsdlg.h. Referenced by slotSearch(), and updateInfo(). |
|
Definition at line 48 of file ctagsdlg.h. Referenced by CTagsDialog(), and slotSearch(). |
|
Definition at line 50 of file ctagsdlg.h. Referenced by CTagsDialog(), insertResult(), and slotSearch(). |
|
Definition at line 47 of file ctagsdlg.h. Referenced by CTagsDialog(), and slotSearch(). |
The documentation for this class was generated from the following files:
- parts/ctags/ctagsdlg.h
- parts/ctags/ctagsdlg.cpp