ctagspart.h File Reference
#include <qguardedptr.h>
#include <kdialogbase.h>
#include "kdevplugin.h"
#include "occurestagsdlg.h"
Include dependency graph for ctagspart.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
struct | CTagsTagInfo |
class | CTagsPart |
CTags (http://ctags.sourceforge.net) is a source navigation tool with support for many languages. More... | |
Typedefs | |
typedef QValueList< CTagsTagInfo > | CTagsTagInfoList |
typedef QValueList< CTagsTagInfo >::Iterator | CTagsTagInfoListIterator |
typedef QValueList< CTagsTagInfo >::ConstIterator | CTagsTagInfoListConstIterator |
typedef QMap< QString, CTagsTagInfoList > | CTagsMap |
typedef QMap< QString, CTagsTagInfoList >::Iterator | CTagsMapIterator |
typedef QMap< QString, CTagsTagInfoList >::ConstIterator | CTagsMapConstIterator |
Typedef Documentation
|
Definition at line 31 of file ctagspart.h. Referenced by CTagsPart::loadTagsFile(), and CTagsPart::tags(). |
|
Definition at line 33 of file ctagspart.h. Referenced by CTagsDialog::slotSearch(). |
|
Definition at line 32 of file ctagspart.h. Referenced by CTagsPart::gotoTag(), CTagsPart::loadTagsFile(), and CTagsDialog::slotSearch(). |
|
Definition at line 28 of file ctagspart.h. Referenced by CTagsDialog::insertResult(), and CTagsPart::loadTagsFile(). |
|
Definition at line 30 of file ctagspart.h. Referenced by CTagsPart::gotoTag(), and CTagsDialog::insertResult(). |
|
Definition at line 29 of file ctagspart.h. |