Tags Class Reference
#include <tags.h>
Collaboration diagram for Tags:

Public Types | |
typedef QValueList< TagEntry > | TagList |
Static Public Member Functions | |
void | setTagsFile (const QString &file) |
Method to set the tag database filename. | |
QString | getTagsFile () |
bool | hasTag (const QString &tag) |
Method to check if the tag database contains a specific tag. | |
unsigned int | numberOfPartialMatches (const QString &tagpart) |
unsigned int | numberOfExactMatches (const QString &tag) |
TagList | getPartialMatches (const QString &tagpart) |
TagList | getExactMatches (const QString &tag) |
Static Private Member Functions | |
unsigned int | numberOfMatches (const QString &tagpart, bool partial) |
TagList | getMatches (const QString &tagpart, bool partial) |
Static Private Attributes | |
QCString | _tagsfile |
Member Typedef Documentation
|
Definition at line 34 of file tags.h. Referenced by CTags2Widget::displayHits(), CTags2Widget::displayHitsAndClear(), getExactMatches(), getMatches(), and getPartialMatches(). |
Member Function Documentation
|
Definition at line 124 of file tags.cpp. References TagList. |
|
Definition at line 67 of file tags.cpp. References TagList. Referenced by getPartialMatches(). |
|
Definition at line 119 of file tags.cpp. References getMatches(), and TagList. |
|
Definition at line 104 of file tags.cpp. References _tagsfile. |
|
Method to check if the tag database contains a specific tag.
Definition at line 30 of file tags.cpp. References _tagsfile, file, TAG_FULLMATCH, ctags::tagsClose(), ctags::tagsFind(), and ctags::tagsOpen(). |
|
|
|
|
|
Definition at line 109 of file tags.cpp. Referenced by CTags2Widget::calculateHitCount(). |
|
Method to set the tag database filename.
Definition at line 99 of file tags.cpp. Referenced by K_EXPORT_COMPONENT_FACTORY(). |
Member Data Documentation
|
Definition at line 21 of file tags.cpp. Referenced by getTagsFile(), and hasTag(). |
The documentation for this class was generated from the following files: